refactor(terminology): workplan-first state hub resolver internals (CUST-WP-0055 T05)
Rename open-workplan digest helpers, expose open_workplans alongside legacy open_workstreams in daily triage digests, and update custodian runtime prompt prose while preserving wire-compat API paths and query params.
This commit is contained in:
parent
63cbe7145e
commit
7947961ed4
3 changed files with 37 additions and 25 deletions
|
|
@ -690,6 +690,7 @@ def test_daily_triage_digest_is_curated_scalar_json(monkeypatch) -> None:
|
|||
import json
|
||||
digest = json.loads(raw_digest)
|
||||
assert digest["totals"] == {"tasks": {"todo": 4, "wait": 1}}
|
||||
assert digest["open_workplans"] == digest["open_workstreams"]
|
||||
assert digest["open_workstreams"][0]["slug"] == "cust-wp-0045"
|
||||
assert digest["open_workstreams"][0]["planning_priority"] == "high"
|
||||
assert digest["open_workstreams"][0]["open_task_counts"] == {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue