@teakit/cli
@teakit/cli is the command-line tool for creating, adopting, checking, and maintaining Teakit kits.
Guide
Use this page as the short human entry point. Keep deeper project knowledge in docs/knowledge/, durable decisions in docs/memory/, and agent-facing instructions in skills/.
Installation
Planned Commands
The final CLI command implementation is still pending. Do not treat planned commands as implemented until the source and tests exist.
Package Contract
@teakit/cliis a CLI package, not a reusable library template.- It should turn the standards in
teakit/skillsinto repeatable project actions. - It should distinguish planned commands from implemented command behavior.
- It should keep README, skills, source code, and tests synchronized as commands are implemented.
LLMs
AI agents should start with LLMs, then open Teakit CLI Skill and only the relevant source, test, or project documentation file.