Skip to content

Commit 8db51d3

Browse files
docs: update v1.1.0 changelog with bootstrap integrity and final counts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 881f916 commit 8db51d3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### 🚀 Highlights
1313

14-
**14 issues closed, 200+ tests added, 7 architectural features shipped** — in 48 hours from first analysis to merged code. This release transforms the toolkit from a well-structured v1.0 into an enterprise-hardened governance layer with real adversarial durability.
14+
**15 issues closed, 339+ tests added, 12 architectural features shipped** — in 72 hours from first analysis to merged code. This release transforms the toolkit from a well-structured v1.0 into an enterprise-hardened governance layer with real adversarial durability.
1515

1616
### Added — Security & Adversarial Durability
1717

@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- **File-backed trust persistence**`FileTrustStore` with JSON persistence, atomic writes, and thread safety. Trust scores survive agent restarts — misbehaving agents can no longer reset reputation by crashing. (#86)
2828
- **Policy schema versioning**`apiVersion` field with validation, migration tooling, and deprecation warnings. Schema evolution in v1.2+ won't silently break existing policy files. (#87)
2929

30+
### Added — Supply Chain & Certification (PR #99)
31+
32+
- **Bootstrap integrity verification**`IntegrityVerifier` hashes 15 governance module source files and 4 critical function bytecodes (SHA-256) against a published `integrity.json` manifest. Detects supply chain tampering before any policy evaluation occurs. (#95)
33+
- **Governance certification CLI**`agent-compliance verify` checks all 10 OWASP ASI 2026 controls, generates signed attestations, and outputs shields.io badges for README embedding. `agent-compliance integrity --generate` creates baseline manifests for release signing.
34+
3035
### Added — Governance Enhancements (PR #90)
3136

3237
- **SIGKILL-analog process isolation** — Real `os.kill(SIGKILL)` for Linux, `TerminateProcess` for Windows, with PID tracking and cgroup integration. Not a simulated kill — actual process-level termination. (#77)
@@ -54,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5459

5560
### Test Coverage
5661

57-
- **200+ new tests** across all features with full assertion coverage.
62+
- **339+ new tests** across all features with full assertion coverage.
5863
- All 5 packages pass CI independently.
5964

6065
### Install

0 commit comments

Comments
 (0)