Refactor plugin registry into separate files per plugin

This commit is contained in:
pleb
2026-07-05 14:24:58 -07:00
parent 1b4087c5b5
commit 1858f76766
62 changed files with 730 additions and 1008 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ def enable_disabled_plugin(
instance_path: Path,
state_root: Path,
plugin_id: str,
registry: str = "registry/plugins.toml",
registry: str = "registry/plugins",
lockfile: str | None = None,
repo: Path | None = None,
progress: Callable[[str], None] | None = None,
@@ -85,7 +85,7 @@ def enable_disabled_plugins(
instance_path: Path,
state_root: Path,
plugin_ids: list[str],
registry: str = "registry/plugins.toml",
registry: str = "registry/plugins",
lockfile: str | None = None,
repo: Path | None = None,
progress: Callable[[str], None] | None = None,