From 8c32457819382aa9da9087bf82f166c48786a3a1 Mon Sep 17 00:00:00 2001 From: brendohxd Date: Sun, 19 Jul 2026 17:12:38 +0800 Subject: [PATCH] Record live Pages deployment --- STATUS.md | 8 ++++---- apps/console/state/index.json | 22 +++++++++++++--------- docs/state/index.json | 22 +++++++++++++--------- project/status.json | 10 +++++++--- 4 files changed, 37 insertions(+), 25 deletions(-) diff --git a/STATUS.md b/STATUS.md index 25e24f1..53a09d1 100644 --- a/STATUS.md +++ b/STATUS.md @@ -4,7 +4,7 @@ **Stage:** pre-alpha
**Current milestone:** M2 — GitHub collaboration adapter
-**Roadmap:** 15/28 actionable items complete; 0 blocked; 3 deferred. +**Roadmap:** 16/28 actionable items complete; 0 blocked; 3 deferred. | Milestone | Status | Complete | Blocked | Deferred | |---|---:|---:|---:|---:| @@ -12,7 +12,7 @@ | M1 — Local vertical slice | complete | 6/6 | 0 | 0 | | M2 — GitHub collaboration adapter | planned | 2/6 | 0 | 0 | | M3 — Research and assessment profiles | planned | 1/6 | 0 | 1 | -| M4 — Public console and integrations | planned | 3/7 | 0 | 0 | +| M4 — Public console and integrations | planned | 4/7 | 0 | 0 | | M5 — Optional managed service | deferred | 0/0 | 0 | 2 | ## M0 — Protocol kernel @@ -104,8 +104,8 @@ Exit criteria: - Evidence: [Read-only console](apps/console/index.html) - [x] **M4-PAGES-READY: GitHub Pages-ready static bundle** — done - Evidence: [Pages entry point](docs/index.html) -- [ ] **M4-PAGES-PUBLISH: Publish the visual console on GitHub Pages** — planned - - Next: After merge, configure Pages from main /docs and record the resulting public URL or blocker. +- [x] **M4-PAGES-PUBLISH: Publish the visual console on GitHub Pages** — done + - Evidence: [Live Project Relay dashboard](https://brendohxd.github.io/Project-Relay/) - [ ] **M4-CLIENT-GUIDES: Codex, Claude, Gemini, and compatible MCP guides** — planned - Next: Document read-only status and task access before any write integrations. - [ ] **M4-MANUAL-BRIDGE: Manual packet bridge** — planned diff --git a/apps/console/state/index.json b/apps/console/state/index.json index a7b1d37..308cec9 100644 --- a/apps/console/state/index.json +++ b/apps/console/state/index.json @@ -352,9 +352,13 @@ { "id": "M4-PAGES-PUBLISH", "title": "Publish the visual console on GitHub Pages", - "state": "planned", - "evidence": [], - "next_action": "After merge, configure Pages from main /docs and record the resulting public URL or blocker." + "state": "done", + "evidence": [ + { + "label": "Live Project Relay dashboard", + "uri": "https://brendohxd.github.io/Project-Relay/" + } + ] }, { "id": "M4-CLIENT-GUIDES", @@ -381,15 +385,15 @@ "summary": { "state": "planned", "counts": { - "done": 3, + "done": 4, "in_progress": 0, "blocked": 0, - "planned": 4, + "planned": 3, "deferred": 0 }, "total": 7, "actionable": 7, - "completed": 3, + "completed": 4, "blockers": [] } }, @@ -510,15 +514,15 @@ "summary": { "state": "planned", "counts": { - "done": 15, + "done": 16, "in_progress": 0, "blocked": 0, - "planned": 13, + "planned": 12, "deferred": 3 }, "total": 31, "actionable": 28, - "completed": 15, + "completed": 16, "blockers": [], "current_milestone": "M2", "current_milestone_title": "GitHub collaboration adapter" diff --git a/docs/state/index.json b/docs/state/index.json index a7b1d37..308cec9 100644 --- a/docs/state/index.json +++ b/docs/state/index.json @@ -352,9 +352,13 @@ { "id": "M4-PAGES-PUBLISH", "title": "Publish the visual console on GitHub Pages", - "state": "planned", - "evidence": [], - "next_action": "After merge, configure Pages from main /docs and record the resulting public URL or blocker." + "state": "done", + "evidence": [ + { + "label": "Live Project Relay dashboard", + "uri": "https://brendohxd.github.io/Project-Relay/" + } + ] }, { "id": "M4-CLIENT-GUIDES", @@ -381,15 +385,15 @@ "summary": { "state": "planned", "counts": { - "done": 3, + "done": 4, "in_progress": 0, "blocked": 0, - "planned": 4, + "planned": 3, "deferred": 0 }, "total": 7, "actionable": 7, - "completed": 3, + "completed": 4, "blockers": [] } }, @@ -510,15 +514,15 @@ "summary": { "state": "planned", "counts": { - "done": 15, + "done": 16, "in_progress": 0, "blocked": 0, - "planned": 13, + "planned": 12, "deferred": 3 }, "total": 31, "actionable": 28, - "completed": 15, + "completed": 16, "blockers": [], "current_milestone": "M2", "current_milestone_title": "GitHub collaboration adapter" diff --git a/project/status.json b/project/status.json index 58a6542..cece245 100644 --- a/project/status.json +++ b/project/status.json @@ -293,9 +293,13 @@ { "id": "M4-PAGES-PUBLISH", "title": "Publish the visual console on GitHub Pages", - "state": "planned", - "evidence": [], - "next_action": "After merge, configure Pages from main /docs and record the resulting public URL or blocker." + "state": "done", + "evidence": [ + { + "label": "Live Project Relay dashboard", + "uri": "https://brendohxd.github.io/Project-Relay/" + } + ] }, { "id": "M4-CLIENT-GUIDES",