progress: prepare companion orchestration notifications

This commit is contained in:
2026-06-11 23:12:14 +09:00
parent e159e9d338
commit 23a5b53807
5 changed files with 181 additions and 37 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ return yoi.profile.extend("builtin:default", {
slug = "companion",
description = "Companion role profile with bundled reusable policy",
scope = yoi.scope.workspace_read(),
scope = yoi.scope.workspace_write({
deny_write = { ".worktree" },
}),
feature = {
task = { enabled = false },