kin/agents
Gros Frumos e755a19633 Add Auto/Review mode toggle and non-interactive runner
- GUI: Auto/Review toggle on TaskDetail and ProjectView
  persisted per-project in localStorage
- Runner: noninteractive param (stdin=DEVNULL, 300s timeout)
  activated by KIN_NONINTERACTIVE=1 env or param
- CLI: --allow-write flag for kin run command
- API: POST /run accepts {allow_write: bool}, sets
  KIN_NONINTERACTIVE=1 and stdin=DEVNULL for subprocess
- Fixes pipeline hanging on interactive claude input (VDOL-002)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 17:35:08 +02:00
..
prompts Add follow-up task generation on approve 2026-03-15 15:02:58 +02:00
__init__.py Add bootstrap command — auto-detect project stack, modules, decisions 2026-03-15 13:29:01 +02:00
bootstrap.py Fix bootstrap: deep scan, CLAUDE.md fallback, noise filtering 2026-03-15 13:37:42 +02:00
runner.py Add Auto/Review mode toggle and non-interactive runner 2026-03-15 17:35:08 +02:00
specialists.yaml Add context builder, agent runner, and pipeline executor 2026-03-15 14:03:32 +02:00