@@ -10,17 +10,6 @@ Project documentation for PyLD — architecture decisions, development notes, an
1010
1111Architecture Decision Records (ADRs) document the technical choices taken during development of PyLD.
1212
13- ## :material-source-branch: Decision Process
14-
15- ADRs are useful when a technical choice has meaningful consequences for PyLD's
16- architecture, public API, dependencies, or long-term maintenance. A PR
17- discussion is enough to establish consensus for an ADR: if the maintainers agree
18- with the decision and merge the PR, the ADR lands as ` decided ` .
19-
20- When consensus has not been reached yet, an ADR can land as ` draft ` and be
21- refined in follow-up PRs. If a later decision replaces an earlier one, mark the
22- earlier ADR as ` superseded ` and link to the new decision.
23-
2413<div id =" adr-index " markdown >
2514
2615!!! success inline "[ Use ` requests-cache ` for persistent HTTP caching in synchronous Python code] ( decisions/use-requests-cache-for-sync-http-caching-in-document-loaders/ ) "
@@ -35,3 +24,14 @@ earlier ADR as `superseded` and link to the new decision.
3524 [ Architecture Decision Record] ( https://adr.github.io/ ) .
3625
3726</div >
27+
28+ ## :material-source-branch: Decision Process
29+
30+ ADRs are useful when a technical choice has meaningful consequences for PyLD's
31+ architecture, public API, dependencies, or long-term maintenance. A PR
32+ discussion is enough to establish consensus for an ADR: if the maintainers agree
33+ with the decision and merge the PR, the ADR lands as ` decided ` .
34+
35+ When consensus has not been reached yet, an ADR can land as ` draft ` and be
36+ refined in follow-up PRs. If a later decision replaces an earlier one, mark the
37+ earlier ADR as ` superseded ` and link to the new decision.
0 commit comments