Skip to content

Commit ffcbf69

Browse files
cursoragentHazAT
andcommitted
Add Cursor Cloud specific instructions to AGENTS.md
Co-Authored-By: Claude (claude-4.6-opus-high-thinking) Co-authored-by: Daniel Griesser <daniel@sentry.io>
1 parent 15bd2c9 commit ffcbf69

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,13 @@ Sentry MCP server configured at `https://mcp.sentry.dev/mcp`. Two config files e
109109
**Validation:**
110110
- `scripts/build-skill-tree.sh` — regenerates `SKILL_TREE.md`, validates all frontmatter, breadcrumbs, and router tables
111111
- `scripts/build-skill-tree.sh --check` — CI mode, fails if `SKILL_TREE.md` is stale or validation errors exist
112+
113+
## Cursor Cloud specific instructions
114+
115+
This is a content-only repository (Markdown skills, JSON metadata, one Bash script). There are no package managers, no build tools, and no application servers to start.
116+
117+
**Lint / Validate:** `scripts/build-skill-tree.sh --check` — the only automated check. Runs in CI on every PR. Use this to verify changes to skills or the skill tree before committing.
118+
119+
**Regenerate skill tree:** `scripts/build-skill-tree.sh` (without `--check`) — rewrites `SKILL_TREE.md` and validates. Run after adding/editing any `skills/*/SKILL.md`.
120+
121+
**No services to run.** The MCP server is remote (`https://mcp.sentry.dev/mcp`); nothing runs locally. Symlinks in `.agents/` and `CLAUDE.md → AGENTS.md` must stay intact.

0 commit comments

Comments
 (0)