Skip to content

release/1.0.1 — version sync + README prose cleanup + CLI rename#25

Merged
7 commits merged into
mainfrom
release/1.0.1
May 14, 2026
Merged

release/1.0.1 — version sync + README prose cleanup + CLI rename#25
7 commits merged into
mainfrom
release/1.0.1

Conversation

@sarveshsea
Copy link
Copy Markdown
Owner

@sarveshsea sarveshsea commented May 12, 2026

Summary

Bundle of 3 small commits that ship together as 1.0.1 release polish. PR #24 added pnpm/yarn install variants + the plugin/*.png tarball exclusion, which required an npm version bump to publish; this PR is the prerequisite that gets main ready for npm publish 1.0.1.

Commits

  1. `chore(release): v1.0.1 — sync version pins` (20 files, +47/-27)
    Bumps version strings across all release-gate-enforced files: package.json + lock, server.json (3 places), plugin/widget-meta.json, codex plugin manifest, 12 example registry.json files, starter README, regenerated changelog preview, CHANGELOG entry.

  2. `docs(readme): scrub stale Memoire/Mémoire prose + 0.16.3 version pins` (1 file, +32/-32)
    The hero was on the new brand from PR rebrand: @memi/cli (Phase B + C + E of distribution fix) #21, but 32 references below the fold still said "Memoire" or "Mémoire" — anyone scrolling the npm page saw inconsistent branding. Also dropped two stale "0.16.3 ships..." prose pins that made the README look unmaintained. Folder paths and DMG filenames preserved on purpose.

  3. `fix(cli): rename Commander program from "memoire" to "memi"` (1 file, +2/-2)
    `memi --help` was printing `Usage: memoire [options] [command]` because the Commander program name was never updated during the rebrand. First-time users saw the old brand on first run.

After merge

git checkout main && git pull
npm publish --access public

…and 1.0.1 ships with: install variants on the npm page, clean brand throughout, and memi --help matching the install command.

Test plan

  • `npm run check:release` → passes for v1.0.1
  • `npm run typecheck` → clean
  • `npm test` → 1520/1520 passing
  • End-to-end smoke: `npm i @memi-design/cli` in clean dir; `memi --version` returns 1.0.0 (current latest)
  • After merge + publish: `npm view @memi-design/cli version` returns `1.0.1`

🤖 Generated with Claude Code

sarveshsea and others added 3 commits May 11, 2026 23:03
PR #24 added pnpm + yarn install commands and excluded plugin/*.png from
the tarball, which required bumping the npm version (1.0.0 -> 1.0.1) to
publish. This commit syncs all release-gate-enforced version pins to 1.0.1
so main matches what's on npm.

Files synced:
- package.json + package-lock.json
- server.json (3 places)
- plugin/widget-meta.json
- plugins/memoire/.codex-plugin/plugin.json
- 12 examples/**/registry.json
- examples/presets/starter/README.md
- preview/changelog.html (regenerated from CHANGELOG.md)

CHANGELOG: v1.0.1 entry covering the install-variants and pack-size-fix
changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Hero was already on the new brand from PR #21, but 32 references below
the fold still said "Memoire" or "Mémoire" — anyone scrolling the npm
page sees inconsistent branding. Also dropped two stale "0.16.3 ships..."
prose pins that made the README look unmaintained.

Preserved on purpose:
- Two `Mémoire Studio_0.16.3_aarch64.dmg` filename examples — these
  are the actual Tauri-bundled DMG names; updating prose without
  rebuilding the app would create a misleading reference.
- All `~/.codex/skills/memoire/`, `~/.hermes/skills/memoire/`,
  `plugins/memoire/`, `memoire.agent.yaml` paths — these are
  installed in user environments and renaming would break installs.

`check:release` still passes (requiredReadmeTerms substrings all live in
the unchanged hero).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
\`memi --help\` was printing \`Usage: memoire [options] [command]\` because
the Commander program name was never updated during the rebrand. First-time
users running --help after \`npm i -g @memi-design/cli\` saw the old brand.

Also updated the program description from the old "Diagnose and improve real
web apps..." to the new tagline that matches package.json:
"Design-system memory for coding agents — pull tokens from Figma, generate
shadcn-native components, audit Tailwind apps".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sarveshsea sarveshsea changed the title chore(release): v1.0.1 — sync version pins for README install variants release/1.0.1 — version sync + README prose cleanup + CLI rename May 12, 2026
@sarveshsea sarveshsea closed this pull request by merging all changes into main in a597e52 May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant