Files
invoice-master-poc-v2/.claude/README.md
Yaojia Wang b26fd61852 WOP
2026-01-13 00:10:27 +01:00

41 lines
1.2 KiB
Markdown

# Claude Code Configuration
This directory contains Claude Code specific configurations.
## Configuration Files
### Main Controller
- **Location**: `../CLAUDE.md` (project root)
- **Purpose**: Main controller configuration for the Swedish Invoice Extraction System
- **Version**: v1.3.0
### Sub-Agents
Located in `agents/` directory:
- `developer.md` - Development agent
- `code-reviewer.md` - Code review agent
- `tester.md` - Testing agent
- `researcher.md` - Research agent
- `project-manager.md` - Project management agent
### Skills
Located in `skills/` directory:
- `code-generation.md` - High-quality code generation skill
## Important Notes
⚠️ **The main CLAUDE.md file is in the project root**, not in this directory.
This is intentional because:
1. CLAUDE.md is a project-level configuration
2. It should be visible alongside README.md and other important docs
3. It serves as the "constitution" for the entire project
When Claude Code starts, it will read:
1. `../CLAUDE.md` (main controller instructions)
2. Files in `agents/` (when agents are called)
3. Files in `skills/` (when skills are used)
---
For the full main controller configuration, see: [../CLAUDE.md](../CLAUDE.md)