diff options
Diffstat (limited to '.agents')
| -rw-r--r-- | .agents/plugins/marketplace.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 0000000..a0c36e3 --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,20 @@ +{ + "name": "vpnem-local", + "interface": { + "displayName": "vpnem Local Plugins" + }, + "plugins": [ + { + "name": "claude-migration", + "source": { + "source": "local", + "path": "./plugins/claude-migration" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + } + ] +} |
