This directory contains Architecture Decision Records for DotNetDevMCP.
An Architecture Decision Record (ADR) captures an important architectural decision made along with its context and consequences.
Each ADR follows this structure:
- Title: Short descriptive title
- Status: Proposed | Accepted | Deprecated | Superseded
- Date: When the decision was made
- Context: What is the issue we're seeing that is motivating this decision?
- Decision: What is the change we're proposing and/or doing?
- Consequences: What becomes easier or more difficult to do because of this change?
| ID | Title | Status | Date |
|---|---|---|---|
| ADR-001 | Fork SharpTools instead of pluggable integration | Accepted | 2025-12-30 |
| ADR-002 | Prioritize concurrent operations | Accepted | 2025-12-30 |
| ADR-003 | Implement deep Git integration | Accepted | 2025-12-30 |
| ADR-004 | Adopt Test-Driven Development | Accepted | 2025-12-30 |
| ADR-005 | AI-friendly documentation as first-class citizen | Accepted | 2025-12-30 |
- Copy
template.mdto a new file with formatNNN-short-title.md - Fill in the sections
- Submit for review
- Update this index