refactor(content): move orchestration markers off quick_context to typed jsonb

This commit is contained in:
Renn F
2026-06-21 02:48:07 +02:00
parent 7e74112fcc
commit 0fba4eed01
21 changed files with 270 additions and 316 deletions
@@ -156,7 +156,7 @@ async def test_originate_creates_pending_main_pm_assigned_task(
assert task.team == Team.MAIN_PM
assert task.source == "self_heal"
assert task.acceptance_criteria # non-empty (AC-guardrail)
assert "self_heal_fp=" in (task.quick_context or "")
assert (task.orchestration_markers or {}).get("self_heal_fp")
@pytest.mark.asyncio