Releases: june9593/memarium-plugin
Releases · june9593/memarium-plugin
Release list
v0.13.1 — memarium (renamed from vibebook)
The memarium Claude Code plugin — digest sessions into chronicles + topics, recall past notes before work. Standalone, no extra CLI required.
Renamed: vibebook → memarium. Skills are now /memarium, /memarium-context, /memarium-recall.
Install
/plugin marketplace add june9593/memarium-plugin
/plugin install memarium
Had the old vibebook plugin? Remove it and install memarium (above). ~/.vibebook/ → ~/.memarium/ auto-migrates on first run.
Highlights (0.13.0 → 0.13.1)
- Skills/commands + marketplace renamed to memarium; config/data dirs migrate to
~/.memarium/. - 0.13.1: repair the aggregated git worktree after the config-dir move — fixes silent cross-device-recall degradation on dual-install machines.
v0.1.11 — pre-opensource cleanup
Pre-opensource documentation cleanup. No behavior changes.
Changed
- README.md: rewritten to lead with the user-facing problem
("don't re-derive what past-you figured out") instead of jumping
to "digests sessions into chronicles". Added a## Repo layout
section describing what each top-level dir is for, including
site-template/(Astro template forsite serve / build) and
tests/(vitest suite for contributors). - CHANGELOG: dropped private references — internal "Phase 2" /
"spec §4" / "docs/superpowers/specs/..." mentions and a forward-
looking note about an unshipped npm v0.5.0 release. Outside readers
shouldn't need a private vocabulary to read the changelog.
Also collapsed 0.1.1–0.1.9 (rapid dogfood iteration) into a single
summary block; 14 KB → 5.7 KB. .npmignore: added a comment explaining why it's*(this
package is marketplace-only, never published to npm).- Removed
bin/.gitkeep: leftover scaffolding from when bin/
was empty; obsolete sincebin/vibebook-plugin.jsis committed.
This is the first public release of vibebook-plugin. See README for installation:
```text
/plugin marketplace add june9593/vibebook-plugin
/plugin install vibebook
```