Autobot::Plugins::Builtin::GithubPlugin
Inherits Autobot::Plugins::Plugin < Reference < Object
GitHub plugin that provides tools for interacting with GitHub via gh CLI.
Requires the gh CLI to be installed and authenticated.
Instance methods
required_executable
External CLI binary required by this plugin (e.g. "sqlite3", "gh"). Returns nil if no external binary is needed.
setup(context : PluginContext) : Nil
Called during setup to register tools and configure the plugin. The default implementation is a no-op.