Gros Frumos
|
24be66d16c
|
kin: KIN-135-backend_dev
|
2026-03-20 21:56:46 +02:00 |
|
Gros Frumos
|
2d58e8577c
|
kin: KIN-DOCS-008-backend_dev
|
2026-03-19 21:23:06 +02:00 |
|
Gros Frumos
|
fd8f9c7816
|
kin: KIN-DOCS-007-backend_dev
|
2026-03-19 21:02:46 +02:00 |
|
Gros Frumos
|
1f246c1cf5
|
kin: KIN-DOCS-006-backend_dev
|
2026-03-19 20:52:34 +02:00 |
|
Gros Frumos
|
0717e3faa5
|
kin: KIN-DOCS-005-backend_dev
|
2026-03-19 20:43:53 +02:00 |
|
Gros Frumos
|
ae2f0f1c81
|
kin: KIN-DOCS-004-backend_dev
|
2026-03-19 20:30:50 +02:00 |
|
Gros Frumos
|
55f37b9444
|
kin: KIN-DOCS-003-backend_dev
|
2026-03-19 19:06:18 +02:00 |
|
Gros Frumos
|
e84a7adbe4
|
kin: KIN-DOCS-001-backend_dev
|
2026-03-19 13:57:04 +02:00 |
|
Gros Frumos
|
1600d0d471
|
kin: auto-commit after pipeline
|
2026-03-19 13:52:36 +02:00 |
|
Gros Frumos
|
7edc66201c
|
kin: KIN-DOCS-001-backend_dev
|
2026-03-19 13:47:49 +02:00 |
|
Gros Frumos
|
18160de45e
|
kin: auto-commit after pipeline
|
2026-03-17 15:59:43 +02:00 |
|
Gros Frumos
|
b6f40a6ace
|
kin: auto-commit after pipeline
|
2026-03-17 14:03:53 +02:00 |
|
Gros Frumos
|
0ccd451b4b
|
kin: KIN-091 Улучшения из исследования рынка: (1) Revise button с feedback loop, (2) auto-test before review — агент сам прогоняет тесты и фиксит до review, (3) spec-driven workflow для новых проектов — constitution → spec → plan → tasks, (4) git worktrees для параллельных агентов без конфликтов, (5) auto-trigger pipeline при создании задачи с label auto
|
2026-03-16 22:35:31 +02:00 |
|
Gros Frumos
|
d9172fc17c
|
kin: KIN-016 Агенты должны уметь говорить 'не могу'. Если агент не может выполнить задачу (нет доступа, не понимает, выходит за компетенцию) — он должен вернуть status: blocked с причиной, а не пытаться угадывать. PM при получении blocked от агента — эскалирует к человеку через GUI (уведомление) и Telegram (когда будет).
|
2026-03-16 09:13:34 +02:00 |
|
Gros Frumos
|
8a6f280cbd
|
day 1: Kin from zero to production - agents, GUI, autopilot, 352 tests
|
2026-03-15 23:22:49 +02:00 |
|
johnfrum1234
|
fabae74c19
|
Add context builder, agent runner, and pipeline executor
core/context_builder.py:
build_context() — assembles role-specific context from DB.
PM gets everything; debugger gets gotchas/workarounds; reviewer
gets conventions only; tester gets minimal context; security
gets security-category decisions.
format_prompt() — injects context into role templates.
agents/runner.py:
run_agent() — launches claude CLI as subprocess with role prompt.
run_pipeline() — executes multi-step pipelines sequentially,
chains output between steps, logs to agent_logs, creates/updates
pipeline records, handles failures gracefully.
agents/specialists.yaml — 8 roles with tools, permissions, context rules.
agents/prompts/pm.md — PM prompt for task decomposition.
agents/prompts/security.md — security audit prompt (OWASP, auth, secrets).
CLI: kin run <task_id> [--dry-run]
PM decomposes → shows pipeline → executes with confirmation.
31 new tests (15 context_builder, 11 runner, 5 JSON parsing).
92 total, all passing.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-15 14:03:32 +02:00 |
|