Expand description
Git-related CLI commands.
Structs§
- Amend
Command - Amend command options.
- Branch
Command - Branch operations.
- Check
Command - Check command options - validates commit messages against guidelines.
- Check
Outcome - Structured output from
run_checkfor programmatic consumers (MCP). - Commit
Command - Commit operations.
- Create
Command - Create operations.
- Create
PrCommand - Create PR command options.
- Create
PrOutcome - Structured output from
run_create_prfor programmatic consumers (MCP). - GitCommand
- Git operations.
- Info
Command - Info command options.
- Message
Command - Message operations.
- PrContent
- AI-generated PR content with structured fields.
- Twiddle
Command - Twiddle command options.
- Twiddle
Outcome - Structured output from
run_twiddlefor programmatic consumers (MCP). - View
Command - View command options.
Enums§
- Branch
Subcommands - Branch subcommands.
- Commit
Subcommands - Commit subcommands.
- Create
Subcommands - Create subcommands.
- GitSubcommands
- Git subcommands.
- Message
Subcommands - 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.