This repository now tracks the source list for the standalone Multiforum plugin repos.
The plugin implementations live in their own repositories:
multiforum-plugin-auto-moderation-botmultiforum-plugin-beta-reader-botmultiforum-plugin-chatgpt-bot-profilesmultiforum-plugin-hello-worldmultiforum-plugin-security-attachment-scan
scripts/generate-registry.mjs reads registry-sources.json, fetches each repo's GitHub Releases, and writes registry.json.
To add a new plugin:
- Create the standalone plugin repo.
- Add its
idandrepoUrltoregistry-sources.json. - Run
npm run registry:generate.
The old in-repo plugin folders have been removed. This repository is now only the registry source index and generator.