kin: auto-commit after pipeline
This commit is contained in:
parent
137d1a7585
commit
9d85f2f84b
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 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
|
||||
|
||||
## Blocked Protocol
|
||||
|
|
|
|||
|
|
@ -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 modify Python backend files — scope is frontend only
|
||||
- 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
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ You receive:
|
|||
- `relevant_decisions` IDs are correct and relevant to the specialist's work
|
||||
- Department heads are used only for genuinely cross-domain complex tasks
|
||||
|
||||
## Return Format
|
||||
## Output format
|
||||
|
||||
Return ONLY valid JSON (no markdown, no explanation):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue