docs(ecosystem): add roadmap summary to tracker
This commit is contained in:
parent
51bbeb86fd
commit
9e2257200c
@ -6,7 +6,63 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1. Tracking Rules
|
## 1. Roadmap Summary
|
||||||
|
|
||||||
|
### Original Goal
|
||||||
|
|
||||||
|
Build a shared ByteLyst ecosystem layer so products do not behave like isolated apps. The intended outcome was:
|
||||||
|
|
||||||
|
- shared artifact, event, timeline, and runtime contracts in `learning_ai_common_plat`
|
||||||
|
- real cross-product golden flows with preserved lineage
|
||||||
|
- a first hosted timeline and runtime console
|
||||||
|
- direct Cowork and FlowMonk runtime adoption
|
||||||
|
- commit-linked progress tracking so implementation can be reviewed phase by phase
|
||||||
|
|
||||||
|
### What We Achieved
|
||||||
|
|
||||||
|
- Phase 1 is complete:
|
||||||
|
- LysnrAI transcript -> NoteLett note -> MindLyst memory
|
||||||
|
- Phase 2 is complete:
|
||||||
|
- FlowMonk plan -> ChronoMind routine -> EffoRise habit
|
||||||
|
- Phase 3 is complete:
|
||||||
|
- Cowork -> ActionTrail -> NoteLett -> MindLyst audited artifact flow
|
||||||
|
- Phase 4 baseline is complete:
|
||||||
|
- canonical timeline contract
|
||||||
|
- hosted timeline ingest/query API
|
||||||
|
- hosted internal timeline UI
|
||||||
|
- Phase 5 baseline is complete:
|
||||||
|
- canonical agent runtime contract
|
||||||
|
- platform runtime projection API
|
||||||
|
- hosted internal runtime console
|
||||||
|
- direct Cowork runtime projections
|
||||||
|
- direct FlowMonk runtime projections
|
||||||
|
- direct FlowMonk runtime review UI
|
||||||
|
- live Playwright verification of the FlowMonk runtime review path
|
||||||
|
|
||||||
|
### What Remains In The Roadmap
|
||||||
|
|
||||||
|
- finish broader ecosystem-document maturity:
|
||||||
|
- expand adoption docs beyond the currently covered products and flows
|
||||||
|
- harden the verification matrix with repo-level test ownership
|
||||||
|
- revise the temporary ownership model if the working team changes
|
||||||
|
- finish broader spec maturity:
|
||||||
|
- shared artifact storage/lifecycle rules
|
||||||
|
- broader event taxonomy beyond the implemented phase seams
|
||||||
|
- approvals/trust policy hardening
|
||||||
|
- marketplace inventory and entitlement details
|
||||||
|
- timeline hosting/filtering decisions beyond the current baseline
|
||||||
|
- optional product expansion, not baseline blockers:
|
||||||
|
- richer FlowMonk replay execution controls if they prove useful
|
||||||
|
- richer Cowork checkpoint drill-in if product usage justifies it
|
||||||
|
|
||||||
|
### Current Roadmap Call
|
||||||
|
|
||||||
|
- the implementation roadmap baseline is materially complete through Phase 5
|
||||||
|
- the remaining work is mostly documentation hardening and optional product expansion, not missing core baseline functionality
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2. Tracking Rules
|
||||||
|
|
||||||
Use this document as the execution ledger for ecosystem work.
|
Use this document as the execution ledger for ecosystem work.
|
||||||
|
|
||||||
@ -37,7 +93,7 @@ Example:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 2. Core Spec Status
|
## 3. Core Spec Status
|
||||||
|
|
||||||
| Spec | Status | Owner Repo | Notes | Commits |
|
| Spec | Status | Owner Repo | Notes | Commits |
|
||||||
| ---------------------------------------------- | ----------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
| ---------------------------------------------- | ----------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||||
@ -54,7 +110,7 @@ Example:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 3. Phase 1 Checklist
|
## 4. Phase 1 Checklist
|
||||||
|
|
||||||
### Foundation
|
### Foundation
|
||||||
|
|
||||||
@ -172,7 +228,7 @@ Example:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 4. Current Gaps Before Broad Implementation
|
## 5. Current Gaps Before Broad Implementation
|
||||||
|
|
||||||
- [x] event taxonomy phase-1 event list hardened in `@bytelyst/events`
|
- [x] event taxonomy phase-1 event list hardened in `@bytelyst/events`
|
||||||
- [ ] adoption docs exist for the first flow, but broader repo coverage is still missing
|
- [ ] adoption docs exist for the first flow, but broader repo coverage is still missing
|
||||||
@ -184,7 +240,7 @@ These should be resolved before claiming the ecosystem docs are fully implementa
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 5. Phase 4 Checklist
|
## 6. Phase 4 Checklist
|
||||||
|
|
||||||
- [x] define canonical `TimelineItem` contract in `@bytelyst/events`
|
- [x] define canonical `TimelineItem` contract in `@bytelyst/events`
|
||||||
Commits:
|
Commits:
|
||||||
@ -216,7 +272,7 @@ These should be resolved before claiming the ecosystem docs are fully implementa
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 6. Phase 5 Checklist
|
## 7. Phase 5 Checklist
|
||||||
|
|
||||||
- [x] define canonical runtime schemas for dispatch, session, task, todo, run, approval, and action logs
|
- [x] define canonical runtime schemas for dispatch, session, task, todo, run, approval, and action logs
|
||||||
Commits:
|
Commits:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user