Skip to content

Release v1.9.2 auto-research surfaces #147

Release v1.9.2 auto-research surfaces

Release v1.9.2 auto-research surfaces #147

name: Validate CLI surfaces
on:
push:
branches:
- main
- AI/**
pull_request:
jobs:
validate-surfaces:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.14'
- name: Sync CLI surface schemas/docs (non-blocking)
run: python3 scripts/sync-surface-specs.py --refresh
- name: Run CLI startup smoke checks
run: python3 scripts/smoke-clis.py
- name: Validate generated surfaces
run: python3 scripts/validate-surfaces.py --strict --skip-schema