diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8037cf7..482f02c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -67,7 +67,7 @@ "gated-experiments", "future-roadmap" ], - "version": "0.4.9" + "version": "0.4.10" } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac34e28..00447f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes for the ContextGuard plugin are documented here. ## [Unreleased] +## [0.4.10] - 2026-06-14 + - Added `context-guard-artifact search`, a local sanitized artifact sandbox search that returns capped literal matches with exact `get --lines` rehydration commands and no hosted savings claims. - Added `context-guard-pack suggest/auto --adaptive-k`, an opt-in local shrink/expand top-k advisory that reports score-distribution, byte-budget fit, and score-mass recall/precision proxies without changing manifests, packs, receipts, or claiming provider-token savings. - Added `context-guard-pack auto --symbol-memory`, an opt-in repo-map-derived symbol/graph advisory with exact source verification hints that does not change manifests, packs, receipts, or provider-savings claims. @@ -16,6 +18,7 @@ All notable changes for the ContextGuard plugin are documented here. - Hardened `context-guard-filter` config loading with bounded no-follow regular-file reads, nonblocking FIFO/device rejection, and fail-closed unsupported-platform checks. - Hardened artifact escrow writes with parent-traversal rejection, dir-fd/no-follow private directories, 0600 temp files before atomic replace, and explicit pre/post-replace fsync failure semantics. - Disabled setup helper `PATH` fallback by default; trusted fallback now requires `--allow-path-helper-fallback`, canonical no-symlink executable paths, and a bounded helper identity probe. +- Polished README, Korean README, and GitHub Pages copy after Claude review while preserving local-only/passive boundaries, install-vs-activation separation, and conservative token/cost claim wording. ## [0.4.9] - 2026-06-12 diff --git a/package.json b/package.json index 3ca4920..215b611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ictechgy/context-guard", - "version": "0.4.9", + "version": "0.4.10", "description": "ContextGuard CLI helpers for keeping AI coding agent context focused and local-first.", "license": "Apache-2.0", "homepage": "https://github.com/ictechgy/context-guard#readme", diff --git a/plugins/context-guard/.claude-plugin/plugin.json b/plugins/context-guard/.claude-plugin/plugin.json index 82d84ba..9f93562 100644 --- a/plugins/context-guard/.claude-plugin/plugin.json +++ b/plugins/context-guard/.claude-plugin/plugin.json @@ -37,5 +37,5 @@ "gated-experiments", "future-roadmap" ], - "version": "0.4.9" + "version": "0.4.10" }