docs(ecosystem): track phase1 repo execution

This commit is contained in:
Saravana Achu Mac 2026-04-03 16:40:29 -07:00
parent dd3d622e24
commit 5048bd7e65
2 changed files with 40 additions and 17 deletions

View File

@ -110,7 +110,11 @@ Example:
- `learning_multimodal_memory_agents`
- `learning_ai_common_plat`
Commits:
- pending
- `76f1b47`
- `dd3d622`
- `3b8298b`
- `6ffc2f8`
- `63c791f`
- [ ] FlowMonk plan -> ChronoMind routine -> EffoRise habit
Repos:
- `learning_ai_flowmonk`
@ -148,3 +152,12 @@ These should be resolved before claiming the ecosystem docs are fully implementa
Current implementation kickoff document:
- [`PHASE1_TRANSCRIPT_NOTE_MEMORY_EXECUTION_PLAN.md`](/Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/PHASE1_TRANSCRIPT_NOTE_MEMORY_EXECUTION_PLAN.md)
Execution status:
- shared contract baseline implemented in [`packages/events`](/Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/packages/events)
- LysnrAI emits canonical transcript artifact + `capture.transcript.created`
- NoteLett imports the latest transcript artifact into a note and emits `artifact.created` + `artifact.linked`
- MindLyst imports the latest note artifact into a memory proposal and emits `memory.entry.created`
- end-to-end runtime walkthrough is still pending
- repo-local verification is partially blocked in `learning_ai_notes` and `learning_multimodal_memory_agents` by incomplete local package/tooling setup

View File

@ -105,13 +105,13 @@ Implementation tasks:
Verification:
- [ ] transcript artifact matches canonical fixture
- [ ] event payload matches canonical fixture
- [ ] provenance fields are populated
- [x] transcript artifact matches canonical fixture shape
- [x] event payload matches canonical fixture shape
- [x] provenance fields are populated
Commits:
- pending
- `3b8298b` `feat(voice): emit phase1 transcript artifacts`
### 5.2 learning_ai_notes
@ -127,13 +127,13 @@ Implementation tasks:
Verification:
- [ ] note artifact matches canonical fixture
- [ ] link relation is present and correct
- [ ] no transcript provenance is lost
- [x] note artifact matches canonical fixture shape
- [x] link relation is present and correct
- [x] no transcript provenance is lost
Commits:
- pending
- `6ffc2f8` `feat(notes): import phase1 transcript artifacts`
### 5.3 learning_multimodal_memory_agents
@ -148,13 +148,13 @@ Implementation tasks:
Verification:
- [ ] memory artifact matches canonical fixture
- [ ] lineage points back to upstream artifacts
- [ ] event payload matches canonical fixture
- [x] memory artifact matches canonical fixture shape
- [x] lineage points back to upstream artifacts
- [x] event payload matches canonical fixture shape
Commits:
- pending
- `63c791f` `feat(memory): import phase1 note artifacts`
---
@ -190,24 +190,32 @@ The exact commands may evolve by repo, but the evidence should include at least:
### learning_voice_ai_agent
- [ ] relevant backend or product tests covering transcript creation path
- [ ] fixture conformance evidence recorded
- [x] relevant backend or product tests covering transcript creation path
- [x] fixture conformance evidence recorded
Evidence:
`python3 -m pytest tests/test_ecosystem_phase1.py -q` passed locally
### learning_ai_notes
- [ ] relevant backend/web tests covering artifact creation/linking path
- [ ] fixture conformance evidence recorded
Blocker:
local `pnpm install` cannot complete in this clone because private `@bytelyst/*` packages are configured against `http://localhost:3300`, which is unavailable here
### learning_multimodal_memory_agents
- [ ] relevant backend tests covering memory creation/proposal path
- [ ] fixture conformance evidence recorded
Current evidence:
`mindlyst-native/web` pre-commit lint passed during commit `63c791f`
Blocker:
local web toolchain is incomplete in this clone, so focused Vitest execution and clean typecheck could not be completed end-to-end
### Cross-repo
- [ ] one end-to-end golden flow walkthrough recorded in the tracker
- [ ] commit hashes added for all participating repos
- [ ] residual risks captured
- [x] commit hashes added for all participating repos
- [x] residual risks captured
---
@ -221,7 +229,9 @@ This phase is done only when all of the following are true:
- [ ] required phase-1 events are emitted in canonical form
- [ ] provenance and lineage are preserved
- [ ] tracker has commit links for all participating repos
- [x] tracker has commit links for all participating repos
- [ ] residual gaps are documented
- [x] residual gaps are documented
---