generated from coulomb/repo-seed
feat: add workplan aliases and legacy meter
Adds preferred workplan REST/event surfaces, legacy-meter telemetry and weekly review summaries, documentation/dashboard terminology updates, dashboard API loading fixes, and close-out sync for STATE-WP-0052 and STATE-WP-0054.
This commit is contained in:
@@ -186,13 +186,18 @@ Returns a full snapshot in one call — used by both the MCP server and dashboar
|
||||
| Prefix | Operations |
|
||||
|--------|-----------|
|
||||
| `/topics` | CRUD (soft-delete: `archived`) |
|
||||
| `/workstreams` | CRUD (soft-delete: `archived`) |
|
||||
| `/workplans` | Preferred CRUD surface for repo-backed workplans (soft-delete: `archived`) |
|
||||
| `/workstreams` | Legacy compatibility CRUD surface; usage is recorded by legacy-meter |
|
||||
| `/tasks` | CRUD (soft-delete: `cancel`); `PATCH` updates status |
|
||||
| `/decisions` | CRUD (soft-delete: `superseded`); auto-escalation |
|
||||
| `/progress` | `GET` list + `POST` append — no DELETE |
|
||||
| `/legacy-meter` | Register, meter, and review legacy interface usage |
|
||||
| `/state/summary` | Full snapshot |
|
||||
| `/state/health` | DB connectivity check |
|
||||
|
||||
See `docs/workplan-terminology-transition.md` for the workstream-to-workplan
|
||||
compatibility policy and retirement criteria.
|
||||
|
||||
---
|
||||
|
||||
## MCP Server
|
||||
|
||||
Reference in New Issue
Block a user