v0.7.1
This is a compatibility hotfix for users upgrading after the project-memory folder layout change from PR #18.
Fixed
- Adds a non-destructive startup migration from legacy
~/.pi/agent/<project>/MEMORY.mdinto the new~/.pi/agent/projects-memory/<project>/MEMORY.mdlayout. - Merges legacy-only entries without deleting old folders, so existing users keep a backup while the new layout gets populated.
- Updates
/memory-sync-markdownto scan both the new layout and the legacy layout, which protects SQLite backfills for older installations.
Acknowledgements
- Follow-up to PR #18: this preserves the new target folder structure while covering existing users who already had project memories in the old path.
Verification
- CI passed for lint, typecheck, and tests.
- Local verification:
npm run check,npm test, targeted migration/sync tests, andgit diff --check.