memorable-cli 0.3.4 → 0.4.0

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 (3) hide show
  1. package/README.md +17 -5
  2. package/dist/cli.js +505 -134
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "memorable-cli",
3
- "version": "0.3.4",
4
- "description": "Procedural memory for coding agents, stored on your own machine \u2014 deterministic extraction, consent fail-closed, optional gbrain backend.",
3
+ "version": "0.4.0",
4
+ "description": "Procedural memory for coding agents, stored on your own machine deterministic extraction, consent fail-closed, optional gbrain backend.",
5
5
  "type": "module",
6
- "license": "UNLICENSED",
6
+ "license": "SEE LICENSE IN LICENSE",
7
7
  "bin": {
8
8
  "memorable": "dist/cli.js"
9
9
  },