You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EXPLAINME.adoc
+82-6Lines changed: 82 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,30 +15,106 @@ See link:README.adoc[] for the full directory map and specification list.
15
15
16
16
**Caveat:** Standards are prescriptive -- not every downstream repo is fully compliant yet. Enforcement is via CI workflows and Hypatia scanning, not manual audit.
17
17
18
+
=== Architecture Decisions
19
+
20
+
[cols="1,3", options="header"]
21
+
|===
22
+
| Decision | Rationale
23
+
24
+
| AsciiDoc-first documentation
25
+
| AsciiDoc supports semantic structure, cross-references, and conditional output better than Markdown. `.md` is only used for GitHub-required files (SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md).
26
+
27
+
| Justfile over Makefiles
28
+
| `just` provides cross-platform recipes without implicit rules or tab sensitivity. Makefiles are banned org-wide.
0 commit comments