fix(plugins): skip update for local-only plugins instead of failing (#354)

Adds a local_only flag to the starlark-apps manifest so the update
endpoint returns a skipped status rather than recording a false failure
when the plugin has no git repo and no registry entry.

Co-authored-by: Chuck <chuck@example.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Chuck
2026-05-27 21:42:25 -04:00
committed by GitHub
parent 35c540d0e0
commit f96fdd9f24
2 changed files with 12 additions and 1 deletions

View File

@@ -22,5 +22,6 @@
"Pillow>=10.0.0",
"PyYAML>=6.0",
"requests>=2.31.0"
]
],
"local_only": true
}