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
22 lines
478 B
Markdown
22 lines
478 B
Markdown
# ADR-0001: Initial Architecture
|
|
|
|
## Status
|
|
Accepted · 2026-07-02
|
|
|
|
## Context
|
|
First commit of WalletPress. Need to document the foundational choices.
|
|
|
|
## Decision
|
|
- **Language**: Python 3.12 + FastAPI
|
|
- **Port**: 8010
|
|
- **Deployment**: Docker on Talos behind nginx
|
|
- **Source of truth**: forgejo
|
|
- **CI**: forgejo Actions
|
|
- **Secrets**: gopass
|
|
|
|
## Consequences
|
|
- All future decisions build on this foundation
|
|
- Breaking changes to these need a new ADR
|
|
|
|
## Alternatives
|
|
- _TBD_
|