query_history
Retrieve paginated past decisions from SQLite state for auditing. Specify limit and offset to control output without loading full project state.
Instructions
Return a paginated list of past decisions stored in the SQLite state. Each entry includes the decision text, context label, and timestamp. Use limit and offset for pagination. Useful for auditing what was decided without loading the full project state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of decisions to return. Defaults to 20. | |
| offset | No | Number of decisions to skip for pagination. Defaults to 0. |