File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,14 +285,15 @@ Editing any `.ai/rules/*.md` file immediately updates what both Cursor and Claud
285285### Adding a new rule
286286
2872871 . Create ` rule-name.md ` in ` .ai/rules/ ` with YAML frontmatter (` globs ` , ` alwaysApply ` ).
288- 2 . Add one per-file symlink for Cursor:
288+ 2 . Add one per-file symlink for Cursor (required — Cursor needs ` .mdc ` extension) :
289289
290290 ``` sh
291291 ln -s “../../.ai/rules/rule-name.md” “.cursor/rules/rule-name.mdc”
292292 ```
293293
294+ ` .claude/rules/ ` is a directory symlink pointing at ` .ai/rules/ ` , so it picks up the new file automatically — no extra step needed.
295+
2942963 . Register it in the tables in this README (rules catalog) and in [ ` AGENTS.md ` ] ( ../AGENTS.md ) .
295- 4 . ` .claude/rules/ ` picks it up automatically via the directory symlink — nothing extra needed.
296297
297298### Adding a new skill
298299
You can’t perform that action at this time.
0 commit comments