iiRecord
Agentic AI Atlas · ADR Decision Log — Architecture Decision Records in git
knowledge-fabric-impl:adr-decision-loga5c.ai
II.
KnowledgeFabricImpl overview

knowledge-fabric-impl:adr-decision-log

Reference · live

ADR Decision Log — Architecture Decision Records in git overview

Architecture Decision Records (ADRs) in git using the MADR format or similar conventions. Each decision is a numbered markdown file tracking context, decision drivers, considered options, the decision outcome, and consequences. ADRs create a searchable, append-only decision log that explains why the system is the way it is. Tools like adr-tools, log4brains, and adr-manager help maintain the log.

KnowledgeFabricImplOutgoing · 1Incoming · 0

Attributes

displayName
ADR Decision Log — Architecture Decision Records in git
description
Architecture Decision Records (ADRs) in git using the MADR format or similar conventions. Each decision is a numbered markdown file tracking context, decision drivers, considered options, the decision outcome, and consequences. ADRs create a searchable, append-only decision log that explains why the system is the way it is. Tools like adr-tools, log4brains, and adr-manager help maintain the log.
knowledgeFileFormats
  • markdown
retrievalStrategy
file-hierarchy
knowledgePersistence
git-versioned
knowledgeScopes
  • project
autoExtractionSupport
false
notes
ADRs are the gold standard for capturing architectural decisions. They answer the "why" question that code and tests cannot. The MADR template (Markdown Any Decision Record) provides a structured format. ADRs are typically stored in docs/adr/ or docs/decisions/ and numbered sequentially. They are immutable once accepted — superseded decisions reference their replacements rather than being edited.

Outgoing edges

realizes1

Incoming edges

None.