1.1 KiB
1.1 KiB
Migration Guide - Proactivity
v1.0.1 Architecture Update
This update keeps the same home folder, ~/proactivity/, and preserves existing files.
The new version adds active-state files for recovery and follow-through.
Before
~/proactivity/memory.md~/proactivity/domains/~/proactivity/patterns.md~/proactivity/log.md
After
~/proactivity/memory.md~/proactivity/session-state.md~/proactivity/heartbeat.md~/proactivity/patterns.md~/proactivity/log.md~/proactivity/domains/~/proactivity/memory/working-buffer.md
Safe Migration
- Create the new files without deleting the old ones:
mkdir -p ~/proactivity/memory
touch ~/proactivity/session-state.md
touch ~/proactivity/heartbeat.md
touch ~/proactivity/memory/working-buffer.md
-
Keep
memory.md,patterns.md, andlog.mdexactly as they are. -
If old proactive rules live in free-form notes, copy them into the new sections in
memory.md. -
Start writing only live task state to session state and working buffer.
-
Do not delete or rename any legacy file unless the user explicitly asks for cleanup later.