core#113 follow-up: plugin drift detector + queue + admin apply endpoint #123
Loading…
Reference in New Issue
Block a user
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?
Sub-issue of core#113 (version subscription)
The DB foundation merged in PR #122 (workspace_plugins table + tracked_ref column + install hook). Remaining pieces:
SELECT * FROM workspace_plugins WHERE tracked_ref != 'none'GET /admin/plugin-updates-pending— returns queued updates.POST /admin/plugin-updates/:id/apply— triggers install for queued update. Composes with core#115 canary tier filter.Acceptance criteria
Refs