Skip to content

Commit e33c8ac

Browse files
committed
docs(readme): honest positioning — drop 'production-ready today' overclaim, --upgrade install lines
Replace the competitor-table maturity boast with the provable mechanism (deterministic block-at-execution, not detect-after); unpin stale ==0.4.1 quickstart installs to --upgrade so visitors land on current code.
1 parent 24f2122 commit e33c8ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 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.1
48+
pip install --upgrade clawzero
4949
clawzero doctor openclaw
5050
clawzero demo openclaw --mode compare --scenario shell
5151
```
@@ -87,7 +87,7 @@ pip install mvar-security
8787
## 30-Second Quickstart
8888

8989
```bash
90-
pip install clawzero==0.4.1
90+
pip install --upgrade clawzero
9191
clawzero doctor openclaw
9292
clawzero demo openclaw --mode compare --scenario shell
9393
```
@@ -149,7 +149,7 @@ Based on public positioning:
149149
- VellaVeto: MCP-specific firewall with formal-verification focus, not OpenClaw-native.
150150
- NemoClaw: NVIDIA managed platform, currently alpha/waitlist.
151151
- Sage: Detection-and-response model that alerts after attempts.
152-
- ClawZero: zero-config runtime enforcement, IFC taint-aware policy, production-ready today.
152+
- ClawZero: zero-config runtime enforcement, IFC taint-aware policy, deterministic block-at-execution (not detect-after).
153153

154154
Decision shortcuts:
155155

0 commit comments

Comments
 (0)