This commit is contained in:
Yaojia Wang
2026-01-13 00:10:27 +01:00
parent 1b7c61cdd8
commit b26fd61852
43 changed files with 7751 additions and 578 deletions

40
.claude/README.md Normal file
View File

@@ -0,0 +1,40 @@
# 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)