Metadata-Version: 2.3
Name: codhc
Version: 0.0.1
Summary: 
Author: narumi
Author-email: narumi <toucans-cutouts0f@icloud.com>
Requires-Dist: typer>=0.24.1
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Codex Hook Command

`chc` is a small CLI wrapper for Codex hooks. It runs an external command,
inspects the hook payload from `stdin`, and prints a JSON response that Codex
can consume.

## Usage

```bash
chc uv run ruff check --fix
```

For `Stop` hooks, the first failure returns a continuation payload using the
legacy `decision: "block"` shape. Success, or failure after the continuation
pass, returns `continue: false` with a `systemMessage`.
