kin/core
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
..
__init__.py Add core/db.py — SQLite schema with all 9 tables from DESIGN.md 3.5 2026-03-15 13:12:54 +02:00
context_builder.py Fix output truncation bug, add language support for agent responses 2026-03-15 14:39:33 +02:00
db.py feat: add post-pipeline hooks (KIN-003) 2026-03-15 18:31:00 +02:00
followup.py Add permission-aware follow-up flow with interactive resolution 2026-03-15 15:16:48 +02:00
hooks.py feat: add post-pipeline hooks (KIN-003) 2026-03-15 18:31:00 +02:00
models.py Fix output truncation bug, add language support for agent responses 2026-03-15 14:39:33 +02:00