feat(ql3): manage canonical task runs from the existing panel

This commit is contained in:
whyour
2026-09-04 04:27:42 +08:00
parent 2005cb6ba9
commit e4ba5d405f
13 changed files with 1199 additions and 6 deletions
@@ -51,6 +51,7 @@ export function panelCapabilities(
panel: Object.freeze({
bootstrap: true,
cronList: 'bounded_read_only',
runControl: 'task_run_v1',
taskRead: true,
triggerRead: true,
runRead: true,
@@ -33,6 +33,7 @@ test('publishes an exact profile-aware capability contract', () => {
panel: {
bootstrap: true,
cronList: 'bounded_read_only',
runControl: 'task_run_v1',
taskRead: true,
triggerRead: true,
runRead: true,