openspec_record_revision
Track design changes that deviate from original specifications by recording revisions with metadata for documentation updates.
Instructions
Record a design revision when fixing bugs or adjusting design that deviates from the original proposal/design. Call this when your changes affect the documented design.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changeId | Yes | Change ID | |
| description | Yes | Description of the design change (e.g., "Simplified approval states from 6 to 5") | |
| reason | No | Reason for the change (e.g., "UI was too complex") | |
| metadata | No | Revision metadata for tracking impact |