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 .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hooks": [
{
"type": "command",
"command": "npx -y aireceipts-cli@latest hook pre-push",
"command": "npx -y aireceipts-cli@latest hook pre-push || true",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add the missing Codex hook configuration

This change only updates the Claude hook; I checked repo-wide for .codex/hooks.json, altimate-receipts, and other aireceipts producer wiring and there is still no Codex hook configuration. As a result, Codex-built PRs still won't run the aireceipts producer or publish refs/aireceipts/*, even though this follow-up is meant to cover Codex in addition to hardening the Claude hook.

Useful? React with 👍 / 👎.

"timeout": 60
}
]
Expand Down
Loading