Skip to content

Releases: voidborne-d/session-memory-skill

v2.0.0

13 Mar 03:34

Choose a tag to compare

What's New

New Commands

  • context.sh — Session startup loader: loads recent + high-importance memories, sorted by priority
  • stats.sh — Memory statistics: totals, date range, entries/day, storage size, topic/importance breakdown
  • consolidate.sh — Group memories by topic with date ranges, tags, and latest entries
  • export.sh — Export to JSON with date/topic filters
  • import.sh — Import with timestamp deduplication and dry-run mode
  • edit.sh — Edit content/topic/importance or delete entries by timestamp

Improved

  • recall.sh — Multi-keyword AND search with relevance scoring (match ratio + importance weight + recency)
  • recall.sh — Filters: --topic, --importance, --since, --limit
  • save.sh — Importance levels: low / normal / high / critical
  • All scripts now support --json output

Infrastructure

  • Added package.json
  • Pure bash + node, no npm dependencies