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 agentcode-reviewer.md- Code review agenttester.md- Testing agentresearcher.md- Research agentproject-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:
- CLAUDE.md is a project-level configuration
- It should be visible alongside README.md and other important docs
- It serves as the "constitution" for the entire project
When Claude Code starts, it will read:
../CLAUDE.md(main controller instructions)- Files in
agents/(when agents are called) - Files in
skills/(when skills are used)
For the full main controller configuration, see: ../CLAUDE.md