Skip to content

docs: drop --json from agent guidance templates #84

docs: drop --json from agent guidance templates

docs: drop --json from agent guidance templates #84

Workflow file for this run

name: Repo Hygiene
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
contract-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
cache: pip
- name: Check repository contract
run: python scripts/check_repo_contract.py