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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes for the ContextGuard plugin are documented here.

## [Unreleased]

- Added a provider-free `context-guard-receipt evaluate phase` surface with
closed P2-P6 input/result schemas. It computes shadow/canary/router/adjunct/
specialized-track readiness from bounded canonical local records while
keeping runtime activation, generalization, provider calls, and savings
claims disabled behind the existing sequential phase gates.
- Changed the discarded v2 Bash canary's fixed marker write from denied shell
output redirection to an existing MiniShell-v1-supported `python3 -c` route.
Both real hook modes now guard the exact command in provider-free tests, and
Expand Down
2 changes: 1 addition & 1 deletion context-guard-kit/bash_reference_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Audited digest of Receipt's package-files.json for each exact dependency
# version. Invalid or missing pins are deliberately unavailable in production.
EXPECTED_RECEIPT_PACKAGE_FILES_SHA256_BY_VERSION: dict[str, str] = {
"0.2.0": "17a930f7877127698c8189181d19fae7e973c446d03cf65dc9cb4b520f316f6e",
"0.2.0": "8cda063773c77ca337af519001e3b43b8f4519d757d1a4d22ea46e9474bfcace",
}
_TRANSACTION_ID_RE = re.compile(r"^[a-f0-9]{64}$")
_EXACT_NPM_VERSION_RE = re.compile(r"^[0-9]+\.[0-9]+\.[0-9]+(?:-[0-9A-Za-z.-]+)?$")
Expand Down
Loading