Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/01_vision/MASTER_VISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Every run passes through governance gates. Gate categories:
## Execution Modes

| Mode | Use Case | Risk Posture |
|------|----------|-------------|
|------|----------|--------------|
| safe | Audited, maximum oversight | Maximum pause, no command execution, dry-run always |
| balanced | Default production use | Moderate pause, command execution allowed |
| god | Trusted automation | Minimal pause, full auto-proceed |
Expand Down
8 changes: 4 additions & 4 deletions docs/01_vision/PRODUCT_OBJECTIVES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Phase 1 (v1.1.0) — Foundation & Alignment ✅ Complete

| Objective | Metric | Status |
|-----------|--------|--------|
|-----------|--------|---------|
| Namespaced command protocol | `/ck-*` commands functional | ✅ |
| Autonomous mode system | 7 modes implemented | ✅ |
| Operational package structure | 20+ packages, clean separation | ✅ |
Expand All @@ -20,7 +20,7 @@
### Phase 2 (v1.2.0) — Governed Execution ✅ Complete

| Objective | Metric | Status |
|-----------|--------|--------|
|-----------|--------|---------|
| Action runner | File ops, command execution, risk assessment | ✅ |
| Queue/Approve/Execute flow | Batch approval, resume, re-execute | ✅ |
| Resumable runs | State-aware runs surviving restart | ✅ |
Expand All @@ -33,7 +33,7 @@
### Phase 3 (v1.3.0) — Trust & Safety Layer 🔲 In Progress

| Objective | Metric | Status |
|-----------|--------|--------|
|-----------|--------|---------|
| API versioning (`/v1/`) | All routes under `/v1/`, clients updated | 🔲 Open — SPEC_API_VERSIONING.md |
| Gate taxonomy aligned to spec | All 9 governance gates implemented | 🔲 Open — SPEC_GATE_TAXONOMY.md |
| PostgreSQL runtime persistence | All state persisted to DB | 🔲 Open — SPEC_POSTGRES_PERSISTENCE.md |
Expand All @@ -58,7 +58,7 @@
## Success Metrics (Phase 3 Exit Criteria)

| Metric | Target |
|--------|--------|
|--------|---------|
| Successful run rate | ≥ 90% of runs reach planned or completed status |
| Gate approval turnaround | p50 < 5 minutes, p95 < 30 minutes |
| Rollback rate | ≤ 5% of runs require rollback |
Expand Down
Loading