2 Commits

  • fix: skip pre-push checks on branch deletion
    The pre-push hook runs lint/typecheck/test/build checks on every push,
    including `git push origin --delete <branch>`. Branch deletion does not
    push any code, so verification checks are unnecessary and block the
    delete operation.
    
    Detect deletion pushes by reading stdin (local sha is all zeros for
    deletes) and exit early.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
  • feat: add Codex CLI customization scripts (#336)
    * chore(codex): add global ecc sync script and pnpm mcp config
    
    * chore(codex): include codex supplement when syncing agents
    
    * feat(codex): add global git safety hooks and QA/rule prompt packs
    
    * feat(codex): add global regression sanity check command
    
    ---------
    
    Co-authored-by: TGreen87 <your-email@example.com>