Files
supermemoryai__claude-super…/package.json
Dhravya Shah 6c87f6c390 chore: bump to 0.1.5 (#109)
Release contains #108: 3s fail-open network cap on all hooks, async
capture, honest network-failure messaging, recall banner token count,
and statusline tally of recalled memories in context.


Claude-Session: https://claude.ai/code/session_01PfsBZgW6vDm8GEcy9ML3dT

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-21 17:01:46 -06:00

20 lines
432 B
JSON

{
"name": "claude-supermemory-dev",
"version": "0.1.5",
"description": "Claude code plugin by Supermemory AI",
"private": true,
"type": "commonjs",
"scripts": {
"test": "node --test test/unit.mjs",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.13"
}
}