Stanceone variant loads every turn
Commits stance: commit as you go
For repos without a review gate — planning repos, knowledge bases, dotfiles — commit incrementally as logical units finish, not once at the end and not line by line, and push after committing so the work is durable. Conventional Commits still apply. Hold off on secrets, on content the user called throwaway, and mid-edit of a file within one turn. Application repos with a review gate are different: branch, open a PR, and let the gate do its job.