Loading...
Loading...
Generate conventional commit messages based on git diff analysis. Use when you need to create well-structured commit messages following conventional commit format.
npx skill4agent add aig787/agpm commit-message-generatorfeatfixdocsstylerefactortestchoreperfcibuild<type>[optional scope]: <description>
[optional body]
[optional footer(s)]feat(cli): add --verbose flag for detailed output
Adds a new verbose flag that displays detailed progress information
during installation and update operations.fix(cache): resolve worktree cleanup issue on Windows
The worktree cleanup logic was failing on Windows due to path
separator mismatches. This fix ensures proper path normalization.
Closes #123feat(api): change dependency resolution return type
The resolve_dependencies function now returns a Result<Dependencies>
instead of (Dependencies, Warnings) for better error handling.
BREAKING CHANGE: This changes the function signature and requires
callers to handle the Result type.git addgit commit -m "<message>"