Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ When waiting on PR checks, suppress watch output to avoid context bloat:
- Follow workflow phases in order
- Batch edits; keep sbt runs scoped to one project
- Update AGENTS.md if you find errors or gaps
- In the middle of executing a skill (a `.claude/skills/<skill-name>/SKILL.md` file), if you discover a deviation from the
skill's instructions, encounter missing information or unclear guidance, or discover a better approach than what was written,
update that skill file to reflect what you learned.
- Document new data types in `docs/`; update existing docs when behavior changes
- **README.md is auto-generated.** Never edit `README.md` directly. Edit `docs/index.md` instead, then run `sbt --client generateReadme` to regenerate `README.md`.

Expand Down
Loading