chore: address pre-PR review findings

Signed-off-by: barlind <tobias@barlind.se>
This commit is contained in:
barlind
2026-06-18 00:40:43 -07:00
committed by Bret Mogilefsky
parent 35863b8886
commit 4d046b666d
5 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Thanks for the PR! A few quick reminders before you hit submit:
- [ ] `npm run test:js` passes locally
- [ ] `npm test` (Playwright) passes locally — *or* CI will run it
- [ ] Verified in `docker compose up` (live-reload working directory)
- [ ] Plugin manifest validates against `schema/plugin.schema.json` (legacy fields + capability metadata)
- [ ] Plugin manifest validates against `schema/plugin.schema.json` (including capability metadata)
- [ ] Not applicable — explain below
## Screenshots / recordings
+8
View File
@@ -5,16 +5,24 @@ on:
branches: [main]
paths:
- 'plugins/**/plugin.json'
- 'plugins/__init__.py'
- 'schema/plugin.schema.json'
- 'docs/plugin-manifest.schema.json'
- 'static/capabilities.js'
- 'CONTRIBUTING.md'
- 'requirements-test.txt'
- 'tests/test_plugin_schema.py'
- '.github/workflows/validate-plugins.yml'
pull_request:
branches: [main]
paths:
- 'plugins/**/plugin.json'
- 'plugins/__init__.py'
- 'schema/plugin.schema.json'
- 'docs/plugin-manifest.schema.json'
- 'static/capabilities.js'
- 'CONTRIBUTING.md'
- 'requirements-test.txt'
- 'tests/test_plugin_schema.py'
- '.github/workflows/validate-plugins.yml'