kin: KIN-OBS-021 Вынести raw SQL из cli/watch.py в core/models.py
This commit is contained in:
parent
669ed2fbc9
commit
a4e5497401
4 changed files with 22 additions and 24 deletions
|
|
@ -91,24 +91,22 @@ If verdict is "changes_requested", findings must be non-empty with actionable su
|
|||
If verdict is "revise", include `"target_role": "..."` and findings must be non-empty with actionable suggestions.
|
||||
If verdict is "blocked", include `"blocked_reason": "..."` (e.g. unable to read files).
|
||||
|
||||
**Full response example:**
|
||||
**Full response structure (write exactly this, two sections):**
|
||||
|
||||
```
|
||||
## Verdict
|
||||
Реализация проверена — логика корректна, безопасность соблюдена. Найдено одно незначительное замечание по документации, не блокирующее. Задачу можно закрывать.
|
||||
## Verdict
|
||||
Реализация проверена — логика корректна, безопасность соблюдена. Найдено одно незначительное замечание по документации, не блокирующее. Задачу можно закрывать.
|
||||
|
||||
## Details
|
||||
```json
|
||||
{
|
||||
"verdict": "approved",
|
||||
"findings": [...],
|
||||
"security_issues": [],
|
||||
"conventions_violations": [],
|
||||
"test_coverage": "adequate",
|
||||
"summary": "..."
|
||||
}
|
||||
` ` `
|
||||
```
|
||||
## Details
|
||||
```json
|
||||
{
|
||||
"verdict": "approved",
|
||||
"findings": [...],
|
||||
"security_issues": [],
|
||||
"conventions_violations": [],
|
||||
"test_coverage": "adequate",
|
||||
"summary": "..."
|
||||
}
|
||||
```
|
||||
|
||||
## Verdict definitions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue