Decision log¶
Architectural Decision Records (ADRs) for model-parser. Each ADR is short, dated, pinned to a status, and never deleted — superseded instead.
These are repository-level decisions. Organization-wide decisions live in
the .github architecture decision log (rich HTML communication artifacts, per
org ADR 0004). Repo-level ADRs are kept as Markdown here so they sit next to the
code and review naturally in pull requests.
Active ADRs¶
| # | Title | Status | Date |
|---|---|---|---|
| 0001 | Python CLI with a Julia backend, IR as the boundary | accepted | 2026-06-01 |
| 0002 | Generate Julia code; do not serialize the MTK System |
accepted | 2026-06-01 |
| 0003 | Explicit expression IR, not string rewrites | accepted | 2026-06-01 |
| 0004 | Generated Julia targets ModelingToolkit v11 idioms | accepted | 2026-06-01 |
| 0005 | CLI shape: parse and emit <target> as core verbs |
accepted | 2026-06-01 |
| 0006 | Second Julia view: plain f! / outputs! from IR (emit julia-rhs) |
accepted | 2026-06-03 |
Format¶
Each ADR uses the same six sections, in order, kept short: Status, Context, Decision, Consequences, Alternatives considered, References.
Process¶
- Open a draft ADR with the next sequential id; status starts
proposed. - Discuss in the implementing PR.
- On acceptance, mark
acceptedand date it. - When a later ADR replaces it, mark the old one
superseded by #NNNNand leave it readable. Never delete an ADR.