Skip to content
Merged
Show file tree
Hide file tree
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 .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
set -eu

npm run check
npm run format:check
10 changes: 5 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ npm run prepare

Use standard prefixes — never `codex/`:

| Prefix | When to use |
|--------|-------------|
| `fix/` | Bug fixes and corrections |
| `feature/` | New functionality |
| Prefix | When to use |
| ---------- | ----------------------------------- |
| `fix/` | Bug fixes and corrections |
| `feature/` | New functionality |
| `content/` | Copy, text, or content-only changes |
| `chore/` | Tooling, config, or housekeeping |
| `chore/` | Tooling, config, or housekeeping |

## Working Style

Expand Down
Loading
Loading