feat: surface author remediation for plugin validation

Adds author-remediation metadata and ClawHub validation UI/CLI/email handling for Plugin Inspector findings.
This commit is contained in:
Patrick Erichsen
2026-06-09 21:09:25 -07:00
committed by GitHub
parent e9571f3aa4
commit 27faf50992
22 changed files with 1402 additions and 135 deletions
+5
View File
@@ -426,6 +426,9 @@ Example:
clawhub package validate ./example-plugin
```
If validation reports a package, manifest, SDK import, or artifact finding, see
[Plugin validation fixes](./plugin-validation-fixes.md), then rerun the command.
### `package delete <name>`
- Soft-deletes a package and all releases.
@@ -643,6 +646,8 @@ Notes:
more detailed compatibility metadata.
- If you are using an older `clawhub` CLI release, upgrade before publishing so
the local preflight checks run before upload.
- If validation reports a remediation code, see
[Plugin validation fixes](./plugin-validation-fixes.md).
#### GitHub Actions