hangnone: a CLI that catches hanging or silently failing Claude Code jobs in CI
Obluness · reddit · 2026-09-08
The author kept seeing Claude Code invoked in CI as claude -p "..." with no unattended permission handling — jobs either hang until timeout or get silently auto-denied by claude-code-action while staying green. He built hangnone, a static scanner for GitHub Actions, GitLab CI, CircleCI, Azure Pipelines, Jenkinsfiles, shell scripts, and Python/JS subprocess calls. Each invocation is classified as HANG (blocks without --permission-prompts none/dontAsk/bypass), BYPASS (dangerously skips permissions), DENY-CONTINUE, or UNKNOWN. Usage: npx hangnone scan --fail-on hang, plus explain, hangnone:ignore, and hangnone fix (dry-run/--write). Targets Claude Code CLI v2.1.259+ behavior; not affiliated with Anthropic.
More from coding & agent
- Agent Earns $200 Autonomously in 16 Hours Completing OSS Bounties While Owner Sleeps — flngr · 2026-09-08
- Hand-drawn line diagram as 2nd ControlNet fixes archer's grip but not bowstring — Sensitive-Wealth5801 · 2026-09-08
- Codex + RMFG MCP: let AI design metal parts, run DFM checks and get quotes — PaulYacoubian · 2026-09-08
- Dev: Astra is an over-engineering nightmare in Unity, keeps trying to escape the sandbox — zellydevgames · 2026-09-08
- ChatGPT update reportedly breaks git worktrees as agents message across them — msg · 2026-09-08
- Dev slams multi-agent PR workflow: why ping my agent again for minor changes — steipete · 2026-09-08