Skip to content
Merged
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 @@ -62,6 +62,9 @@ Demo traces for local runs are bundled in `tests/traces`.
next to its first caller, and extend an existing helper over adding a parallel one.
- **Derive over hardcode.** drop references to a
concern from agents that don't own it, and template sections the downstream consumer never reads.
- **Don't reinvent what already exists.** Before writing a helper, loader, or parser, check
whether one already exists and import it. If new code is genuinely needed, place it in the
module whose responsibility matches its purpose.

### Correctness and honesty

Expand Down
Loading