Skip to main content

Module git

Module git 

Source
Expand description

Git-related CLI commands.

Structs§

AmendCommand
Amend command options.
BranchCommand
Branch operations.
CheckCommand
Check command options - validates commit messages against guidelines.
CheckOutcome
Structured output from run_check for programmatic consumers (MCP).
CommitCommand
Commit operations.
CreateCommand
Create operations.
CreatePrCommand
Create PR command options.
CreatePrOutcome
Structured output from run_create_pr for programmatic consumers (MCP).
GitCommand
Git operations.
InfoCommand
Info command options.
MessageCommand
Message operations.
PrContent
AI-generated PR content with structured fields.
TwiddleCommand
Twiddle command options.
TwiddleOutcome
Structured output from run_twiddle for programmatic consumers (MCP).
ViewCommand
View command options.

Enums§

BranchSubcommands
Branch subcommands.
CommitSubcommands
Commit subcommands.
CreateSubcommands
Create subcommands.
GitSubcommands
Git subcommands.
MessageSubcommands
Message subcommands.

Functions§

run_check
Non-interactive core for omni-dev git commit message check.
run_create_pr
Non-interactive core for omni-dev git branch create pr.
run_info
Runs the info logic and returns the repository YAML as a String.
run_twiddle
Non-interactive core for omni-dev git commit message twiddle.
run_view
Runs the view logic and returns the YAML output as a String.