Files
wiki/memory/2026-06-15.md
2026-06-15 19:50:01 +03:00

991 B

2026-06-15 — ORCH-114 RCA note

  • Root cause of the false ORCH-114 Done: the worktree test run executed a live src.plane_sync.notify_stage_change('ORCH-114', 'deploy', 'done') path against the real Plane API.
  • Evidence: Plane API logs at 16:22 UTC show PATCH /issues/dd57ad23.../ to state UUID 3738cd3c... (Done) followed by POST /comments/ with Stage: deploy → done and branch feature/orch114.
  • Runtime config check: both orchestrator and orchestrator-staging containers currently point at the same Plane workspace slug ag_proj and share the live ORCH_PLANE_API_TOKEN; no separate sandbox Plane project is wired into the live env.
  • Code registry check: src/projects.py currently maps only the ET and ORCH production Plane project IDs; no sandbox project mapping is active in runtime.
  • Fix direction: enforce hard Plane-write isolation for test/staging runs (mock or sandbox-only token/project), so any ORCH-114 test cannot mutate the live ORCH project.