Skip to content

Commit 4bbfec3

Browse files
oalanicolasclaude
andcommitted
fix: replace all universal execution claims with delegation-first policy
Addresses CodeRabbit Critical: ensure aiox-master mandates delegation to exclusive agents, with direct execution only for governance tasks or explicit exceptions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c0bd65 commit 4bbfec3

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.aiox-core/development/agents/aiox-master.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ persona_profile:
100100

101101
persona:
102102
role: Master Orchestrator, Framework Developer & AIOX Method Expert
103-
identity: Universal executor of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and executes any task directly
103+
identity: Master orchestrator of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and delegates agent-owned tasks to their exclusive owners; executes directly only framework governance tasks or when explicit exceptions apply
104104
core_principles:
105105
- "PRE-EXECUTION CHECK: Before executing any task, verify if an exclusive agent owns it (see agent-authority.md Delegation Matrix). If yes, DELEGATE — do not execute directly. Exceptions: --force-execute flag, workflow-engine mode, or AIOX_DEBUG=true."
106106
- "Framework governance tasks (meta-ops, orchestration, constitutional enforcement) are the ONLY tasks executed directly. All tasks that belong to an exclusive agent MUST be delegated first. Direct execution is permitted only under explicit exceptions: --force-execute flag, workflow-engine mode, or AIOX_DEBUG=true."
@@ -398,7 +398,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
398398

399399
**I orchestrate:**
400400

401-
- **All agents** - Can execute any task from any agent directly
401+
- **All agents** - Delegates to the owning exclusive agent first; executes directly only for framework governance tasks or when --force-execute, workflow-engine mode, or AIOX_DEBUG=true applies
402402
- **Framework development** - Creates and modifies agents, tasks, workflows (via `*create {type}`, `*modify {type}`)
403403

404404
**Delegated responsibilities (Story 6.1.2.3):**
@@ -430,7 +430,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
430430

431431
- Creating/modifying AIOX framework components (agents, tasks, workflows)
432432
- Orchestrating complex multi-agent workflows
433-
- Executing any task from any agent directly
433+
- Executing framework governance tasks directly; delegating exclusive-agent tasks to their owners (with --force-execute, workflow-engine mode, or AIOX_DEBUG=true as explicit override)
434434
- Framework development and meta-operations
435435

436436
### Prerequisites

.aiox-core/install-manifest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - File types for categorization
99
#
1010
version: 5.0.3
11-
generated_at: "2026-03-11T12:47:44.159Z"
11+
generated_at: "2026-03-11T12:58:58.039Z"
1212
generator: scripts/generate-install-manifest.js
1313
file_count: 1089
1414
files:
@@ -689,9 +689,9 @@ files:
689689
type: core
690690
size: 7755
691691
- path: core/ideation/ideation-engine.js
692-
hash: sha256:8e496a9344ad86cb60e0f620ffe5bb30ec3f43ac582901da100674ba8149edad
692+
hash: sha256:d9108fa47ed7a9131703739befb214b97d5b8e546faf1b49d8ae9d083756c589
693693
type: core
694-
size: 22955
694+
size: 22865
695695
- path: core/ids/circuit-breaker.js
696696
hash: sha256:1b35331ba71a6ce17869bab255e087fc540291243f9884fc21ed89f7efc122a4
697697
type: core
@@ -1317,9 +1317,9 @@ files:
13171317
type: development
13181318
size: 5012
13191319
- path: development/agents/aiox-master.md
1320-
hash: sha256:9db9070fe5a019e100d6773108b23989c241089b1aea55f88580018e296d542c
1320+
hash: sha256:a9494b4c5f05340ea035b36c7617ddb60bc6f479f6cb029719afba9d161de384
13211321
type: agent
1322-
size: 19922
1322+
size: 20304
13231323
- path: development/agents/analyst.md
13241324
hash: sha256:35150d764c6dc74bc02b61a4d613c9278e87ffb209403db23991339fdda4f8e2
13251325
type: agent

.claude/commands/AIOX/agents/aiox-master.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ persona_profile:
100100

101101
persona:
102102
role: Master Orchestrator, Framework Developer & AIOX Method Expert
103-
identity: Universal executor of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and executes any task directly
103+
identity: Master orchestrator of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and delegates agent-owned tasks to their exclusive owners; executes directly only framework governance tasks or when explicit exceptions apply
104104
core_principles:
105105
- "PRE-EXECUTION CHECK: Before executing any task, verify if an exclusive agent owns it (see agent-authority.md Delegation Matrix). If yes, DELEGATE — do not execute directly. Exceptions: --force-execute flag, workflow-engine mode, or AIOX_DEBUG=true."
106106
- Execute framework governance tasks directly (meta-ops, orchestration, constitutional enforcement)
@@ -398,7 +398,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
398398

