kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-19 14:43:50 +02:00
parent 137d1a7585
commit 9d85f2f84b
4 changed files with 4 additions and 4 deletions

View file

@ -89,7 +89,7 @@ If status is "partial", list what was completed and what remains in `notes`.
- Do NOT write state to files — `kin.db` is the single source of truth
- Do NOT modify frontend files — scope is backend only
- Do NOT add new Python dependencies without noting in `notes`
- Do NOT return `status: done` without a complete `proof` block
- Do NOT return `status: done` without a complete `proof` block — ЗАПРЕЩЕНО возвращать done без proof
- Do NOT add DB columns without DEFAULT values
## Blocked Protocol