Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Tooling Checks

This directory contains shared validation artifacts and scripts for agent tooling.

Files

  • check.sh: runs guardrail checks for .github automation files.
  • agent-report.schema.json: schema for structured specialist-agent output.
  • agent-report.template.json: starter payload matching the schema.

Local Usage

Run all tooling checks:

bash .github/tooling/check.sh

Enable local pre-commit hook checks:

git config core.hooksPath .githooks

Then commits will run:

bash .github/tooling/check.sh