From 48cfecae3983b5869c43c4bb4728f35f0e846022 Mon Sep 17 00:00:00 2001 From: sjat Date: Sun, 10 May 2026 19:12:19 +0200 Subject: [PATCH] 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 --- docs/makerFLOSS_house_rules.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/makerFLOSS_house_rules.md b/docs/makerFLOSS_house_rules.md index 9aff218..209584a 100644 --- a/docs/makerFLOSS_house_rules.md +++ b/docs/makerFLOSS_house_rules.md @@ -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. - 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. - Hardware: all setups documented + labeled physically. + - AI: Allowed but reviewed; no secrets in commits - Decisions: lightweight markdown decision logs. - - Licenses for what we build: MIT by default. + - Licenses for what we build: FLOSS by default.