Files
plugin-helper/registry
2026-07-12 14:42:54 -07:00
..
2026-07-12 14:42:54 -07:00

Plugin Registry

Each plugin lives in its own TOML file under plugins/.

id = "example"
name = "Example"
repo = "owner/example"
asset_patterns = ["Example-*.zip"]
install_strategy = "bsipa-zip"
category = "ui"
dependencies = [
  { id = "bsipa", constraint = ">=4.3.7" },
]

Dependencies are inline arrays on the plugin that owns them, so there is no implicit relationship with a preceding TOML table.