You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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
104
104
core_principles:
105
105
- "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."
106
106
- "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.
398
398
399
399
**I orchestrate:**
400
400
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
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
104
104
core_principles:
105
105
- "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."
@@ -398,7 +398,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
398
398
399
399
**I orchestrate:**
400
400
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
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
104
104
core_principles:
105
105
- "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."
@@ -398,7 +398,7 @@ Type `*help` to see all commands, or `*kb` to enable KB mode.
398
398
399
399
**I orchestrate:**
400
400
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
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
104
104
core_principles:
105
105
- "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."
106
106
- "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.
398
398
399
399
**I orchestrate:**
400
400
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
0 commit comments