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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ touching any feature.

## Conventions

- **TDD**: write tests in `tests/*.test.ts` first; run with `bun test`. All ~578 tests must pass.
- **TDD**: write tests in `tests/*.test.ts` first; run with `bun test`. All 1010 tests must pass.
- **Codex review** before committing non-trivial changes: `codex exec review --uncommitted`
(findings appear at the end of output after thinking/exec noise — use `tail -80`).
- **Version bumps**: the `VERSION` const in `tg` must have a matching `## <version>` section in
Expand Down
Loading