Initial commit

This commit is contained in:
2026-04-28 10:28:32 +02:00
commit 05b06d409f
29 changed files with 1188 additions and 0 deletions

33
docs/adr/0000-template.md Normal file
View File

@@ -0,0 +1,33 @@
# ADR-0000: Title
Date: YYYY-MM-DD
Status: Proposed | Accepted | Superseded | Deprecated
## Context
Describe the problem, constraints, assumptions, and relevant background.
## Decision
Describe the decision that has been made.
## Consequences
Describe positive, negative, and neutral consequences.
## Alternatives considered
Describe alternatives and why they were not selected.
## Security impact
Describe security implications, if any.
## Operational impact
Describe deployment, monitoring, rollback, backup, restore, or operational implications, if any.
## Rollback
Describe whether and how this decision can be reverted.