fix(plugin): Correct Claude marketplace source path
Update the Claude marketplace entry to use a schema-valid relative source path and add a regression test so invalid marketplace sources fail in the local suite. Also document the maintainer workflow used for stale PR metadata and fork-gated Actions runs. Fixes #344
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"plugin",
|
||||
"marketplace"
|
||||
],
|
||||
"source": "."
|
||||
"source": "./"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user