@jarkkojs/goosedump 0.6.2 → 0.6.3

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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -28,6 +28,11 @@ goosedump search claude:abc123 "race condition" -p2
28
28
  # Produce a compaction summary (always emitted in its own fixed schema).
29
29
  goosedump compact goose:abc123
30
30
 
31
+ # Delete contexts matching a glob (same matching as list); --dry-run previews.
32
+ goosedump delete goose:abc123
33
+ goosedump delete 'goose:*'
34
+ goosedump delete '*' --dry-run
35
+
31
36
  # Convert a context to another provider's native format with --output-format.
32
37
  # JSONL backends (claude, codex, pi) emit the exact native session file;
33
38
  # SQLite backends (crush, goose, opencode) emit a row-oriented JSON projection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarkkojs/goosedump",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Coding agent context data browser",
5
5
  "license": "Apache-2.0 AND LGPL-2.1-or-later",
6
6
  "homepage": "https://github.com/jarkkojs/goosedump#readme",
@@ -21,9 +21,9 @@
21
21
  "LICENSE-LGPL-2.1"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@jarkkojs/goosedump-darwin-arm64": "0.6.2",
25
- "@jarkkojs/goosedump-linux-x64": "0.6.2",
26
- "@jarkkojs/goosedump-win32-x64": "0.6.2"
24
+ "@jarkkojs/goosedump-darwin-arm64": "0.6.3",
25
+ "@jarkkojs/goosedump-linux-x64": "0.6.3",
26
+ "@jarkkojs/goosedump-win32-x64": "0.6.3"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"