fix: inherit default role profile config

This commit is contained in:
2026-06-11 16:28:38 +09:00
parent 730dab65b8
commit 1810debb58
6 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
return yoi.profile {
return yoi.profile.extend("builtin:default", {
slug = "orchestrator",
description = "Orchestrator role profile with bundled reusable policy",
@@ -14,4 +14,4 @@ return yoi.profile {
},
delegation_scope = yoi.scope.workspace_write(),
}
})