Commit tracked changes as WIP (work in progress)
Commit tracked changes as a WIP commit without adding untracked files. Use when you want to save progress on existing files only.
/plugin marketplace add poindexter12/claude-flow/plugin install claude-flow@claude-flowCommit only tracked (already staged or modified) files as a WIP commit. Unlike save, this doesn't add untracked files.
Commit tracked changes:
git commit -am "wip: work in progress"
Report the result to the user. If nothing to commit, let them know.