chore: keep agent guidance local

Remove AGENTS.md from version control and ignore it so local agent instructions are not published on GitHub.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Timothy Kassis
2026-05-27 15:00:02 -07:00
parent 51150142ac
commit f6b08dbde7
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@@ -14,5 +14,6 @@ temp/
research/
.agents/
AGENTS.md
skills-lock.json

View File

@@ -1,8 +0,0 @@
# Repository Guidance
- Every `SKILL.md` must include a skill version in YAML frontmatter under the Agent Skills spec-compatible `metadata` mapping:
```yaml
metadata:
version: "1.0"
```
- When updating an existing skill, increment its `metadata.version` in the same change. Use quoted numeric strings and advance the visible version sequence (for example, `1.0` to `1.1`). Use a new major version only for a breaking or substantial redesign.