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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
## [Unreleased]

## [6.10.1] - 2026-08-28

### Fixed

- **Open issue regression batch.** Closed the local regressions behind #529, #531, #533,
#535, #536, #537, #538, #549, and #550 without pulling #349 into scope.

- Memory tombstones now participate in merge/sync, so `memory forget-message` cannot be
undone by a later pull.
- Shared-memory entries written by `kit memory share` now carry explicit operator
provenance by default, and touched shared areas can surface aging notices.
- Fetch-to-shell installers that resolve to GitHub repositories now flow through the same
install triage path as package-manager repo forms.
- `kit guard status` reports displaced shims on `PATH`, and `git clone` is observed as a
repo-intake event without pretending it is blocked.
- The OpenCLI contract now publishes accepted flag names via the generated flag surface,
and the docs audit checks `kit <command> --flag` references against that per-command
oracle.
- The CI self-audit now has the inverse script check: scripts must either be referenced or
explicitly declared as operator-run.

- **Publish workflow partial reruns.** Root npm publish now skips an already-published
exact version, matching workspace publish behavior, so a rerun after a later-step
failure can continue to GitHub release/SBOM recovery instead of stopping on
Expand Down
2 changes: 1 addition & 1 deletion contracts/kit.opencli.json
Original file line number Diff line number Diff line change
Expand Up @@ -4378,7 +4378,7 @@
"binary": "kit",
"summary": "Deterministic, local-first developer-environment manager and fail-closed governance layer for AI agents and humans.",
"title": "kit",
"version": "6.10.0"
"version": "6.10.1"
},
"opencliVersion": "1.0.0-alpha.12"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandstream-kit",
"version": "6.10.0",
"version": "6.10.1",
"description": "developer kit. zero LLM, local-first, multi-vault. one command from git clone to working dev environment.",
"license": "MIT",
"funding": "https://buymeacoffee.com/sandstream",
Expand Down
Loading