kin/CLAUDE.md
johnfrum1234 bdb9fb4a65 Add CLAUDE.md — project-level instructions for Kin
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 13:10:47 +02:00

19 lines
862 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Kin — мультиагентный оркестратор проектов
## Что это
Виртуальная софтверная компания. Intake → PM → специалисты.
Каждый агент = отдельный Claude Code процесс с изолированным контекстом.
## Стек
Python 3.11+, SQLite, FastAPI (будущее), Vue 3 (GUI, будущее)
## Архитектура
Полная спека: DESIGN.md
## Правила
- НЕ создавать файлы без необходимости
- Коммитить после каждого рабочего этапа
- SQLite kin.db — единственный source of truth
- Промпты агентов в agents/prompts/*.md
- Тесты обязательны для core/
- Общие инструкции: ~/projects/CLAUDE.md