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.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,12 @@
1
- # clawbooks
1
+ <p align="center">
2
+ <img src="./logo.png" alt="clawbooks logo" width="180" align="center">
3
+ </p>
2
4
 
3
- Accounting by inference, not by engine.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawbooks",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Accounting by inference, not by engine. Zero dependencies.",
5
5
  "type": "module",
6
6
  "repository": {