AGENTS.md
- openai/agents.md
- 支持 Codex, Amp, Jules, Cursor, Factory, RooCode
- 参考
- 类似
- CLAUDE.md
- GEMINI.md
- https://github.com/search?q=path:**/CLAUDE.md&type=code
- https://github.com/search?q=path:**/settings.local.json&type=code
记忆
- 程序性记忆(Procedural Memory)
- 情景记忆(Episodic Memory)
- 昨天的报错日志是什么
- 陈述性记忆(Declarative Memory)
- 所有客户的配置详情
规则
- .cursor/rules
- Claude
| type | location |
|---|---|
| Enterprise policy | /Library/Application Support/ClaudeCode/CLAUDE.md /etc/claude-code/CLAUDE.md C:\Program Files\ClaudeCode\CLAUDE.md |
| Project memory | ./CLAUDE.md,./.claude/CLAUDE.md |
| Project rules | ./.claude/rules/*.md |
| User memory | ~/.claude/CLAUDE.md |
| User rules | ~/.claude/rules/ |
| Project memory (local) | ./CLAUDE.local.md |
- @path/to/import
---
paths: src/api/**/*.{ts,tsx}, tests/**/*.test.ts
---
#