From 52674bbaf1c22d39fd5a000e8667e97f6c874147 Mon Sep 17 00:00:00 2001 From: type-two Date: Fri, 17 Jul 2026 21:38:16 +1000 Subject: [PATCH] CR-6 ratified at merge (coordinator); launch.json: alt-port web config Co-Authored-By: Claude Fable 5 --- .claude/launch.json | 16 ++++++++++++++++ plan/CHANGE_REQUESTS.md | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.claude/launch.json b/.claude/launch.json index 1728d3c..a4d6873 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -26,6 +26,22 @@ "port": 5173, "autoPort": false }, + { + "name": "festifun-web-alt", + "runtimeExecutable": "npm", + "runtimeArgs": [ + "run", + "dev", + "--prefix", + "frontend", + "--", + "--port", + "5177", + "--strictPort" + ], + "port": 5177, + "autoPort": false + }, { "name": "festifun-web-dist", "runtimeExecutable": "uv", diff --git a/plan/CHANGE_REQUESTS.md b/plan/CHANGE_REQUESTS.md index cf0f501..b2f03be 100644 --- a/plan/CHANGE_REQUESTS.md +++ b/plan/CHANGE_REQUESTS.md @@ -130,4 +130,6 @@ Instead append an entry here and work around it locally; the integration agent a frozen *contract* file: `db.py`/`api.py`/`capsule.py` were extended additively per M18, and `synthetic.py`'s marker code is a coordinator-sanctioned M18 edit). Applied directly in the foundation3 commit per the house pattern; flagged here for integration3 to ratify. -- **Decision:** (integration3 fills this: applied | rejected — rationale) +- **Decision:** **APPLIED — RATIFIED by coordinator at merge** (2026-07-17). Both edits are + the spec-mandated conscious lock updates (30-phase6.md steps 3 & 7), additive and stronger + post-edit. Suite 189 → **209** on the merged tree.