openspec_get_critique_result
Retrieve the latest or historical review results for a specified change to track approval status and feedback.
Instructions
获取变更的评审结果(最新或历史记录)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changeName | Yes | 变更 ID | |
| latest | No | 只获取最新结果,默认 true | |
| limit | No | 历史记录数量限制(仅当 latest=false 时有效),默认 5 |