What problem does it solve? Developers working in the TikTok Bazel Monorepo need to learn the tt mn command set, Trunk-Based Development workflow, Bazel build configuration, and CI/CD pipeline setup, which are scattered across many internal documents. ## Core Features & Use Cases - Local Development Workflow: Covers sparse checkout, code validation with tt mn validate, local builds with tt mn build, and testing with tt mn test. - Unit Testing Guidance: Explains the Mockey and Convey testing frameworks, LLM-based test generation via tt mn test generate, and coverage reporting. - CI/CD and Bazel Build Configuration: Details standard CI pipeline stages, ByteCycle deployment, Go version pinning, Beast Mode optimization, and cross-repository IDL consumption. - Use Case: An engineer onboarding a new service into the Monorepo can follow the guides to run tt monorepo init, configure the CI yaml, and troubleshoot common Bazel build errors like relocation overflow or package conflicts. ## Quick Start Ask the assistant how to set up local development and run unit tests in the TikTok Bazel Monorepo using the tt mn command set.