fix(FN-3716): stabilize verification and role policy checks
- Add shared agent role policy helpers for implementation task detection and executor-role enforcement - Provide a standardized role-mismatch error formatter for delegation and assignment paths - Update test isolation leak detection to ignore ephemeral fusion-test-home-root temp directories while preserving baseline checks Fusion-Task-Id: FN-3716
This commit is contained in:
@@ -282,6 +282,7 @@ Create a new task and assign it to a specific agent for execution. The task goes
|
||||
| `agent_id` | string | ✓ | The agent ID to delegate work to |
|
||||
| `description` | string | ✓ | What needs to be done |
|
||||
| `dependencies` | array | — | Task IDs this new task depends on (e.g. [\"KB-001\"] |
|
||||
| `override` | boolean | — | Set true to bypass executor-role assignment policy |
|
||||
|
||||
### fn_agent_show
|
||||
|
||||
|
||||
Reference in New Issue
Block a user