| name | kitaru-dev-commands |
| description | Full reference for Kitaru v2 development commands, tests, docs generation, packaging, Docker builds, and CI workflows. Use when a task needs commands beyond just check, just fix, or just test. |
Kitaru v2 development commands
Run just --list for the recipe inventory, then verify that a recipe's backing files exist before using it on v2. Treat pyproject.toml, source, tests, and existing scripts as authoritative when inherited recipes or workflows disagree.
Environment setup
uv sync
uv sync --extra cli
uv sync --extra mcp
uv sync --extra server
uv sync --extra worker
uv sync --extra otel
There is no v2 local extra, kitaru init command, or .kitaru/ project-marker setup.
Core workflow
just fix
just check
just test
just tests/cli
just tests/cli/test_app.py::test_help_version_schema_and_scaffold_skip_bootstrap