walletpress/DECISIONS.md
crmuncher 67cb1f7140
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / security (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / license (push) Waiting to run
CI / ai-review (push) Waiting to run
docs: apply fleet-template (16-artifact scaffold)
Adds missing standard artifacts:
- README.md (if missing)
- AGENTS.md (AI agent contract)
- PLAN.md (current sprint)
- STATUS.md (where we are)
- DEVELOPMENT.md (dev workflow)
- DEPLOYMENT.md (deploy procedure)
- TESTING.md (test strategy)
- DECISIONS.md (ADR index + templates)
- .github/CODEOWNERS
- .github/workflows/ci.yml

Preserves all existing artifacts.

Refs: RugMunchMedia/fleet-template
2026-07-02 02:07:06 +07:00

1.1 KiB

DECISIONS.md — WalletPress

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

Fleet-wide ADRs (in standards repo)