Commit 694e53f
authored
docs: add CLAUDE.md/AGENTS.md guidance to AI tooling page (#20975)
## Summary
- Adds a "Project-level instructions" section to the AI tooling docs
page recommending developers create `CLAUDE.md` / `AGENTS.md` files in
their Aztec projects
- Includes a copy-paste template with the critical `aztec compile` vs
`nargo compile` distinction
- Explains why LLMs default to `nargo` and how project-level
instructions fix this
- Applied to both nightly source and devnet.2 versioned docs
## Context
AI tools consistently confuse `nargo compile` with `aztec compile`
because training data heavily favors standalone Noir tooling. MCP
servers and skills help but don't always trigger at the right time.
Project-level instruction files (CLAUDE.md, AGENTS.md) are read
automatically at conversation start, making them the most reliable fix.
## Test plan
- [ ] Verify docs build with `yarn build` in `docs/`
- [ ] Review rendered page at `/developers/ai_tooling`2 files changed
Lines changed: 52 additions & 0 deletions
File tree
- docs
- developer_versioned_docs/version-v4.0.0-devnet.2-patch.1
- docs-developers
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
14 | 40 | | |
15 | 41 | | |
16 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
14 | 40 | | |
15 | 41 | | |
16 | 42 | | |
| |||
0 commit comments