61 lines
1.9 KiB
Markdown
61 lines
1.9 KiB
Markdown
---
|
|
id: 2d6f02bc-5a7c-404d-a566-36107aaaf6e6
|
|
type: workflow
|
|
title: "Memory Migration Execution: 3 Project Graphs Populated from Default"
|
|
tags: [cognitive-memory, migration, multi-graph, workflow, episode, major-domo, paper-dynasty, strat-gameplay]
|
|
importance: 0.8
|
|
confidence: 0.8
|
|
created: "2026-03-01T22:16:52.098649+00:00"
|
|
updated: "2026-03-01T22:16:52.412356+00:00"
|
|
relations:
|
|
- target: 8e2d1904-24e0-41df-95f2-2edc4407b9f3
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.84
|
|
edge_id: 59a5076a-d69f-4356-ba53-d63310042d65
|
|
- target: 9ea72015-0b85-4a42-9ae1-144866f8d86f
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.82
|
|
edge_id: f30f5536-be57-4afc-ad64-bb4e2b84bc19
|
|
- target: 9eb16f9f-c825-4233-b64f-d0acd140374a
|
|
type: RELATED_TO
|
|
direction: outgoing
|
|
strength: 0.82
|
|
edge_id: bd3bd12e-cfeb-4784-8177-9f361024feaa
|
|
---
|
|
|
|
# Memory Migration Execution Results
|
|
|
|
## Summary
|
|
Successfully migrated memories from the default graph to 3 named project graphs using `scripts/migrate-memories.py`.
|
|
|
|
## Results by Graph
|
|
|
|
### major-domo
|
|
- 108 moved + 14 copied (overlaps) = 122 total
|
|
- 4 edges migrated, 9 orphaned
|
|
|
|
### paper-dynasty
|
|
- 80 moved + 14 copied (overlaps) = 94 total
|
|
- 11 edges migrated, 1 orphaned
|
|
|
|
### strat-gameplay
|
|
- 17 moved
|
|
- 25 edges migrated, 9 orphaned
|
|
|
|
## Overlap Handling
|
|
14 memories tagged for both `major-domo` and `paper-dynasty` were copied to both graphs, then removed from default via `--cleanup-overlaps` after verifying presence in all target graphs.
|
|
|
|
## Default Graph
|
|
Reduced from 713 to 496 memories after migration.
|
|
|
|
## Execution Order
|
|
1. Dry-run all 3 graphs first to preview changes
|
|
2. Execute each migration sequentially
|
|
3. Run `--cleanup-overlaps` to remove duplicates from default
|
|
4. Regenerate `CORE.md` for all 4 graphs
|
|
|
|
## Post-Migration
|
|
`CORE.md` regenerated for all 4 graphs (default, major-domo, paper-dynasty, strat-gameplay).
|