waypath_session_start
Assemble a prioritized brief for the beginning of a coding or planning session. Extracts recent decisions, active preferences, and related graph context. Read-only, call once per session before substantive work.
Instructions
Read-only context pack builder for the beginning of a coding or planning session. Assembles a prioritized brief from recent decisions, active preferences, seed entities, and related graph context. Does not write to the database. Call once per session before substantive work; for mid-session lookups use waypath_recall or waypath_graph_query instead. All parameters are optional — pass what is known; omitted fields fall back to project defaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project identifier or slug (e.g. "acme-api"). Optional; when omitted the store is queried across all projects. | |
| objective | No | One-sentence goal for this session ("land the stripe webhook refactor"). Optional; biases ranking toward relevant truth-kernel entries. | |
| activeTask | No | Current task identifier or short label (e.g. "PROJ-412" or "fix flake in payments_test"). Optional; scopes the pack toward this task's neighborhood. | |
| seedEntities | No | Optional list of known entity ids (people, files, systems) to expand from. Useful when you already know the starting points; omit to let Waypath infer seeds from project/objective/activeTask. |