v3.0.6 Ionic Released #765
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.0.6 Ionic
A patch that finishes the multi-architect work started in v3.0.5 (now usable from a browser) and lands Amr's PIR protocol plus a substantial VSCode-extension workflow round.
Highlights
Multi-architect dashboard tabs (#761 → PR #762)
v3.0.5 shipped the routing primitive but deferred the UI surface — humans had no clickable way to access sibling architects from the dashboard. This release closes that gap:
/api/stateexposes the fullarchitectscollection alongside the scalar pointer (backward compatible).?tab=architect:<name>work;?tab=architectstill works.PIR protocol (#691 → PR #763)
A new protocol: PIR = Plan → Implement → Review. Sits between BUGFIX/AIR (lightweight) and SPIR (full). The issue body is the implicit spec — no spec phase. Three human gates:
plan-approval— architect approves the plan before code is writtendev-approval— architect reviews the running worktree before PR creation (for mobile/UI/cross-platform work)pr— post-PR merge-synchronization gateVSCode extension workflow round (#737 → PR #763)
codev.runWorkspaceDev— counterpart to builder dev runner, for the main workspacecodev.openWorktreeWindow— open worktree in new VSCode windowcodev.viewIssue/codev.viewArtifact— direct access to issue / spec / plan / reviewOther
search.issueCountfor true per-member counts (feat(#691): PIR protocol + VSCode Codev workflow integration #763).v10local DB migration reintroduced for thepirbuilder type.Known minor regression
Mobile + solo-architect users see the bottom tab labeled
maininstead of today'sArchitect. Cosmetic, affects a tiny population, tracked as #764 for a 1-line follow-up.Breaking changes
None.
Install
npm install -g @cluesmith/codev@3.0.6 afx tower stop && afx tower startFull release notes: https://github.com/cluesmith/codev/releases/tag/v3.0.6
Beta Was this translation helpful? Give feedback.
All reactions