merge: split direct and delegation authority

This commit is contained in:
2026-06-08 15:41:01 +09:00
9 changed files with 499 additions and 22 deletions
+1
View File
@@ -8,6 +8,7 @@ return function(opts)
description = opts.description,
scope = opts.scope or scope.workspace_read(),
delegation_scope = opts.delegation_scope,
session = {
record_event_trace = true,
+2
View File
@@ -1,8 +1,10 @@
local base = require("_base")
local scope = require("yoi.scope")
return base {
slug = "orchestrator",
description = "Orchestrator role profile: GPT-5.5 with bundled default behavior",
delegation_scope = scope.workspace_write(),
model_ref = "codex-oauth/gpt-5.5",
language = "Japanese",
}