task setup # install tools
task generate:proto # regenerate protobuf
task build # compile the appSee CLAUDE.md for a full architecture walkthrough and code conventions.
See TESTPLAN.md for manual test scripts covering key user flows.
task ci must pass. It runs proto generation, lint, build, and tests.
Use Conventional Commits: type(scope): description.
Common types: feat, fix, refactor, test, docs, chore.