Skip to content

Latest commit

 

History

History

README.md

Architecture Decision Records

This directory captures decisions that are expensive to reverse. If a decision is reversed later, do not delete the ADR — add a new ADR that supersedes it, and link both ways.

Format

Each ADR follows a minimal template:

  • Status: Proposed / Accepted / Superseded by ADR-NNNN / Deprecated
  • Date: ISO date of acceptance
  • Context: what forced the decision
  • Decision: what was chosen, in one paragraph
  • Consequences: what becomes easier, what becomes harder
  • Alternatives considered: with one-line rejection reason

Index

# Title Status
0001 Project repositioned as post-close review tool Accepted
0002 Vue 3 SPA retracted; Jinja2 + d3 dashboard kept Accepted
0003 requests permanent coexistence with httpx Accepted
0004 Seven sub-package one-way dependency rule Accepted
0005 quantcore is zero-IO, IO lives in stocklens shells Accepted
0006 tickbridge runs as independent process + repo Accepted
0007 Four in-tree sub-packages graduate to independent Git repos Accepted