Skip to content

Commit ffa6184

Browse files
authored
Replace AGENTS.md with simplified CLAUDE.md file (#5604)
I've been wanting to replace AGENTS.md with something simpler. And since we're already using `.claude/skills` we might as well adopt their structure for this too. I wish there were a universal standard for this stuff.
1 parent 46a14d6 commit ffa6184

2 files changed

Lines changed: 12 additions & 235 deletions

File tree

.claude/CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Structure
2+
3+
- Specs are markdown; executable Python is generated from them.
4+
- Each spec states only what it changes; the rest is inherited.
5+
- Changes to old specs may require matching updates to newer ones.
6+
- Presets are comptime; configs are runtime.
7+
8+
## Constraints
9+
10+
- Do not edit generated Python spec files.
11+
- Do not assume how the specs behave, as they are evolving.
12+
- Do not change stable spec behavior without explicit permission.

AGENTS.md

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)