openwolf 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -221,7 +221,7 @@ OpenWolf is a `.wolf/` directory with 6 hook scripts and a learning protocol. It
221
221
 
222
222
  ## Origin Story
223
223
 
224
- I burned through my entire Claude Max subscription in a week. Claude Code was draining tokens with zero visibility into where they went. I built OpenWolf because I needed to see the fire before the house burned down.
224
+ We were building products with Claude Code at Cytostack when we noticed something off. Sessions were eating through tokens faster than they should. When we dug in, we found Claude re-reading the same files multiple times, forgetting corrections from an hour ago, and scanning entire directories to find one function. There was no way to see where tokens went or why. So we built the tooling we wished existed a persistent memory layer, a project map that eliminates redundant reads, and a ledger that tracks every token. That became OpenWolf.
225
225
 
226
226
  ## License
227
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openwolf",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Token-conscious AI brain for Claude Code projects",
5
5
  "type": "module",
6
6
  "bin": {