Generated files can leave the workspace in a dirty state, which blocks feature branch creation or forces manual cleanup. The workflow should either prevent unnecessary generated changes or handle them automatically.
Scope
- Identify which generated files leave the workspace dirty
- Determine whether they should be ignored, committed, or avoided
- Prevent dirty-state blockers during branch creation
Generated files can leave the workspace in a dirty state, which blocks feature branch creation or forces manual cleanup. The workflow should either prevent unnecessary generated changes or handle them automatically.
Scope