Development¶
Install¶
pdm install -G :all
Main Commands¶
trunk check --fix
make test
make test-integration
make test-e2e
make docs
make docs-live
Repo Expectations¶
keep public docs in
docs/sourcekeep internal notes and memory in
docs/_internalprefer
rgfor codebase searchuse Commitizen-style conventional commits
keep the shared service layer authoritative across CLI, MCP, dashboard, and LangGraph surfaces