docs: assume plugin capabilities by default

Signed-off-by: barlind <tobias@barlind.se>
This commit is contained in:
barlind
2026-06-18 00:40:39 -07:00
committed by Bret Mogilefsky
parent 7d0021d04a
commit 35863b8886
12 changed files with 22 additions and 22 deletions
+1 -1
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 capability-aware schema
- name: Validate every in-tree plugin.json against capability schema
run: |
python - <<'PY'
import glob, json, sys