Search Decisions
cph_decision_searchSearch decisions by keyword to verify if a prior architectural decision exists, preventing redundant work.
Instructions
Search decisions by keyword across title, decision, context, and rationale.
CALL THIS before making any significant architectural choice to check if it was already decided. This is the primary anti-repetition tool.
Returns summary view (id + title + decision only) to preserve context budget. Use cph_decision_get for full details on a specific result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keyword or phrase to search for | |
| workflow_id | No | Limit to specific workflow. Omit to search all. | |
| limit | No |