docs: sync house rules slide with CLAUDE.md working norms

- Language rule updated: adds commits, changes Danish exception to
  meeting notes (was: service UIs)
- Add Git norms: trunk-based, feature branches, simple messages
- Add AI policy: allowed but reviewed, no secrets in commits
- License: FLOSS by default (was: MIT by default)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sjat 2026-05-10 19:12:19 +02:00
parent 808dd02cc5
commit 48cfecae39

View file

@ -17,8 +17,10 @@ We try to not have too many rules or guidelines, but here are the main ones:
- Try not to do anything that will make us have to create a boring rule. - Try not to do anything that will make us have to create a boring rule.
- Technical - Technical
- Language: English for code and docs. Danish as primary for service UIs, English as secondary. - Language: English for code, docs, commits (meeting notes may be in Danish)
- Git: Trunk-based development, feature branches, simple commit messages
- Environments: containerized, reproducible setups. - Environments: containerized, reproducible setups.
- Hardware: all setups documented + labeled physically. - Hardware: all setups documented + labeled physically.
- AI: Allowed but reviewed; no secrets in commits
- Decisions: lightweight markdown decision logs. - Decisions: lightweight markdown decision logs.
- Licenses for what we build: MIT by default. - Licenses for what we build: FLOSS by default.