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.
- package/README.md +1 -1
- 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
|
-
|
|
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
|
|