Skip to content

v0.7.2

Choose a tag to compare

@chandra447 chandra447 released this 11 May 10:43
· 43 commits to main since this release
12a8654

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.