Plugin validation entrypoints for CLI and dashboard upload checks #36
Labels
No labels
bug
documentation
duplicate
enhancement
future idea
good first issue
help wanted
invalid
question
roadmap:phase-agents
roadmap:phase-backend
roadmap:phase-cli
roadmap:phase-docs
roadmap:phase-foundation
roadmap:phase-hardening
roadmap:phase-installer
roadmap:phase-plugins
roadmap:phase-runtime
roadmap:phase-store
roadmap:status-active
roadmap:status-blocked
roadmap:status-done
roadmap:status-planned
roadmap:v2-agent-orchestration
roadmap:v2-auth
roadmap:v2-chat-runtime
roadmap:v2-cli
roadmap:v2-dashboard
roadmap:v2-hardening
roadmap:v2-model-providers
roadmap:v2-plugins-store
roadmap:v2-realtime
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
FTMahringer/Synapse#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem / Motivation
SYNAPSE now has real backend plugin fixture packaging and lifecycle validation paths, but there is no user-facing way to validate a plugin JAR before install or publication. That makes plugin authoring, marketplace moderation, and future dashboard uploads weaker than they need to be.
Proposed Solution
Add a plugin validation surface that reuses the existing backend/plugin validation logic and exposes it through operator tooling.
Initial shape:
synapse plugins validate <path-to-plugin.jar>orsynapse plugins check <path-to-plugin.jar>This should build on the current backend validation/runtime logic instead of inventing a separate validator stack.
Alternatives
Priority
Medium
Notes
Recommended namespace direction:
synapse plugins installsynapse plugins validate <jar>synapse plugins skills ...,synapse plugins channels ..., etc.The dashboard upload/tester should reuse the same backend validation result model as the CLI-facing path where possible.