Releases: sarveshsea/memi
Release list
v2.6.1
Memi v2.6.0 - Apple platform design CI
Apple platform design CI
Memi 2.6 adds spec-first iOS and SwiftUI workflows across the CLI, MCP server, Codex plugin, Claude plugin, and Mémoire Studio runtime.
New
memi ios briefproduces a compact, evidence-aware Apple design brief.memi ios scaffoldgenerates deterministic SwiftUI view, model, test, and spec files using dry-run JSON before approved writes.- MCP tools
prepare_apple_design_briefandscaffold_swiftui_filesexpose the same contract to coding agents. - The Codex and Claude bundles include the focused
build-swiftui-interfaceskill. - Path traversal, overwrite, and Xcode project mutation are guarded by default.
- Liquid Glass guidance is scoped to iOS 26+ with availability-gated fallbacks. No iOS 27 support is claimed.
Proof
- 1,715 tests across 227 files
- Node 20 and 22 CI
- 50-tool MCP smoke test
- Codex plugin scanner and CodeQL clean
- Live Studio E2E generated four Apple files and passed
swiftctypechecking - Clean binaries for macOS arm64/x64, Linux x64, and Windows x64 with checksums
Companion releases: Design Skills v1.2.0 and Studio v2.5.0.
Runtime runtime-v0.20.0
Mémoire Studio runtime sidecar binaries + resources tarball.
Consumed by github.com/sarveshsea/memi-studio at build time via scripts/fetch-runtime.mjs.
Pin in memi-studio's package.json:
"memoireRuntime": {
"version": "0.20.0",
"engineRepo": "sarveshsea/memi",
"releaseTag": "runtime-v0.20.0"
}v2.5.0 - Agent design CI and spec-first scaffolding
Memi v2.5.0 makes interface understanding operational for AI coding agents.\n\nHighlights:\n- compact, agent-ready design briefs and MCP responses\n- deterministic UX, interface craft, token, and app-quality audits\n- spec-first Atomic Design component and page scaffolding with dry-run JSON\n- updated Codex plugin, Claude/Cursor/Grok agent kits, MCP manifest, and GitHub Action\n- synchronized public proof pages for Codex, MCP, skills, design CI, and the v1-to-v2.5 Product Hunt update\n\nInstall: npm i -g @memi-design/cli@2.5.0\n\nVerify: memi --version
v2
ci: move action runtime pins to Node 24 (#66)
v2.4.1 — Marketplace-ready design CI Action + Grok Build kits
Highlights
- GitHub Action Marketplace-ready:
action.ymldescription shortened to 122 characters (Marketplace ≤125 limit). Branding:layout/purple. - CLI pin: Action default
versioninstalls published@memi-design/cli@2.4.0(npm2.4.1publish is blocked on registry auth — package metadata in-repo is already2.4.1). - Grok Build (Grok 4.5):
memi agent install grok-buildwrites native.grok/config.toml+.grok/skills/(plus.agents/skills/mirror). - Skills ecosystem: agent-first packaging patterns adapted from emilkowalski/skills with explicit craft-skill dependency links (no content copy).
Marketplace publish (manual UI step remaining)
gh cannot set Marketplace categories. Finish here:
- Open https://github.com/sarveshsea/memi/releases/tag/v2.4.1
- Edit release → check Publish this Action to the GitHub Marketplace
- Primary: Code quality · Secondary: Continuous integration
- Confirm validation green → Publish
Floating major tag v2 already points at v2.4.1.
Install
npm i -g @memi-design/cli@2.4.0
uses: sarveshsea/memi@v2.4.1
memi agent install grok-build --project .Full notes: CHANGELOG.md
v2.4.0
@memi-design/cli v2.3.1
Release traceability for the live @memi-design/cli@2.3.1 npm package.
Highlights:
- Studio design-audit route alignment.
- MCP descriptor version is io.github.sarveshsea/memi@2.3.1.
- Public install target: npm i -g @memi-design/cli.
Post-release public surface gate now lives on main via PR #44.
Runtime runtime-v0.19.0
Mémoire Studio runtime sidecar binaries + resources tarball.
Consumed by github.com/sarveshsea/memi-studio at build time via scripts/fetch-runtime.mjs.
Pin in memi-studio's package.json:
"memoireRuntime": {
"version": "0.19.0",
"engineRepo": "sarveshsea/memi",
"releaseTag": "runtime-v0.19.0"
}v2.3.0
release: v2.3.0 — the mandate release Version bump across package.json, server.json, skills/registry.json, agent-kits mirror, codex plugin, widget-meta, and example registries. CHANGELOG entry covering all ten 2.3 steps + DTCG support. check:release passes; 1663 tests green; typecheck clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>