chore: update PR 332 tooling for capability model

This commit is contained in:
barlind
2026-06-18 00:40:12 -07:00
committed by Bret Mogilefsky
parent b45751164f
commit 26dba55d7e
15 changed files with 777 additions and 62 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-test.txt
- name: Validate every in-tree plugin.json against schema
- name: Validate every in-tree plugin.json against capability-aware schema
run: |
python - <<'PY'
import glob, json, sys
@@ -66,7 +66,7 @@ jobs:
sys.exit(1)
PY
- name: Run schema sanity tests
- name: Run schema and capability contract tests
# --noconftest skips tests/conftest.py, which imports structlog
# (not in requirements-test.txt). The schema tests don't use
# shared fixtures, so this is safe and avoids dragging the full