Fix plugin script path resolution (#535)

Makes plugin instructions execute the installed plugin copy, safely quotes paths containing spaces, removes the broad Node pre-approval, and ships guarded generated plugin output.\n\nAI-assisted maintainer conflict resolution, review, and validation by Codex under maintainer direction.
This commit is contained in:
Abdul Wahab
2026-08-31 20:16:04 -04:00
committed by GitHub
parent 0bc8643b51
commit bfafc7dbcb
18 changed files with 551 additions and 50 deletions
+2
View File
@@ -46,6 +46,7 @@ export const SUITES = {
'tests/skills-cli.test.js',
'tests/validate-plugin-versions.test.js',
'tests/validate-plugin-manifest.test.js',
'tests/plugin-paths.test.js',
],
},
{
@@ -233,6 +234,7 @@ export const SUITES = {
/^skill\/agents\//,
/^scripts\/build\.js$/,
/^scripts\/lib\/validate-plugin-manifest\.js$/,
/^scripts\/lib\/plugin-paths\.js$/,
/^tests\/plugin-e2e\.test\.mjs$/,
],
commands: [