v3.1.1 Jacobean Released #825
waleedkadous
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v3.1.1 Jacobean is now on npm and GitHub.
npm install -g @cluesmith/codev@3.1.1 afx tower stop && afx tower startFirst minor on the new Jacobean line. Bundles four substantial threads since v3.0.7:
Multi-architect routing — actually works now (#774)
The headline value prop of sibling architects ("a builder spawned by ob-refine, when it sends to
architect, reaches ob-refine") was non-functional from v3.0.5 through v3.0.7 — every builder→architect message routed tomainregardless of which sibling spawned the builder. Reported by an external adopter within hours of v3.0.7's install. Root cause: a singleton DB handle opened the worktree's emptystate.dbinstead of the workspace's. Fixed; verified end-to-end on a real two-architect workspace.Multi-architect lifecycle, persistence, and UX (#786)
afx workspace remove-architect <name>is now a first-class CLI; refuses to removemain.afx workspace stop/start(race-free via PtySession exit-await).CODEV_ARCHITECT_NAMEis re-injected on shellper auto-restart.afx statusenumerates all architects with PID + terminal ID.Multi-architect coordination (#823)
· <architect>attribution on builder cards when N>1.CLAUDE.md/AGENTS.mddocument all four addressing forms (architect:<name>spoofing-check, architect↔sibling-architect messaging, builder→spawning-architect affinity).codev/state/<builder-id>_thread.md.architects-updatedSSE event.VS Code extension — two substantial Amr rounds (#771, #779, #785)
Cmd+Alt+V) into Codev terminals..codev/config.local.jsonoverrides.Skipped versions
@cluesmith/codevitself never reached 3.1.0, so users see a clean 3.0.7 → 3.1.1 upgrade.One TypeScript-facing change
OverviewBuilder.spawnedByArchitectis now a required field on@cluesmith/codev-types. Consumers that destructure overview builders may need to add?to their local types until they catch up.Full release notes
docs/releases/v3.1.1-jacobean.md
Contributors
External Codev consumer (Shannon) — surfaced the routing bug and drove the multi-architect coherence pressure. Amr Elsayed (@amrmelsayed) — two VS Code extension rounds. M Waleed Kadous (@waleedkadous) — architect review, integration CMAP discipline that caught the #786 race condition pre-merge.
Beta Was this translation helpful? Give feedback.
All reactions