|
|
e97ce0208e
|
fix: add configSchema and root index.js to plugin manifest
- OpenClaw requires configSchema in plugin manifest
- Add root index.js as entry point (like Dirigent)
- Update install script to generate correct manifest
|
2026-03-05 14:49:03 +00:00 |
|
|
|
bb194ef978
|
refactor: install to dist/padded-cell/ like Dirigent
- Plugin name: padded-cell (matches dist subdirectory)
- Install copies files to dist/padded-cell/
- Plugin path set to dist/padded-cell/ directory
- Follows Dirigent pattern: dist/<plugin-name>/
|
2026-03-05 12:26:52 +00:00 |
|
|
|
c366958a37
|
fix: use PaddedCell as plugin id to match directory name
- Change plugin id from 'padded-cell' to 'PaddedCell'
- Update manifest and install script
- OpenClaw infers plugin id from directory name
|
2026-03-05 12:09:42 +00:00 |
|
|
|
da34a3eb5e
|
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
|
2026-03-05 12:09:11 +00:00 |
|
|
|
08e74e3806
|
feat: add OpenClaw plugin manifest
- Add openclaw.plugin.json with plugin metadata
- Define tools: pcexec and safe_restart
|
2026-03-05 12:08:23 +00:00 |
|