Architecture Decision Records¶
This directory contains Architecture Decision Records (ADRs) for the FCC framework. ADRs document significant technical decisions, their context, and their consequences.
ADR Index¶
| ADR | Title | Status | Date |
|---|---|---|---|
| ADR-001 | Book Series Structure | Accepted | 2026-03-29 |
| ADR-002 | Docs from Code via AST | Accepted | 2026-03-29 |
| ADR-003 | Knowledge Graph Export | Accepted | 2026-03-29 |
| ADR-004 | Embedding Provider Protocol | Accepted | 2026-03-29 |
| ADR-005 | Federated KG Namespace | Accepted | 2026-03-29 |
ADR Process¶
- Propose. Create a new ADR file with status "Proposed."
- Discuss. Review the ADR with stakeholders.
- Accept or Reject. Update the status based on the decision.
- Supersede (optional). If a later decision replaces this one, update the status to "Superseded by ADR-NNN."
Template¶
# ADR-NNN: Title
**Date:** YYYY-MM-DD
**Status:** Proposed | Accepted | Rejected | Superseded
## Context
What is the issue that we are seeing that motivates this decision?
## Decision
What is the change that we are proposing and/or doing?
## Consequences
What becomes easier or more difficult to do because of this change?