Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
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
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ All content is markdown and JSON — edit directly, no build step required. When
```bash
nix develop --command prek run --all-files # Run all pre-commit checks
```

## Commit Messages and PR Titles

No prefixes (`feat:`, `fix:`, `[codex]`, etc.). Start with capital letter, imperative mood, include GitHub issue number. Example: `Add job count for locales #123`. PR titles follow the same rules.

Choose a reason for hiding this comment

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

P2 Badge Replace GitHub issue requirement with beads issue IDs

This new rule conflicts with the earlier project guidance that issue tracking is done in br (beads_rust) (AGENTS.md lines 5–16), so requiring a “GitHub issue number” will push contributors to add unrelated or fabricated #123 references and break traceability to actual beads tickets. Please update this sentence to require the project’s real issue identifier format instead of GitHub issue numbers.

Useful? React with 👍 / 👎.

Loading