v0.7.2
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.mdare available tomemory_searchautomatically. - Keeps
/memory-sync-markdownand startup indexing on the same shared code path. - Makes
target="project"route explicitly to projectMEMORY.mdbefore mirroring into SQLite. - Syncs correction/failure memories captured during a project session with the active project scope, so project-filtered
memory_searchcan 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, andgit diff --check.