Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
CLAUDE.md is a special file that Claude reads automatically when it starts working on a project. It contains project-specific instructions, conventions, and context. Claude Board includes a built-in editor for managing this file.
What is CLAUDE.md?
ACLAUDE.md file at the root of your project tells Claude:
- How the project is structured
- What conventions to follow
- Which commands to use for building and testing
- Important architectural decisions
Built-in Editor
Claude Board provides a text editor in the project settings for viewing and editing theCLAUDE.md file. Changes are saved directly to the file in your project’s working directory.
CLAUDE.md vs Context Snippets
| Feature | CLAUDE.md | Context Snippets |
|---|---|---|
| Location | File in your repo | Stored in Claude Board’s database |
| Versioned | Yes, committed to git | No |
| Toggling | Always active | Can be enabled/disabled individually |
| Scope | Read by Claude CLI directly | Injected by Claude Board into prompt |