Add a rule file to your repository root so Tembo understands your project’s conventions, architecture, and coding standards. Tembo reads it before every task.Documentation Index
Fetch the complete documentation index at: https://test-8862363a-tembo-update-docs-new-features-2026-03.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported files
Tembo uses the first file it finds from this list:tembo.md(recommended)AGENTS.mdCLAUDE.md.cursorrules.windsurfrules.clinerules.rulesAGENT.md.github/copilot-instructions.md
Example
What to include
- Build/dev commands - How to build, test, and run the project
- Code style - Naming conventions, formatting, standards
- Testing - Frameworks, expectations, coverage targets
- Architecture - Project structure, design patterns, where code belongs
- Pitfalls - Known issues or gotchas to avoid