Kin project
Find a file
Gros Frumos d311c2fb66 feat: add post-pipeline hooks (KIN-003)
- core/hooks.py: HookRunner с CRUD, run_hooks(), _execute_hook(), логированием
- core/db.py: новые таблицы hooks и hook_logs в схеме
- agents/runner.py: вызов run_hooks() после завершения pipeline
- tests/test_hooks.py: 23 теста (CRUD, fnmatch-матчинг, выполнение, таймаут)

Хуки запускаются синхронно после update_task(status="review").
Ошибка хука логируется, не блокирует пайплайн.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 18:31:00 +02:00
agents feat: add post-pipeline hooks (KIN-003) 2026-03-15 18:31:00 +02:00
cli Add cancelled status for tasks 2026-03-15 18:22:17 +02:00
core feat: add post-pipeline hooks (KIN-003) 2026-03-15 18:31:00 +02:00
tests feat: add post-pipeline hooks (KIN-003) 2026-03-15 18:31:00 +02:00
web Add cancelled status for tasks 2026-03-15 18:22:17 +02:00
.gitignore Add web GUI: FastAPI API + Vue 3 frontend with dark theme 2026-03-15 13:50:15 +02:00
agent-orchestrator-research.md bootstrap: vdol project loaded with real data 2026-03-15 13:40:58 +02:00
CLAUDE.md Add CLAUDE.md — project-level instructions for Kin 2026-03-15 13:10:47 +02:00
DESIGN.md Add DESIGN.md — main architecture document for Kin agent orchestrator 2026-03-15 13:10:10 +02:00
pyproject.toml Add web GUI: FastAPI API + Vue 3 frontend with dark theme 2026-03-15 13:50:15 +02:00
README.md Initial commit 2026-03-15 12:09:02 +01:00

kin

Kin project