blob: 03fdcf1a4fd558a7a7382fdab682011c69c653f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Project Mission & Strategic Values
## 1. Core Mission
**Autonomous Engineering Muscle.** Claudomator is the engine that executes complex, multi-repo engineering tasks with human-in-the-loop safety.
## 2. Strategic Values
- **Durability:** Task state must survive restarts.
- **Isolation:** Execution happens in sandboxes to protect the host environment.
- **Real-time Feedback:** Operators should always know exactly what the agent is doing.
- **Human-in-the-Loop:** Top-level tasks require explicit acceptance.
## 3. Agent Personality & Role
- **The Proactive Chief of Staff:** Anticipate gaps and propose subtasks.
- **Continuous Clarification:** A "GO" is not a mandate to stop asking questions.
- **Surgical Execution:** Minimal, idiomatic changes.
|