Marketplace? awesome-flora? idk. This will allow user-uploadable pre-built plugins via the upcoming #25 . No clue on how it should be installed onto export default defineBot, maybe AST work or asking the user to add it themselves. This would be a separate repository with PRs to be made for addition/edition/deletion, and is to be shown via webui or cli for installation. The repository will be added to our build-service's pnpm-store setup so it's native in package.json (something like dependencies: { "floraPlugin1": "plugins:some.plugin.id" }?), and we shouldn't allow users to bring in their own repositories.
Marketplace? awesome-flora? idk. This will allow user-uploadable pre-built plugins via the upcoming #25 . No clue on how it should be installed onto
export default defineBot, maybe AST work or asking the user to add it themselves. This would be a separate repository with PRs to be made for addition/edition/deletion, and is to be shown via webui or cli for installation. The repository will be added to our build-service's pnpm-store setup so it's native in package.json (something likedependencies: { "floraPlugin1": "plugins:some.plugin.id" }?), and we shouldn't allow users to bring in their own repositories.