Help bridge the gap between cjules and developer's local Git workflow.
Proposed commands:
cjules commit-msg: Generate a meaningful commit message template by sending the current git diff to Jules.
cjules pr-describe <id>: Generate a comprehensive pull request description (Markdown format) based on the session's actions and output patch.
Example:
cjules pr-describe <session-id> --copy # Copies generated PR description to clipboard
Help bridge the gap between
cjulesand developer's local Git workflow.Proposed commands:
cjules commit-msg: Generate a meaningful commit message template by sending the currentgit diffto Jules.cjules pr-describe <id>: Generate a comprehensive pull request description (Markdown format) based on the session's actions and output patch.Example: