feat: add OpenClaw plugin manifest and entry point

- Add openclaw.plugin.json with proper configSchema
- Add index.js as plugin entry point
- Fix plugin id to 'padded-cell' to match manifest
This commit is contained in:
zhi
2026-03-05 12:09:11 +00:00
parent 08e74e3806
commit da34a3eb5e
2 changed files with 28 additions and 1 deletions

View File

@@ -3,7 +3,13 @@
"name": "PaddedCell",
"version": "0.1.0",
"description": "Secure password management, safe execution, and coordinated restart",
"entry": "./safe-restart/dist/index.js",
"entry": "./index.js",
"configSchema": {
"type": "object",
"properties": {
"enabled": { "type": "boolean", "default": true }
}
},
"tools": [
{
"name": "pcexec",