claude-pager 0.1.1 → 0.1.2
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/dist/cli/index.js +0 -0
- package/dist/hooks/index.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -195,7 +195,7 @@ See `docs/ARCHITECTURE.md` for the detailed flow.
|
|
|
195
195
|
- HTTP API binds to `127.0.0.1` only — no network exposure
|
|
196
196
|
- Input validation with Fastify JSON Schema + custom validators (`isValidEventType`, `isValidSessionId`)
|
|
197
197
|
- No shell injection — all child processes use `execFileSync` with argument arrays
|
|
198
|
-
-
|
|
198
|
+
- Minimal context in notifications — tool names, project names, and truncated tool input (max 300 chars)
|
|
199
199
|
- Memory-bounded maps (capped at 500-1000 entries)
|
|
200
200
|
- Safe JSON parsing with fallbacks for corrupted files
|
|
201
201
|
|
package/dist/cli/index.js
CHANGED
|
File without changes
|
package/dist/hooks/index.js
CHANGED
|
File without changes
|