get_state
Retrieve project memory from previous sessions, including decisions, preferences, things to avoid, and next steps, to restore context at the start of each session.
Instructions
Returns the current project memory: decisions made, preferences established, things to avoid, and what to pick up next. State is scoped to the current git branch when the project is a git repository, falling back to the default branch state and then to the legacy flat state file. Call this at the START of every session to restore context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Absolute path to the project root. Defaults to current working directory. |