chore: record current yoi fixes

This commit is contained in:
2026-06-13 19:51:15 +09:00
parent ad4d0866ae
commit 8e9855cf56
17 changed files with 620 additions and 11 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ return yoi.profile.extend("builtin:default", {
slug = "orchestrator",
description = "Orchestrator role profile with bundled reusable policy",
scope = yoi.scope.workspace_read(),
scope = "workspace_read",
worker = {
instruction = "$yoi/role/orchestrator",
@@ -17,5 +17,5 @@ return yoi.profile.extend("builtin:default", {
ticket_orchestration = { enabled = true },
},
delegation_scope = yoi.scope.workspace_write(),
delegation_scope = "workspace_write",
})