From 27c48796683aa9e9b7267ca234a1d423617e806f Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Fri, 3 Apr 2026 19:35:43 -0700 Subject: [PATCH] docs(ecosystem): reconcile rebased phase hashes --- docs/ecosystem/ECOSYSTEM_EVENT_TAXONOMY.md | 2 +- docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md | 6 +++--- docs/ecosystem/ECOSYSTEM_SHARED_ARTIFACT_SCHEMA.md | 2 +- docs/ecosystem/PHASE2_PLAN_ROUTINE_HABIT_EXECUTION_PLAN.md | 2 +- .../ecosystem/delegation/codex/PHASE1_CLOSEOUT_CHECKLIST.md | 2 +- docs/ecosystem/delegation/codex/STATUS.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/ecosystem/ECOSYSTEM_EVENT_TAXONOMY.md b/docs/ecosystem/ECOSYSTEM_EVENT_TAXONOMY.md index d53ece6a..4e043c86 100644 --- a/docs/ecosystem/ECOSYSTEM_EVENT_TAXONOMY.md +++ b/docs/ecosystem/ECOSYSTEM_EVENT_TAXONOMY.md @@ -208,7 +208,7 @@ Commits: - `41fa2cd` drafted the event taxonomy - `76f1b47` added canonical Phase 1 event schemas and example payloads -- `5460662` extended canonical artifact payloads so Phase 2 can reuse `artifact.created` and `artifact.linked` for `plan`, `routine`, and `habit` +- `78918fb` extended canonical artifact payloads so Phase 2 can reuse `artifact.created` and `artifact.linked` for `plan`, `routine`, and `habit` --- diff --git a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md index 1869252c..5db39e0a 100644 --- a/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md +++ b/docs/ecosystem/ECOSYSTEM_IMPLEMENTATION_TRACKER.md @@ -120,7 +120,7 @@ Example: - `0f469a9` - `49796b1` - `623d02c` - - `dcb861a` + - `dd3636d` Status note: - artifact flow is implemented end-to-end and downstream event lineage is now hardened with persisted latest-event indexes - MindLyst web Phase 1 memory-import path is verified by Codex with focused Vitest using a workspace `vitest` binary; `49796b1` improved the local package path but did not fully close it by itself @@ -134,11 +134,11 @@ Example: - `learning_ai_efforise` - `learning_ai_common_plat` Commits: - - `5460662` + - `78918fb` - `59ab8b1` - `fdd3743` - `4975498` - - `pending current commit` + - `f65f41c` Status note: - shared contract now supports first-class `plan`, `routine`, and `habit` artifacts - FlowMonk exports a canonical plan artifact plus latest plan-created event index diff --git a/docs/ecosystem/ECOSYSTEM_SHARED_ARTIFACT_SCHEMA.md b/docs/ecosystem/ECOSYSTEM_SHARED_ARTIFACT_SCHEMA.md index ca9eab9a..91d295e1 100644 --- a/docs/ecosystem/ECOSYSTEM_SHARED_ARTIFACT_SCHEMA.md +++ b/docs/ecosystem/ECOSYSTEM_SHARED_ARTIFACT_SCHEMA.md @@ -201,4 +201,4 @@ Commits: - `eae3409` drafted the initial stub - `76f1b47` added Phase 1 artifact schemas and canonical fixtures -- `5460662` added Phase 2 artifact schemas for `plan`, `routine`, and `habit` +- `78918fb` added Phase 2 artifact schemas for `plan`, `routine`, and `habit` diff --git a/docs/ecosystem/PHASE2_PLAN_ROUTINE_HABIT_EXECUTION_PLAN.md b/docs/ecosystem/PHASE2_PLAN_ROUTINE_HABIT_EXECUTION_PLAN.md index 58c326f7..e941ce78 100644 --- a/docs/ecosystem/PHASE2_PLAN_ROUTINE_HABIT_EXECUTION_PLAN.md +++ b/docs/ecosystem/PHASE2_PLAN_ROUTINE_HABIT_EXECUTION_PLAN.md @@ -50,7 +50,7 @@ This phase uses the same narrow, disk-backed proof strategy as Phase 1. Commit: -- `5460662` `feat(events): add phase2 plan routine habit contracts` +- `78918fb` `feat(events): add phase2 plan routine habit contracts` ### 4.2 learning_ai_flowmonk diff --git a/docs/ecosystem/delegation/codex/PHASE1_CLOSEOUT_CHECKLIST.md b/docs/ecosystem/delegation/codex/PHASE1_CLOSEOUT_CHECKLIST.md index 1d6b7aa5..94ff593a 100644 --- a/docs/ecosystem/delegation/codex/PHASE1_CLOSEOUT_CHECKLIST.md +++ b/docs/ecosystem/delegation/codex/PHASE1_CLOSEOUT_CHECKLIST.md @@ -66,4 +66,4 @@ ## 7. Commits -- `pending current commit` +- `dd3636d` diff --git a/docs/ecosystem/delegation/codex/STATUS.md b/docs/ecosystem/delegation/codex/STATUS.md index be0b7863..114a703e 100644 --- a/docs/ecosystem/delegation/codex/STATUS.md +++ b/docs/ecosystem/delegation/codex/STATUS.md @@ -4,7 +4,7 @@ - **Owner:** Codex - **Status:** done - **Updated at:** 2026-04-03T23:30:00Z -- **Latest commit:** `pending current commit` +- **Latest commit:** `dd3636d` - **Verification command:** `node --experimental-strip-types --input-type=module -e "..."` walkthrough against `/tmp/bytelyst-phase1-walkthrough.qzzwch` - **Verification result:** pass - **Blocker:** none