Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

**Stage:** pre-alpha<br>
**Current milestone:** M2 — GitHub collaboration adapter<br>
**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 |
|---|---:|---:|---:|---:|
| M0 — Protocol kernel | complete | 3/3 | 0 | 0 |
| 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
Expand Down Expand Up @@ -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
Expand Down
22 changes: 13 additions & 9 deletions apps/console/state/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": []
}
},
Expand Down Expand Up @@ -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"
Expand Down
22 changes: 13 additions & 9 deletions docs/state/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": []
}
},
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 7 additions & 3 deletions project/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down