ALIVE v3.0.0 — Personal Context Manager
·
67 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
The GTM release. Two weeks live, 500+ installs, full architectural refactor based on real usage feedback.
Performance
/alive:world10x faster — renders from a single index file instead of scanning 174+ squirrel entries and individual walnut files/alive:load-contextloads 3 files instead of 13+ — key.md, now.json, insights.md. Everything else is already in the projection.- Task operations are instant —
tasks.pyCLI instead of agent reading/writing markdown files. Zero context window burn. - Concurrent sessions don't clobber each other — projections recompute from ALL sources every save. Last-writer-wins is dead.
What's New
- Script-operated tasks —
tasks.pyCLI replacestasks.md. Add, done, edit, list, summary — all via one Bash call. - True projections —
now.jsoncomputed post-save byproject.pyfrom all source files (log, manifests, tasks, squirrel entries, nested walnuts). - Flat kernel —
_generated/subfolder removed. 6 files flat in_kernel/: key.md, log.md, insights.md, tasks.json, now.json, completed.json. - Flat bundles —
bundles/container removed. Bundles sit next to_kernel/in walnut root. Identified bycontext.manifest.yaml. - 03_Inbox —
03_Inputs/renamed. I = Inbox. Universally understood. - 3-file load sequence — key.md + now.json + insights.md frontmatter. Agent is oriented. Done.
- Graduation is a status flip — no folder moves. Bundle stays where it is.
- observations.md removed — stash routes to log at save. No separate file.
- Completed task archive —
completed.jsontracks everything ever done. - Subagent brief — ships with plugin. Dispatched agents understand the ALIVE system.
Breaking Changes
bundles/folder removed — bundles are flat in walnut root_kernel/_generated/removed — flat_kernel/tasks.md→tasks.json(script-operated)03_Inputs/→03_Inbox/observations.mdremoved- Org renamed:
stackwalnuts→alivecontext - Install command:
alive@alivecontext
All breaking changes are handled by the upgrade skill.
Install
claude plugin install alive@alivecontextUpgrading from v1 or v2
claude plugin install alive@alivecontext
/alive:system-upgradeThe upgrade skill shows you what will change, backs everything up, and migrates your world. You'll see a message from the developer explaining what changed and why.
Full changelog
See CHANGELOG.md