brief
Load project context at session start to retrieve stored preferences, gotchas, and entry counts.
Instructions
Start of conversation — call once to load context for a project. Returns stored preferences, gotchas overview, stale entries needing review, and entry counts. Example: {"lobe": "my-project"} Surfaces everything previously saved via learn/gotcha/convention/prefer. Call once at session start. Results stay valid for the entire conversation — no need to re-call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lobe | No | Memory lobe name. No lobes configured yet — run memory_bootstrap(lobe: "your-project", root: "/absolute/path/to/repo") first. |