cotool/Cotool Validate Agents

Validate Cotool Response-Agents-as-Code YAML in CI against the Cotool validate API, with inline PR annotations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_urlBase URL of the Cotool API.nohttps://app.cotool.ai
dirRepo-relative directory to scan for agent YAML (and referenced prompt .md files). Matches the GitOps sync `path` default.nocotool/agents
fileOptional comma-separated list of specific files to validate. When set, overrides directory discovery.no""
recursiveRecurse into subdirectories of `dir` when discovering files.notrue
audienceOIDC audience requested from GitHub and verified by the Cotool API.nocotool-validate
fail_on_warningsFail the check when any warnings are present (errors always fail).nofalse
namedescription
validtrue when every validated YAML file has no errors.
error_countTotal number of error-severity diagnostics across all files.
warning_countTotal number of warning-severity diagnostics across all files.