nixos-configs-9eq: Improve parallel_beads to enforce worktree/branch workflow #29

Merged
johno merged 1 commits from bead/nixos-configs-9eq into main 2026-01-14 14:24:17 -08:00
Owner

Summary

Prevents subagents from accidentally working on main by:

  1. Having orchestrator create worktrees before launching subagents
  2. Requiring subagents to verify branch before any modifications

Bead Reference

Implements bead: nixos-configs-9eq

Changes

  • Added Phase 2: Worktree Setup for orchestrator to create worktrees
  • Updated subagent instructions with mandatory branch verification
  • Added explicit abort conditions if on wrong branch
  • Renumbered phases (2->3, 3->4, 4->5) and updated error handling
## Summary Prevents subagents from accidentally working on main by: 1. Having orchestrator create worktrees before launching subagents 2. Requiring subagents to verify branch before any modifications ## Bead Reference Implements bead: nixos-configs-9eq ## Changes - Added Phase 2: Worktree Setup for orchestrator to create worktrees - Updated subagent instructions with mandatory branch verification - Added explicit abort conditions if on wrong branch - Renumbered phases (2->3, 3->4, 4->5) and updated error handling
johno added 2 commits 2026-01-14 13:55:34 -08:00
Remove wixos (WSL) configuration
All checks were successful
CI / check (pull_request) Successful in 2m56s
352c89756f
WSL is no longer used. This removes:
- machines/wixos/ directory and configuration.nix
- nixos-wsl input from flake.nix
- nixosConfigurations.wixos output
- References to wixos in AGENTS.md and .goosehints

Implements bead: nixos-configs-2mk
feat(skills): Enforce worktree/branch workflow in parallel_beads
All checks were successful
CI / check (pull_request) Successful in 3m6s
e0fdc70d2e
johno force-pushed bead/nixos-configs-9eq from e0fdc70d2e to bf275f42d8 2026-01-14 14:00:28 -08:00 Compare
johno merged commit 16f6dfcec7 into main 2026-01-14 14:24:17 -08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: johno/nixos-configs#29