Kin project
Find a file
johnfrum1234 da4a8aae72 Add bootstrap command — auto-detect project stack, modules, decisions
kin bootstrap <path> --id <id> --name <name> [--vault <path>]

Detects: package.json, requirements.txt, go.mod, config files → tech_stack.
Scans src/app/lib/frontend/backend dirs → modules with type detection.
Parses CLAUDE.md for GOTCHA/WORKAROUND/FIXME/ВАЖНО → decisions.
Scans Obsidian vault for kanban tasks, checkboxes, and decisions.
Preview before save, -y to skip confirmation.
18 bootstrap tests, 57 total passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 13:29:01 +02:00
agents Add bootstrap command — auto-detect project stack, modules, decisions 2026-03-15 13:29:01 +02:00
cli Add bootstrap command — auto-detect project stack, modules, decisions 2026-03-15 13:29:01 +02:00
core Add core/models.py — data access functions for all 9 tables 2026-03-15 13:16:12 +02:00
tests Add bootstrap command — auto-detect project stack, modules, decisions 2026-03-15 13:29:01 +02:00
.gitignore Initial commit 2026-03-15 12:09:02 +01:00
CLAUDE.md Add CLAUDE.md — project-level instructions for Kin 2026-03-15 13:10:47 +02:00
DESIGN.md Add DESIGN.md — main architecture document for Kin agent orchestrator 2026-03-15 13:10:10 +02:00
pyproject.toml Add CLI (cli/main.py) — click-based interface for all core operations 2026-03-15 13:20:57 +02:00
README.md Initial commit 2026-03-15 12:09:02 +01:00

kin

Kin project