Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.22 KB

File metadata and controls

32 lines (22 loc) · 1.22 KB

Architecture Decision Records

This directory captures the load-bearing design decisions behind junobuild-mcp-server. Each ADR follows the same three-section template: Context, Decision, Consequences.

ADRs are immutable once accepted — if a decision is later reversed or refined, add a new ADR that supersedes the old one rather than editing it in place.

Index

ID Title Status
001 Wrap the Juno CLI instead of the API Accepted
002 Execution strategy pattern Accepted
003 Context capability system Accepted
004 Docs caching strategy Accepted

Template

# ADR-NNN: <Short title>

**Status:** Proposed | Accepted | Superseded by ADR-XXX
**Date:** YYYY-MM-DD

## Context
What forces are at play? What constraints or prior decisions led here?

## Decision
What was chosen, stated as the actual change.

## Consequences
What becomes easier, harder, or different as a result. Both positive and negative.