This commit is contained in:
2026-05-04 09:53:30 +02:00
commit c0aefae3fb
11 changed files with 984 additions and 0 deletions

17
notes/decisions.md Normal file
View File

@@ -0,0 +1,17 @@
# Decisions
Append-only. Never edit past entries.
Add new decisions at the bottom with a date and context.
Format:
## YYYY-MM-DD — Short title
**Decision:** What was decided.
**Why:** The reason or constraint behind it.
**Who:** Who made or owns this decision.
---
## YYYY-MM-DD — Example entry
**Decision:** Use SSH keys for git commit signing instead of GPG.
**Why:** Avoids GPG keychain complexity, same key used for auth and signing.
**Who:** Edwin