Expand description
GitHub-backed blueprints for Everruns.
This crate registers the github_scout capability through Everruns’ inventory
plugin system. The capability is blueprint-only: it does not add tools to a
host agent, and instead contributes the github_scout agent blueprint.
github_scout runs as a read-only child agent with private GitHub REST API
tools for code search, file reads, and issue or pull request search. Tool
credentials are resolved from the existing github user connection, with a
GITHUB_TOKEN session secret fallback for local and compatibility flows.