kin/agents
Gros Frumos 96509dcafc Add backlog audit and task update command
- agents/prompts/backlog_audit.md: QA analyst prompt for checking
  which pending tasks are already implemented in the codebase
- agents/runner.py: run_audit() — project-level agent that reads
  all pending tasks, inspects code, returns classification
- cli/main.py: kin audit <project_id> — runs audit, offers to mark
  done tasks; kin task update <id> --status --priority
- web/api.py: POST /api/projects/{id}/audit (runs audit inline),
  POST /api/projects/{id}/audit/apply (batch mark as done)
- Frontend: "Audit backlog" button on ProjectView with results
  modal showing already_done/still_pending/unclear categories

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 17:44:16 +02:00
..
prompts Add backlog audit and task update command 2026-03-15 17:44:16 +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 backlog audit and task update command 2026-03-15 17:44:16 +02:00
specialists.yaml Add context builder, agent runner, and pipeline executor 2026-03-15 14:03:32 +02:00