Supported Configuration Files
Tembo supports configuration files at the top level of your repository that act as project-level instructions included in all interactions with the agent. Multiple file names are supported for compatibility with other agents, but the first file that matches in this list will be used:tembo.md
CLAUDE.md
.rules
.cursorrules
.windsurfrules
.clinerules
.github/copilot-instructions.md
AGENT.md
AGENTS.md
How it works
Automatic context loading
- When Tembo solves an issue, it automatically searches for and loads rule files
- These files provide persistent context that helps Tembo understand your codebase and preferences
- The content becomes part of Tembo’s context for generating solutions and processing feedback
What to Include
Common Commands and Scripts
Document frequently used commands that Tembo should know about:Code Style and Conventions
Define your project’s coding standards:Architecture Guidelines
Explain your project’s architectural decisions:Testing Requirements
Specify testing expectations:Documentation Standards
Define documentation requirements:Error Handling Patterns
Specify how errors should be handled:Context Optimization
- The file content becomes part of Tembo’s prompts
- Keep it focused and relevant
- Remove outdated information regularly
- Use emphasis (IMPORTANT, NOTE, WARNING) for critical points