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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ 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, 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.
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bullet introduces the term “skill” / “skill file”, but AGENTS.md doesn’t define what a skill is or where its file lives. To avoid ambiguity for new contributors, consider adding a short clarification (e.g., that skills are the .claude/skills/<skill-name>/SKILL.md files) and wrapping the long sentence for readability.

Suggested change
- In the middle of executing a skill, 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.
- 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.

Copilot uses AI. Check for mistakes.
- 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