This directory contains shared validation artifacts and scripts for agent tooling.
check.sh: runs guardrail checks for.githubautomation files.agent-report.schema.json: schema for structured specialist-agent output.agent-report.template.json: starter payload matching the schema.
Run all tooling checks:
bash .github/tooling/check.shEnable local pre-commit hook checks:
git config core.hooksPath .githooksThen commits will run:
bash .github/tooling/check.sh