What problem does it solve?
Initialize the agent's memory system by creating core templates, configuration files, and the recall scratchpad, ensuring a ready context for operation.
Core Features & Use Cases
- Template Hydration: Copies core/.template.md to active core/.md files when missing to establish usable memory templates.
- Configuration Setup: Creates or verifies the
.fleet/context/.chroma/config.yaml from a template to enable persistent memory storage.
- Recall Scratchpad: Generates
recall/current.md to hold the current session context for quick reference.
- Startup/Repair Scenarios: Run at project startup or after memory repairs to guarantee a consistent baseline across environments.
Quick Start
Run initialization to hydrate templates, configure memory, and prepare recall:
uv run python .fleet/context/scripts/memory_manager.py init
After completion, verify status:
uv run python .fleet/context/scripts/memory_manager.py status