Skip to content

Commit c41066f

Browse files
committed
prepare v0.7.1 release
Bump the plugin version and add the v0.7.1 changelog entry for the audit-log doc correction and the added test coverage.
1 parent 88d64ad commit c41066f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "presence",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Continuous-collaboration layer for Claude Code: living project model, outcome telemetry, event digest, and calibrated confidence. Fully local, install-once, applies to every project.",
55
"author": {
66
"name": "Sara Star Quant LLC"

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.7.1
4+
5+
Scope the audit-log claim to in-place edits; add test coverage.
6+
7+
A security review of the Zero-Trust surfaces found the audit log's "tamper-evident" description claimed more than a keyless, public-genesis SHA-256 hash chain delivers. The wording now matches the implementation, and three previously under-tested user-facing paths gain coverage. No runtime behavior change.
8+
9+
- `docs/security.md`: the Zero-Trust audit log is now described as tamper-evident against in-place line edits, not end-truncation or a full rewrite. Added notes that macOS key creation exposes the key via process arguments (Linux uses stdin) and that the commit/push confidence gate is advisory, not an access control.
10+
- Tests cover `async_scan_for_revert`, the redact profile CLI (`--list-profiles` / `--show-profile` / `--test-profile`), and the Zero-Trust storage round-trip (`append_jsonl` encrypts on disk, `read_jsonl` decrypts back). Telemetry coverage 57->78%, redact 66->90%.
11+
312
## v0.7.0
413

514
Relicense to Apache-2.0.

MANIFEST.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_format": 1,
33
"files": {
44
".claude-plugin/marketplace.json": "066ae0d198f750ebfb7b1df4d1b2dffc3db01030d8c5d5865be0064c007c79ff",
5-
".claude-plugin/plugin.json": "5ab973f86871059a916ccc25fef0f88242fcbc142388dece9fc6fcb3a6ed502b",
5+
".claude-plugin/plugin.json": "78614bc3778f5de82ff1de55da7f13ce09f732ba388c37c4cb2f9319b9c30e89",
66
"agents/model-curator.md": "1b8381997ea4c29944e1388b7467ca38787c893801e8bfd79460c103d0e169d5",
77
"commands/presence-bugreport.md": "dfa35b61dfcf30f0f268fb0c8fed6dbd92f7da058fca34f07b9beab8a52ddf79",
88
"commands/presence-curate.md": "9295204486515a9dfd1a66ee77b64b067fdcb04ca436f182106659b33d504986",

0 commit comments

Comments
 (0)