yoi/resources/profiles/companion.lua

16 lines
440 B
Lua

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 },
},
}