Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
1.3 KiB
1.3 KiB
//: # (Copyright (c) 2026 Rug Munch Media LLC)
DECISIONS.md — PryScraper
Architecture Decision Records (ADRs). Read before architectural changes.
What is an ADR?
A short document capturing an important architectural decision:
- Context (what's the problem?)
- Decision (what did we choose?)
- Consequences (what does this imply?)
- Alternatives (what else did we consider?)
How to Write a New ADR
- Copy
docs/adr/0000-template.mdtodocs/adr/NNNN-short-title.md - Fill in: Status, Context, Decision, Consequences, Alternatives
- Add link below in "Index"
- Commit as part of the change that triggered the ADR
Index
| Number | Title | Status | Date |
|---|---|---|---|
| 0001 | Initial architecture | Accepted | 2026-07-02 |
| 0002 | Dual licensing: MIT (core) + BSL 1.1 (stealth) | Accepted | 2026-07-03 |