STATE-WP-0072: stop dual-writing workstream_id on decisions
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Record decision scope with workplan_id only to avoid legacy-meter
body alias hits on POST /decisions/.
This commit is contained in:
tegwick 2026-07-09 01:48:53 +02:00
parent a08d988157
commit 1e23be9141
2 changed files with 1 additions and 2 deletions

View file

@ -49,7 +49,6 @@ def build_decision(candidate: dict, action: str, rationale: str,
}
if scope_id:
payload["workplan_id"] = scope_id
payload["workstream_id"] = scope_id
return payload