memory_bootstrap
Scan an existing project's codebase to bootstrap shared agent memory, capturing project context, tech stack, and history for incoming agents.
Instructions
Bootstrap .agent-mem/ for an EXISTING project by auto-scanning the codebase.
Reads: README, git log, directory structure, package configs. Seeds memory with: project context, tech stack, recent history, structure, warnings.
Use this instead of memory_init when joining an existing project for the first time. After bootstrap, the next agent gets full context without you manually typing everything.
Returns: str: Bootstrap summary with what was discovered and seeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |