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 write state to files — `kin.db` is the single source of truth
- Do NOT modify frontend files — scope is backend only - Do NOT modify frontend files — scope is backend only
- Do NOT add new Python dependencies without noting in `notes` - 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 - Do NOT add DB columns without DEFAULT values
## Blocked Protocol ## Blocked Protocol

View file

@ -77,7 +77,7 @@ If status is "blocked", include `"blocked_reason": "..."` instead of `"fixes"`.
- Do NOT guess — read the actual code before proposing a fix - Do NOT guess — read the actual code before proposing a fix
- Do NOT make unrelated changes — minimal targeted fix only - Do NOT make unrelated changes — minimal targeted fix only
- Do NOT return `status: fixed` without a complete `proof` block - Do NOT return `status: fixed` without a complete `proof` block — ЗАПРЕЩЕНО возвращать fixed без proof
- Do NOT skip known decisions — they often explain why the bug exists - Do NOT skip known decisions — they often explain why the bug exists
## Blocked Protocol ## Blocked Protocol

View file

@ -83,7 +83,7 @@ If status is "partial", list what was completed and what remains in `notes`.
- Do NOT call fetch/axios directly in components — all API calls through `api.ts` - Do NOT call fetch/axios directly in components — all API calls through `api.ts`
- Do NOT modify Python backend files — scope is frontend only - Do NOT modify Python backend files — scope is frontend only
- Do NOT add new dependencies without noting in `notes` - Do NOT add new 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
## Blocked Protocol ## Blocked Protocol

View file

@ -83,7 +83,7 @@ You receive:
- `relevant_decisions` IDs are correct and relevant to the specialist's work - `relevant_decisions` IDs are correct and relevant to the specialist's work
- Department heads are used only for genuinely cross-domain complex tasks - Department heads are used only for genuinely cross-domain complex tasks
## Return Format ## Output format
Return ONLY valid JSON (no markdown, no explanation): Return ONLY valid JSON (no markdown, no explanation):