Skip to content

Releases: vonargo/containuity

contAInuity v0.1.1

Choose a tag to compare

@vonargo vonargo released this 24 Jun 11:07
e62d8f9

Maintenance release.

Added

  • homepage and repository fields in the plugin manifest for discoverability.
  • PRIVACY.md privacy policy (the plugin collects no data), linked from SECURITY.md.

No behavior changes to the checkpoint skill or hooks since v0.1.0.

Full changelog: v0.1.0...v0.1.1

contAInuity v0.1.0

Choose a tag to compare

@vonargo vonargo released this 24 Jun 10:52

Initial release of contAInuity (containuity) — a Claude Code checkpoint-workflow plugin.

At a clean breakpoint, /containuity:checkpoint performs four steps:

  1. Commit outstanding work, matching the repo's inferred convention.
  2. Save durable memories (decisions + the why).
  3. Refresh a source-verified living "how" doc.
  4. Emit a post-compaction rehydrate go-block when compaction is near.

Two disciplines are baked in: source-verify before you etch and no chat in the doc. Optional PreCompact/SessionStart hooks nudge a checkpoint before auto-compaction and remind you to rehydrate after.

Install

/plugin marketplace add vonargo/containuity
/plugin install containuity@containuity-dev

Built collaboratively with Claude; see the README's "Built with AI assistance" note.