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
This commit is contained in:
zhi
2026-03-05 12:09:42 +00:00
parent da34a3eb5e
commit c366958a37
3 changed files with 6 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = resolve(dirname(__filename));
// Plugin configuration
const PLUGIN_NAME = 'padded-cell';
const PLUGIN_NAME = 'PaddedCell';
// Parse arguments
const args = process.argv.slice(2);