wigolo has a plugin system (wigolo plugin add <git-url>) for custom extractors and search engines, but there's no in-repo example showing the minimal shape of one. A tiny examples/plugin-search-engine/ that people can copy is the easiest possible on-ramp for contributors.
Where to look
- Plugin loader/validation:
src/plugins/ (loader, registry, validation define the expected plugin shape)
Acceptance
examples/plugin-search-engine/ with a minimal working plugin (any simple public JSON API is fine) + a short README explaining install via wigolo plugin add
- Loads cleanly through
wigolo plugin add / plugin list
- A line in the main README's Contributing section pointing at it
wigolo has a plugin system (
wigolo plugin add <git-url>) for custom extractors and search engines, but there's no in-repo example showing the minimal shape of one. A tinyexamples/plugin-search-engine/that people can copy is the easiest possible on-ramp for contributors.Where to look
src/plugins/(loader, registry, validation define the expected plugin shape)Acceptance
examples/plugin-search-engine/with a minimal working plugin (any simple public JSON API is fine) + a short README explaining install viawigolo plugin addwigolo plugin add/plugin list