From 1ed7085a5d07f867ca71e072af699769a14156bc Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Tue, 31 Mar 2026 21:56:28 +0000 Subject: [PATCH] docs: add inbox items from marathon sprint (multi-node, prioritize small) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a90918..12020e5 100644 --- a/README.md +++ b/README.md @@ -400,5 +400,7 @@ When multiple agents work on the same repo, use git worktrees instead of branche - **Least-privilege agent access**: Agents should SSH as a dedicated non-root user (e.g. `deploy@`) with scoped sudo for only what they need (systemctl, caddy reload). No root SSH long-term. - **Immutable deploy artifacts**: Agent builds a tarball/image, uploads it, runs a deploy script. Never edits files in-place on production. +- **Multi-node same-repo**: Multiple workers (laptop + vserver) working on same git repo but different features. Merge conflicts → Gitea Actions hook or team-lead merge strategy. Start small: one worker per repo. Scale: worktrees per feature. +- **Prioritize small+working over ambitious+broken**: "Lieber erstmal klein und funktionierend und dann mehr." Collect ideas, implement incrementally, never ship broken. _Drop new principles here. They get organized on next pass._