prepare
Retrieve complete project context in one call: recent activity, open goals, and surfaced lessons. Follow each lesson's surface_id, mark it as followed, and avoid multiple recall() queries.
Instructions
READ-FIRST bundle at the start of work on a known project. prepare(message=<the user's message>) returns project_context, surfaced lessons (each with surface_id - FOLLOW them, then mark_lesson_followed), recent_activity and open_goals in one ~10ms call. Replaces several recall() calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||