Skip to content

Commit ca1d16f

Browse files
Sdvegas21claude
andcommitted
docs: refresh stale version/test numbers (0.4.0->0.4.1, mvar 1.4.3->1.5.4, 279->9604 tests)
Phase 0 truth reset. - README: clawzero 0.4.0->0.4.1; mvar-security 1.4.3->1.5.4; policy_id v1.4.3->v1.5.4. - VERIFIED_CLAIMS: 0.4.0->0.4.1 refs; removed nonexistent claude.py adapter claim; attack_pack '50 passed'->'2,750 passed'; current-status '279 tests' ->'9,625 collected / 9,604 passed / 17 skipped' (dated v0.4.0 changelog history left intact). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 02f8c11 commit ca1d16f

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ClawZero enforces policy between model output and tool execution.
4545
**Execution boundary for OpenClaw agents. Powered by MVAR.**
4646

4747
```bash
48-
pip install clawzero==0.4.0
48+
pip install clawzero==0.4.1
4949
clawzero doctor openclaw
5050
clawzero demo openclaw --mode compare --scenario shell
5151
```
@@ -87,15 +87,15 @@ pip install mvar-security
8787
## 30-Second Quickstart
8888

8989
```bash
90-
pip install clawzero==0.4.0
90+
pip install clawzero==0.4.1
9191
clawzero doctor openclaw
9292
clawzero demo openclaw --mode compare --scenario shell
9393
```
9494

9595
Expected output:
9696

9797
```text
98-
Runtime......... OK (mvar-security 1.4.3)
98+
Runtime......... OK (mvar-security 1.5.4)
9999
Witness......... OK (chain valid)
100100
Demo............ OK (attack blocked)
101101
Status: SECURE
@@ -321,7 +321,7 @@ The attack demonstrations show how enforcement works; they are not tools for per
321321
"target": "bash",
322322
"decision": "block",
323323
"reason_code": "UNTRUSTED_TO_CRITICAL_SINK",
324-
"policy_id": "mvar-security.v1.4.3",
324+
"policy_id": "mvar-security.v1.5.4",
325325
"engine": "mvar-security",
326326
"provenance": {
327327
"source": "external_document",

VERIFIED_CLAIMS.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# VERIFIED CLAIMS
22

33
Last verified: May 5, 2026
4-
Release target: `clawzero==0.4.0`
4+
Release target: `clawzero==0.4.1`
55

66
All claims below are command-backed and reproducible from the repository.
77

88
## Installation
99

1010
```bash
11-
pip install clawzero==0.4.0
11+
pip install clawzero==0.4.1
1212
```
1313

1414
## Claim: `clawzero --help` shows all 14 commands
@@ -32,7 +32,7 @@ Expected commands:
3232

3333
Source:
3434
- `src/clawzero/cli.py`
35-
- PyPI package `clawzero==0.4.0`
35+
- PyPI package `clawzero==0.4.1`
3636

3737
## Claim: ClawZero ships ~9,410 declared compliance scenarios; they execute and pass
3838
Status: VERIFIED (v0.4.0) — corrected wording July 2026
@@ -79,7 +79,7 @@ clawzero prove --format json
7979
```
8080

8181
Expected output includes:
82-
- `clawzero_version: "0.4.0"`
82+
- `clawzero_version: "0.4.1"`
8383
- `checks.policy_loaded: true`
8484
- `checks.qseal_available: true`
8585
- `checks.decision_log_writable: true`
@@ -280,7 +280,6 @@ Source:
280280
- `src/clawzero/adapters/crewai.py`
281281
- `src/clawzero/adapters/autogen.py`
282282
- `src/clawzero/adapters/mcp.py`
283-
- `src/clawzero/adapters/claude.py`
284283
- `src/clawzero/protect_agent.py`
285284

286285
## Claim: 50 attack vectors are validated in the attack pack
@@ -292,21 +291,21 @@ pytest -q tests/attack_pack
292291
```
293292

294293
Expected output includes:
295-
- `50 passed`
294+
- `2,750 passed (50 base vectors + generated expanded pack)`
296295

297296
Source:
298297
- `tests/attack_pack/`
299298

300-
## Claim: Full local suite passes at 279 tests
301-
Status: VERIFIED (v0.4.0)
299+
## Claim: Full local suite passes at 9,625 collected / 9,604 passed / 17 skipped (v0.4.1)
300+
Status: VERIFIED (v0.4.1)
302301

303302
Proof command:
304303
```bash
305304
pytest tests/ -q
306305
```
307306

308307
Expected output includes:
309-
- `279 passed` (v0.4.0)
308+
- `9,625 collected / 9,604 passed / 17 skipped (v0.4.1)`
310309
- Previous: 117 tests (v0.2.0)
311310

312311
Source:

0 commit comments

Comments
 (0)