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.
Files changed (2) hide show
  1. package/README.md +6 -2
  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
- ## The Problem
9
+ ## Why OpenWolf Exists
10
10
 
11
- 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.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openwolf",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Token-conscious AI brain for Claude Code projects",
5
5
  "type": "module",
6
6
  "bin": {