Skip to content

Releases: sarveshsea/memi

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:03
c2a8a6b
Memi v2.6.1

Memi v2.6.0 - Apple platform design CI

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:02
c9cfa1f

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 brief produces a compact, evidence-aware Apple design brief.
  • memi ios scaffold generates deterministic SwiftUI view, model, test, and spec files using dry-run JSON before approved writes.
  • MCP tools prepare_apple_design_brief and scaffold_swiftui_files expose the same contract to coding agents.
  • The Codex and Claude bundles include the focused build-swiftui-interface skill.
  • 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 swiftc typechecking
  • 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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:02
c9cfa1f

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

Choose a tag to compare

@sarveshsea sarveshsea released this 15 Jul 15:39
268e161

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

v2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:38
26a47f6
ci: move action runtime pins to Node 24 (#66)

v2.4.1 — Marketplace-ready design CI Action + Grok Build kits

Choose a tag to compare

@sarveshsea sarveshsea released this 09 Jul 17:47
cdeb690

Highlights

  • GitHub Action Marketplace-ready: action.yml description shortened to 122 characters (Marketplace ≤125 limit). Branding: layout / purple.
  • CLI pin: Action default version installs published @memi-design/cli@2.4.0 (npm 2.4.1 publish is blocked on registry auth — package metadata in-repo is already 2.4.1).
  • Grok Build (Grok 4.5): memi agent install grok-build writes 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:

  1. Open https://github.com/sarveshsea/memi/releases/tag/v2.4.1
  2. Edit release → check Publish this Action to the GitHub Marketplace
  3. Primary: Code quality · Secondary: Continuous integration
  4. 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

Choose a tag to compare

@github-actions github-actions released this 09 Jul 00:57
3112d25
v2.4.0 distribution-proof release

@memi-design/cli v2.3.1

Choose a tag to compare

@sarveshsea sarveshsea released this 08 Jul 22:41
bfa4464

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

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:21
01ab1a7

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

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:38
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>