← back to Approval Viewer

README.md

12 lines

# Gated Approval Viewer

Local approval surface for gated tickets. Any individual chip can receive full approval immediately, and **Approve all shown** records full approval for the current filtered view in one click. Decisions are appended to `decisions.jsonl` for audit; they never execute the approved action or contact an external system.

Run:

```sh
PORT=9788 node server.js
```

Open `http://127.0.0.1:9788`. Remove `decisions.jsonl` only when you intentionally want to clear local demo history.