From a45d8211780a3147b4af1c41f6199db673130c8c Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Mon, 6 Apr 2026 15:02:12 +0000 Subject: [PATCH] docs: add ADR template for architectural decisions --- docs/adr/ADR_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/adr/ADR_TEMPLATE.md diff --git a/docs/adr/ADR_TEMPLATE.md b/docs/adr/ADR_TEMPLATE.md new file mode 100644 index 00000000..de12bf92 --- /dev/null +++ b/docs/adr/ADR_TEMPLATE.md @@ -0,0 +1,15 @@ +# ADR-[Number]: [Title] + +**Date:** [YYYY-MM-DD] +**Status:** [Proposed | Accepted | Superseded] +**Author:** [Agent Name] +**House:** [House ID] + +## Context +[What is the problem we are solving?] + +## Decision +[What is the proposed solution?] + +## Consequences +[What are the trade-offs?]