Summary
In plugins/dotbot/plugin.json, the plugin field is currently a plain string but should be an array to support multiple values (consistent with how multi-value fields are expected to work in plugin manifests).
Context
Flagged during review of #3 (already merged). The passthrough and catchall commands provide working paths in the meantime, so this is a non-blocking cleanup.
Requested Fix
Change the plugin field from a string to an array type in plugins/dotbot/plugin.json.
Backlink: #3
Raised by: @javimosch (automaintainer retrospective review)
Summary
In
plugins/dotbot/plugin.json, thepluginfield is currently a plain string but should be an array to support multiple values (consistent with how multi-value fields are expected to work in plugin manifests).Context
Flagged during review of #3 (already merged). The passthrough and catchall commands provide working paths in the meantime, so this is a non-blocking cleanup.
Requested Fix
Change the
pluginfield from a string to an array type inplugins/dotbot/plugin.json.Backlink: #3
Raised by: @javimosch (automaintainer retrospective review)