Update caller inventory: activity-core progress dual-write stopped
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 4s

This commit is contained in:
tegwick 2026-07-09 00:32:01 +02:00
parent f2f823603d
commit 6c172c656b

View file

@ -27,7 +27,7 @@ on legacy REST keys; most lacked `X-StateHub-Component` identity (`unknown` buck
| `api/routers/workstream_dependencies.py` | Legacy dependency aliases |
| MCP tool names `create_workstream`, etc. | Aliases call `/workplans/` internally |
| MCP param aliases `workstream_id` | Accepted on tools; REST uses `workplan_id` where updated |
| `activity-core` progress sinks | Dual-write `workplan_id` + `workstream_id` on POST `/progress/` (wire compat) |
| ~~`activity-core` progress sinks~~ | **Fixed**`workplan_id` only on POST `/progress/` (commit after f171bb0) |
| `railiance-platform/scripts/credential.py` | Dual-write scope fields |
| Dashboard **routes** `/workstreams` | Nav URL compat only; `workstreams.md` already polls `/workplans/` |
| `tests/test_legacy_meter.py`, `test_routers_core.py` | Regression coverage for legacy routes |