Finish STATE-WP-0069: retire legacy completion event and DELETE /workstreams
Stop dual-publishing org.statehub.workstream.completed; return 410 Gone for
legacy DELETE /workstreams/{id}. Migrate fix-consistency, MCP adhoc bootstrap,
and dashboard token summary to /workplans/. Add legacy-meter evidence capture
script and pytest snapshot; update docs and close out the workplan.
This commit is contained in:
parent
b659ff8d13
commit
e0c954d098
13 changed files with 404 additions and 149 deletions
|
|
@ -18,7 +18,7 @@ def fetch(url: str):
|
|||
|
||||
# Fetch all repos and workstreams for scope resolution
|
||||
repos = fetch(f"{API_BASE}/repos/") or []
|
||||
workstreams_raw = fetch(f"{API_BASE}/workstreams/?limit=500") or []
|
||||
workstreams_raw = fetch(f"{API_BASE}/workplans/?limit=500") or []
|
||||
|
||||
# Fetch all token events (up to 1000) for aggregation
|
||||
events = fetch(f"{API_BASE}/token-events/?limit=1000") or []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue