Миграция памяти агента в единое хранилище

★ 7.5 · knowledge-management

migrate-memory is a Claude Code skill that migrates legacy NanoClaw v1 and Claude-native memory into the unified `groups/<folder>/memory/` shared tree and provider-neutral standing instructions. It handles .seed.md, CLAUDE.md, CLAUDE.local.md, imported-agent-memory.md, and Claude auto-memory directories through a two-phase process: atomic same-filesystem renames into staging and quarantine directories without reading file contents, followed by classification and indexing by the invoking harness. Before migration begins, the skill pauses scheduled group tasks via `ncl tasks pause` and stops the container with `ncl groups restart`. Symlinks are never followed — they are moved into quarantine as-is; collisions get numeric suffixes without overwriting. Useful for teams switching AI providers who encounter agents losing all context after an update.