Skip to content

Development

See CLAUDE.md and style-guide.md in the repo root for architecture notes and the design conventions this codebase relies on.

task deps-sync    # install
task test         # run tests
task check        # lint + format-check + typecheck (what CI runs)
task docs         # serve these docs locally on :9223