fix(plugin-api): federate workspace file mutations and trim PR scope

This commit is contained in:
marcus
2026-06-14 15:03:23 +02:00
parent fd6c01067b
commit dde8675454
7 changed files with 16 additions and 50 deletions
+2 -2
View File
@@ -976,13 +976,13 @@ If you are an AI agent building or editing a PI WEB plugin, follow this checklis
Check discovery:
```bash
curl http://localhost:8504/pi-web-plugins/manifest.json
curl http://127.0.0.1:8504/pi-web-plugins/manifest.json
```
Check a plugin module:
```bash
curl http://localhost:8504/pi-web-plugins/my-plugin/pi-web-plugin.js
curl http://127.0.0.1:8504/pi-web-plugins/my-plugin/pi-web-plugin.js
```
Common issues: