- 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>/
20 lines
496 B
JSON
20 lines
496 B
JSON
{
|
|
"id": "padded-cell",
|
|
"name": "PaddedCell",
|
|
"version": "0.1.0",
|
|
"description": "Secure password management, safe execution, and coordinated restart",
|
|
"entry": "./safe-restart/dist/index.js",
|
|
"tools": [
|
|
{
|
|
"name": "pcexec",
|
|
"entry": "./pcexec/dist/index.js",
|
|
"description": "Safe exec with password sanitization"
|
|
},
|
|
{
|
|
"name": "safe_restart",
|
|
"entry": "./safe-restart/dist/index.js",
|
|
"description": "Safe coordinated restart"
|
|
}
|
|
]
|
|
}
|