record_decision
Capture architectural and technical decisions with rationale, category, and optional constraints or patterns for the current session.
Instructions
Record an architectural or technical decision for this session.
Args: category: Type of decision ("architecture", "pattern", "constraint", "standard") description: Brief description of the decision rationale: Why this decision was made session_id: Session identifier constraint: Optional constraint to add to active constraints pattern: Optional pattern to add to agreed patterns project_root: Absolute path to the project root
Returns: Confirmation message with decision ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | ||
| category | Yes | ||
| rationale | Yes | ||
| constraint | No | ||
| session_id | No | default | |
| description | Yes | ||
| project_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |