ORCH-6: ARCHITECTURE.md gets a project-registry section; README explains how to add a project via ORCH_PROJECTS_JSON; BUGFIXES_2026-06-03.md records the fix and links the 2026-06-02 webhook autorun incident.
8 lines
613 B
Plaintext
8 lines
613 B
Plaintext
INCIDENT 2026-06-02: Plane webhook auto-triggered pipeline for ALL ORCH-1..7 tasks
|
|
- Plane webhook (id 93f0c342) fires on ANY issue creation in workspace, no project filter
|
|
- plane.py:91 hardcodes repo=settings.default_repo (enduro-trails)
|
|
- Result: ORCH-x tasks ran analyst/architect in WRONG repo (enduro-trails), created junk ET-010..016
|
|
- MITIGATION: Plane webhook DEACTIVATED (is_active=false) until ORCH-6 adds project filter
|
|
- ROOT FIX = ORCH-6 (multi-repo): filter by plane_project_id + repo mapping per project
|
|
- To re-enable webhook after ORCH-6: UPDATE webhooks SET is_active=true WHERE id=93f0c342...
|