github chandra447/pi-hermes-memory v0.7.2

latest releases: v0.7.17, v0.7.15, v0.7.13...
one month ago

v0.7.2

This follow-up makes the project-memory migration fully searchable, not just copied on disk.

Fixed

  • Runs Markdown-to-SQLite sync on startup after the legacy project-memory migration, so entries in ~/.pi/agent/projects-memory/<project>/MEMORY.md are available to memory_search automatically.
  • Keeps /memory-sync-markdown and startup indexing on the same shared code path.
  • Makes target="project" route explicitly to project MEMORY.md before mirroring into SQLite.
  • Syncs correction/failure memories captured during a project session with the active project scope, so project-filtered memory_search can retrieve them.

Acknowledgements

  • Follow-up to PR #18 and PR #22: PR #18 moved project memory to the new target folder, PR #22 protected existing Markdown data, and PR #23 ensures that migrated/new-path memory is also searchable through SQLite.

Verification

  • CI passed for lint, typecheck, and tests.
  • Local verification: npm run check, npm test (all 24 test files, 368 tests), focused memory/search tests, and git diff --check.

Don't miss a new pi-hermes-memory release

NewReleases is sending notifications on new releases.