clawbooks 0.1.3 → 0.1.4
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.
- package/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="./logo.png" alt="clawbooks logo" width="180" align="center">
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
<h1 align="center">clawbooks</h1>
|
|
4
6
|
|
|
5
|
-
Financial memory for agents
|
|
7
|
+
<p align="center"><strong>Financial memory for agents.</strong></p>
|
|
8
|
+
|
|
9
|
+
<p align="center">Append-only ledger • Plain-English policy • Agent-native accounting CLI</p>
|
|
6
10
|
|
|
7
11
|
Clawbooks is an append-only ledger, a plain-English accounting policy, and a CLI.
|
|
8
12
|
Your agent reads the data, reads the policy, and does the accounting.
|