Project state
project_stateRetrieve the current code-state of a project, grouped by code kind (decisions, bugs, conventions, forbidden actions). Use to onboard into a project or see what is decided and forbidden before acting.
Instructions
The current code-state of a project for a coding agent, grouped by code_kind
(architecture_decision, bug_fixed, convention, forbidden_action, dependency_choice, ...). Live
(non-superseded) memories only — call this to ONBOARD into a project, or to see what is decided and
what is forbidden before acting. Deterministic, no LLM. Capture code memories with the SDK's
midas.coding.remember_* helpers (they tag code_kind + project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| project | Yes |