create_or_update_decisions
Document project decisions by creating or updating a structured decision log. Capture context, trade-offs, and rationale for architecture choices to maintain a clear project history.
Instructions
Creates or updates the DECISIONS.md file in .project/ directory. Use this when documenting architecture decisions, trade-offs, or rationale. Helps maintain a decision log for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The decision content to add. Should include the decision, context, trade-offs, and rationale. | |
| decisionTitle | No | Optional: Title for the decision entry. If not provided, will extract from content or use a timestamp. | |
| replace | No | If true, replaces the entire file. If false (default), merges with existing content. |