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
1.1 KiB
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
- 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 |