Skip to content

Commit 029d519

Browse files
committed
docs: add atomic-commit command documentation
1 parent c8273db commit 029d519

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.opencode/command/atomic-commit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: Create atomic commits for staged changes
3+
agent: atomic-commit-creator
4+
---
5+
Analyze the current staged changes, identify logical units of work, and propose splitting them into atomic commits with descriptive messages. Use git diff --cached to examine changes and suggest selective staging if needed.

0 commit comments

Comments
 (0)