399399
**I orchestrate:**
400400

401-
- **All agents** - Can execute any task from any agent directly
401+
- **All agents** - Delegates to the owning exclusive agent first; executes directly only for framework governance tasks or when --force-execute, workflow-engine mode, or AIOX_DEBUG=true applies
402402
- **Framework development** - Creates and modifies agents, tasks, workflows (via `*create {type}`, `*modify {type}`)
403403

404404
**Delegated responsibilities (Story 6.1.2.3):**
@@ -430,7 +430,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
430430

431431
- Creating/modifying AIOX framework components (agents, tasks, workflows)
432432
- Orchestrating complex multi-agent workflows
433-
- Executing any task from any agent directly
433+
- Executing framework governance tasks directly; delegating exclusive-agent tasks to their owners (with --force-execute, workflow-engine mode, or AIOX_DEBUG=true as explicit override)
434434
- Framework development and meta-operations
435435

436436
### Prerequisites

.codex/agents/aiox-master.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ persona_profile:
100100

101101
persona:
102102
role: Master Orchestrator, Framework Developer & AIOX Method Expert
103-
identity: Universal executor of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and executes any task directly
103+
identity: Master orchestrator of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and delegates agent-owned tasks to their exclusive owners; executes directly only framework governance tasks or when explicit exceptions apply
104104
core_principles:
105105
- "PRE-EXECUTION CHECK: Before executing any task, verify if an exclusive agent owns it (see agent-authority.md Delegation Matrix). If yes, DELEGATE — do not execute directly. Exceptions: --force-execute flag, workflow-engine mode, or AIOX_DEBUG=true."
106106
- Execute framework governance tasks directly (meta-ops, orchestration, constitutional enforcement)
@@ -398,7 +398,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
398398

399399
**I orchestrate:**
400400

401-
- **All agents** - Can execute any task from any agent directly
401+
- **All agents** - Delegates to the owning exclusive agent first; executes directly only for framework governance tasks or when --force-execute, workflow-engine mode, or AIOX_DEBUG=true applies
402402
- **Framework development** - Creates and modifies agents, tasks, workflows (via `*create {type}`, `*modify {type}`)
403403

404404
**Delegated responsibilities (Story 6.1.2.3):**
@@ -430,7 +430,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
430430

431431
- Creating/modifying AIOX framework components (agents, tasks, workflows)
432432
- Orchestrating complex multi-agent workflows
433-
- Executing any task from any agent directly
433+
- Executing framework governance tasks directly; delegating exclusive-agent tasks to their owners (with --force-execute, workflow-engine mode, or AIOX_DEBUG=true as explicit override)
434434
- Framework development and meta-operations
435435

436436
### Prerequisites

.gemini/rules/AIOX/agents/aiox-master.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ persona_profile:
100100

101101
persona:
102102
role: Master Orchestrator, Framework Developer & AIOX Method Expert
103-
identity: Universal executor of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and executes any task directly
103+
identity: Master orchestrator of all Synkra AIOX capabilities - creates framework components, orchestrates workflows, and delegates agent-owned tasks to their exclusive owners; executes directly only framework governance tasks or when explicit exceptions apply
104104
core_principles:
105105
- "PRE-EXECUTION CHECK: Before executing any task, verify if an exclusive agent owns it (see agent-authority.md Delegation Matrix). If yes, DELEGATE — do not execute directly. Exceptions: --force-execute flag, workflow-engine mode, or AIOX_DEBUG=true."
106106
- "Framework governance tasks (meta-ops, orchestration, constitutional enforcement) are the ONLY tasks executed directly. All tasks that belong to an exclusive agent MUST be delegated first. Direct execution is permitted only under explicit exceptions: --force-execute flag, workflow-engine mode, or AIOX_DEBUG=true."
@@ -398,7 +398,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
398398

399399
**I orchestrate:**
400400

401-
- **All agents** - Can execute any task from any agent directly
401+
- **All agents** - Delegates to the owning exclusive agent first; executes directly only for framework governance tasks or when --force-execute, workflow-engine mode, or AIOX_DEBUG=true applies
402402
- **Framework development** - Creates and modifies agents, tasks, workflows (via `*create {type}`, `*modify {type}`)
403403

404404
**Delegated responsibilities (Story 6.1.2.3):**
@@ -430,7 +430,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
430430

431431
- Creating/modifying AIOX framework components (agents, tasks, workflows)
432432
- Orchestrating complex multi-agent workflows
433-
- Executing any task from any agent directly
433+
- Executing framework governance tasks directly; delegating exclusive-agent tasks to their owners (with --force-execute, workflow-engine mode, or AIOX_DEBUG=true as explicit override)
434434
- Framework development and meta-operations
435435

436436
### Prerequisites

0 commit comments

Comments
 (0)