cogpit-memory 0.1.4 → 0.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogpit-memory",
3
- "version": "0.1.4",
3
+ "version": "0.1.7",
4
4
  "description": "CLI tool for Claude Code session introspection — search, browse, and drill into past sessions",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./src/index.ts",
package/skill/SKILL.md CHANGED
@@ -248,7 +248,9 @@ bunx cogpit-memory search "AuthProvider" --case-sensitive
248
248
  |------|---------|-------------|
249
249
  | `--session` | all sessions | Scope to single session |
250
250
  | `--max-age` | `5d` | Time window: `5d`, `12h`, `30d` |
251
- | `--limit` | `20` | Max returned hits |
251
+ | `--limit` | `20` | Max total hits returned |
252
+ | `--session-limit` | all | Cap unique sessions in results |
253
+ | `--hits-per-session` | all | Max hits kept per session |
252
254
  | `--case-sensitive` | `false` | Case sensitivity |
253
255
 
254
256
  ### Response shape