Skip to content

v2.0.0

Latest

Choose a tag to compare

@voidborne-d voidborne-d released this 13 Mar 03:34

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