generated from coulomb/repo-seed
Complete workplan state model cleanup
This commit is contained in:
@@ -92,7 +92,7 @@ cd ~/ralph-workplan && ./install.sh --uninstall
|
||||
---
|
||||
id: WP-0001
|
||||
title: "Build a thing"
|
||||
status: active
|
||||
status: ready
|
||||
---
|
||||
|
||||
Optional description.
|
||||
@@ -120,7 +120,7 @@ priority: medium
|
||||
|-------|--------|-------------|
|
||||
| `id` | string | Unique workplan identifier |
|
||||
| `title` | string | Human-readable name |
|
||||
| `status` | `active` \| `done` \| `paused` | Workplan lifecycle state |
|
||||
| `status` | `proposed` \| `ready` \| `active` \| `blocked` \| `backlog` \| `finished` \| `archived` | Workplan lifecycle state |
|
||||
|
||||
**Task block fields:**
|
||||
|
||||
@@ -144,7 +144,7 @@ status: in_progress → status: done (when verified complete)
|
||||
When every task is `done`, Claude also updates the frontmatter:
|
||||
|
||||
```
|
||||
status: active → status: done
|
||||
status: active -> status: finished
|
||||
```
|
||||
|
||||
The loop detects this on the next iteration and stops.
|
||||
|
||||
Reference in New Issue
Block a user