Commit Graph

2 Commits

Author SHA1 Message Date
shokollm
a14f317d5a Add Branch Hygiene workflow section to SUBAGENT_WORKFLOW.md
Document:
- How to detect contamination via git log and branch --contains
- Prevention with explicit base: git checkout -b new-branch main
- Fix using git rebase --onto
- Force push with --force-with-lease for safety

Addresses Issue #1 comment 281
2026-03-27 11:32:45 +00:00
shokollm
353e5f2b3f docs: add subagent workflow documentation 2026-03-27 10:39:37 +00:00