openwolf 1.0.3 → 1.0.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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,9 +6,13 @@
|
|
|
6
6
|
**Persistent memory, token tracking, and context management for Claude Code.**
|
|
7
7
|
_Your Claude subscription shouldn't empty itself in a week._
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Why OpenWolf Exists
|
|
10
10
|
|
|
11
|
-
Claude Code
|
|
11
|
+
Most Claude Code users hit their subscription limits faster than expected. The reason: Claude re-reads files it already saw, forgets corrections between sessions, and scans entire directories when a summary would do. There is no built-in way to see where tokens go or why they're being spent.
|
|
12
|
+
|
|
13
|
+
Claude Code reads the same file three times in one session and doesn't notice. It forgets the correction you gave it yesterday. It loads your entire codebase to find one function. When the session ends, everything it learned, your naming conventions, the bug it just fixed, the architecture decision you explained, vanishes. Next session, it starts from zero. And you have no idea where your tokens went.
|
|
14
|
+
|
|
15
|
+
OpenWolf fixes the visibility problem. It tracks every token, remembers across sessions, and gives Claude the context it needs without redundant reads.
|
|
12
16
|
|
|
13
17
|
## What OpenWolf Does
|
|
14
18
|
|