Add plugin helper with agent skill for updating plugins

This commit is contained in:
pleb
2026-06-14 10:26:22 -07:00
parent a9881ebec4
commit caaa4a6558
23 changed files with 1604 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "plugin-helper"
version = "0.1.0"
description = "A safe CLI for managing Beat Saber plugins in mounted BSManager instances."
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
authors = [{ name = "plugin-helper contributors" }]
dependencies = []
[project.scripts]
plugin-helper = "plugin_helper.cli:main"
[tool.setuptools.packages.find]
where = ["src"]