writ-cli 0.1.1__py3-none-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: writ-cli
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Classifier: Development Status :: 3 - Alpha
|
|
5
|
+
Classifier: Environment :: Console
|
|
6
|
+
Classifier: Intended Audience :: Developers
|
|
7
|
+
Classifier: Programming Language :: Rust
|
|
8
|
+
Classifier: Topic :: Security
|
|
9
|
+
Summary: The writ binary: authorization and provenance for AI agents. One policy file, one tamper-evident ledger, any agent.
|
|
10
|
+
Keywords: ai-agents,authorization,policy,audit,mcp,claude-code
|
|
11
|
+
Author-email: Bhaskar Gurram <gurrambhaskar.ai@gmail.com>
|
|
12
|
+
License-Expression: Apache-2.0
|
|
13
|
+
Requires-Python: >=3.8
|
|
14
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
15
|
+
Project-URL: Homepage, https://writ-omega.vercel.app
|
|
16
|
+
Project-URL: Issues, https://github.com/writ-agent/writ/issues
|
|
17
|
+
Project-URL: Source, https://github.com/writ-agent/writ
|
|
18
|
+
|
|
19
|
+
# writ
|
|
20
|
+
|
|
21
|
+
**Nothing runs without a writ.** Every tool call an AI agent makes is checked
|
|
22
|
+
against one policy file (`writ.yaml`: allow / deny / ask / redact) before it
|
|
23
|
+
runs, and written to a hash-chained, tamper-evident ledger after.
|
|
24
|
+
|
|
25
|
+
This package installs the prebuilt `writ` command-line tool:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
pip install writ-cli # or: npm install -g @writ-agent/cli
|
|
29
|
+
writ --version
|
|
30
|
+
writ integrate claude-code # govern every Claude Code tool call
|
|
31
|
+
writ run -- claude # or launch an agent inside a kernel write boundary
|
|
32
|
+
writ verify # check the ledger's hash chain
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
For Python agent frameworks (LangGraph, OpenAI Agents SDK, Claude Agent SDK)
|
|
36
|
+
install [`writ-sdk`](https://pypi.org/project/writ-sdk/), which depends on this
|
|
37
|
+
package.
|
|
38
|
+
|
|
39
|
+
Documentation, policy reference and threat model:
|
|
40
|
+
https://github.com/writ-agent/writ
|
|
41
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
writ_cli-0.1.1.data/scripts/writ,sha256=VNED2nY8y8ABQfG_sIwhGtVHctEp6dB4wKmHJbCIyrg,3350832
|
|
2
|
+
writ_cli-0.1.1.dist-info/METADATA,sha256=dgbrFKkrPnP_PgsErxF2CtsZ6Fqh92qdEVyJTSo16DI,1631
|
|
3
|
+
writ_cli-0.1.1.dist-info/WHEEL,sha256=U927pSLvWHh5eaqcN5v72CdMm-HUWF344fKLe8HhSOU,102
|
|
4
|
+
writ_cli-0.1.1.dist-info/sboms/writ-cli.cyclonedx.json,sha256=6TkO-6MfeUVxdw17QK87go-DathKBBpnlxMq3OGnX1I,69991
|
|
5
|
+
writ_cli-0.1.1.dist-info/RECORD,,
|