feat: move profile scope to launch policy

This commit is contained in:
2026-06-14 15:52:59 +09:00
parent cdb12af997
commit 21bf009a3f
10 changed files with 279 additions and 56 deletions
-1
View File
@@ -2,7 +2,6 @@ local p = yoi.profile.import("builtin:default")
p.slug = "coder"
p.description = "Coder role profile with bundled reusable policy"
p.scope = yoi.scope.workspace_write()
p.worker.instruction = "$yoi/role/coder"
p.feature = {
task = { enabled = true },