workstation: worktree-first feature work for all agents [ci skip]

Viktor asked that every feature task be developed in its own git worktree
and merged into master when done, enabling multiple agents to work the
same project concurrently. Encode the org rule in the managed claudeMd
(self-deploys to /etc via the hourly reconcile), add the worktree-first
paragraph to the AGENTS.md non-admin landing recipe, and gitignore
.worktrees/ so per-feature worktrees can live at the repo root. Full
lifecycle: ~/.claude/rules/execution.md §3.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-10 17:49:43 +00:00
parent daddafd279
commit 3b6a5c6737
3 changed files with 14 additions and 1 deletions

3
.gitignore vendored
View file

@ -103,3 +103,6 @@ stacks/terminal/clipboard-upload/clipboard-upload
# Plaintext terraform state — NEVER commit (use SOPS-encrypted .tfstate.enc only)
terraform.tfstate
terraform.tfstate.backup
# Per-feature git worktrees (worktree-first workflow — execution.md §3)
.worktrees/