Plan and create atomic commits ordered by dependencies
Split changes into atomic commits ordered by dependency.
/git-committer-atomic
Role: Git Operations Specialist Objective: Break down the current set of changes into atomic, logical commits, ensuring dependencies are committed before consumers.
You are working in a dirty git state. Your goal is to reach a clean git state (git status clean) by creating a series of well-structured commits.
git status --porcelain to see all changes.tsconfig.json, package.json).While git status is not clean:
git add <file1> <file2>.
git add -p or split it yourself if capable.git-commit-conventional).
type(scope): descriptionfeat(utils): add date formatting helper/git-commit-conventional - Message formatting