Skip to content

Releases: june9593/memarium-plugin

v0.13.1 — memarium (renamed from vibebook)

Choose a tag to compare

@june9593 june9593 released this 02 Jul 13:11
14ccde8

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

Choose a tag to compare

@june9593 june9593 released this 13 May 05:56

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 for site 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 since bin/vibebook-plugin.js is committed.

This is the first public release of vibebook-plugin. See README for installation:

```text
/plugin marketplace add june9593/vibebook-plugin
/plugin install vibebook
```