Read-only workflow for reviewing a mixed working tree or proposed commit before staging or committing. Use when checking commit scope, separating accidental changes, or deciding what belongs in a commit.
Reusable workflow for making one small, bounded VoxProof implementation change. Use when implementing a narrow code change, fixing a focused defect, or extending a single capability without expanding scope.
Reusable read-only workflow for auditing VoxProof code, documentation, or tests against a specific question. Use when checking whether claims match reality, finding stale or contradictory documentation, or assessing current state without making changes.