Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "containuity",
"description": "Checkpoint workflow for long-running projects: commit, save memories, refresh a source-verified living doc, and emit a post-compaction rehydrate go-block.",
"version": "0.1.0",
"version": "0.1.1",
"source": "./",
"author": {
"name": "Will Ford",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "containuity",
"description": "Checkpoint workflow for long-running projects: at clean breakpoints, commit, save durable memories, refresh the living design doc (source-verified), and emit a post-compaction rehydrate go-block.",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "Will Ford",
"email": "william.ford.space@gmail.com"
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2026-06-24

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

## [0.1.0] - 2026-06-24

Expand All @@ -23,5 +26,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Per-seat configuration via `.checkpoint.config` (`checkpoint.config.example` template).
- README, worked EXAMPLE, MIT LICENSE, and a local validation script.

[Unreleased]: https://github.com/vonargo/containuity/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/vonargo/containuity/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/vonargo/containuity/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/vonargo/containuity/releases/tag/v0.1.0