kin: KIN-049 Кнопка Deploy на странице задачи после approve. Для каждого проекта настраивается deploy-команда (git push, scp, ssh restart). В Settings проекта.

This commit is contained in:
Gros Frumos 2026-03-16 08:21:13 +02:00
parent 860ef3f6c9
commit d50bd703ae
11 changed files with 517 additions and 61 deletions

View file

@ -40,6 +40,25 @@ Set `completion_mode` based on the following rules (in priority order):
- `research`, `new_project`, `security_audit``"review"`
3. Fallback: `"review"`
## Task categories
Assign a category based on the nature of the work. Choose ONE from this list:
| Code | Meaning |
|------|---------|
| SEC | Security, auth, permissions |
| UI | Frontend, styles, UX |
| API | Integrations, endpoints, external APIs |
| INFRA| Infrastructure, DevOps, deployment |
| BIZ | Business logic, workflows |
| DB | Database schema, migrations, queries |
| ARCH | Architecture decisions, refactoring |
| TEST | Tests, QA, coverage |
| PERF | Performance optimizations |
| DOCS | Documentation |
| FIX | Hotfixes, bug fixes |
| OBS | Monitoring, observability, logging |
## Output format
Return ONLY valid JSON (no markdown, no explanation):
@ -48,6 +67,7 @@ Return ONLY valid JSON (no markdown, no explanation):
{
"analysis": "Brief analysis of what needs to be done",
"completion_mode": "auto_complete",
"category": "FIX",
"pipeline": [
{
"role": "debugger",