feat: add builtin role profiles

This commit is contained in:
2026-06-11 00:23:15 +09:00
parent a901ebeb4f
commit 85c06dc62e
11 changed files with 218 additions and 246 deletions
+15
View File
@@ -0,0 +1,15 @@
return yoi.profile {
slug = "companion",
description = "Companion role profile with bundled reusable policy",
scope = yoi.scope.workspace_read(),
feature = {
task = { enabled = false },
memory = { enabled = true },
web = { enabled = true },
pods = { enabled = false },
ticket = { enabled = false, access = "lifecycle" },
ticket_orchestration = { enabled = false },
},
}