pryscraper/DECISIONS.md
cryptorugmunch 8d25702eca chore(license): re-license to dual MIT (core) + BSL 1.1 (stealth)
Squashed from chore/license-relicense. Full message preserved in the
original branch commit bb77eb5. See ADR-0002 for the decision rationale.

Refs: ADR-0002, commit bb77eb5
2026-07-02 19:59:18 +02:00

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

  1. Copy docs/adr/0000-template.md to docs/adr/NNNN-short-title.md
  2. Fill in: Status, Context, Decision, Consequences, Alternatives
  3. Add link below in "Index"
  4. 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

Fleet-wide ADRs (in standards repo)