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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,5 +14,6 @@ temp/
|
||||
research/
|
||||
|
||||
.agents/
|
||||
AGENTS.md
|
||||
|
||||
skills-lock.json
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user