kin: KIN-UI-002 Исправить падающие тесты миграции (регрессия KIN-ARCH-003) в core/db.py
This commit is contained in:
parent
389b266bee
commit
ff69d24acc
7 changed files with 254 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue