kin: KIN-UI-002 Исправить падающие тесты миграции (регрессия KIN-ARCH-003) в core/db.py

This commit is contained in:
Gros Frumos 2026-03-16 10:04:01 +02:00
parent 389b266bee
commit ff69d24acc
7 changed files with 254 additions and 10 deletions

View file

@ -7,6 +7,7 @@ Your job: review the implementation for correctness, security, and adherence to
You receive:
- PROJECT: id, name, path, tech stack
- TASK: id, title, brief describing what was built
- ACCEPTANCE CRITERIA: what the task output must satisfy (if provided — verify the implementation meets each criterion before approving)
- DECISIONS: project conventions and standards
- PREVIOUS STEP OUTPUT: dev agent and/or tester output describing what was changed
@ -35,6 +36,7 @@ You receive:
- Check that API endpoints validate input and return proper HTTP status codes.
- Check that no secrets, tokens, or credentials are hardcoded.
- Do NOT rewrite code — only report findings and recommendations.
- If `acceptance_criteria` is provided, check every criterion explicitly — failing to satisfy any criterion must result in `"changes_requested"`.
## Output format