memory_migrate
Explores memory files and splits them into header-delineated sections for review, helping you select knowledge to migrate.
Instructions
Discover and read memory files (CLAUDE.md, auto-memory) for migration into crowed.
Returns file sections split by markdown headers. Review each section and decide whether it contains KNOWLEDGE (store with memory_store) or INSTRUCTIONS (skip).
With no path: discovers all migratable files (~/.claude/CLAUDE.md and auto-memory) and returns their sections.
With a path: reads and splits that specific file.
This tool does NOT store anything. You review the sections and call memory_store for each piece of knowledge you want to keep. Skip pure instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |