II.
KnowledgeFabricImpl overview
Reference · liveknowledge-fabric-impl:adr-decision-log
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.
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
- layer:12-knowledge-fabric·LayerKnowledge Fabric
Incoming edges
None.