feat(FN-1434): add prompt overrides for agent generation
- Add prompt-overrides module with template resolution and instruction injection - Wire prompt overrides into agent generation flow via POST /api/agents route - Support template-based prompt customization with role-based assignments - Add agent generation tests and routes tests - Document new prompt override settings in settings reference
This commit is contained in:
@@ -176,6 +176,8 @@ Fusion supports fine-grained customization of AI agent prompts through the `prom
|
||||
| `triage-context` | triage | Context-gathering instructions |
|
||||
| `reviewer-verdict` | reviewer | Verdict criteria and format |
|
||||
| `merger-conflicts` | merger | Merge conflict resolution instructions |
|
||||
| `agent-generation-system` | — | System prompt for AI-assisted agent specification generation |
|
||||
| `workflow-step-refine` | — | System prompt for refining workflow step descriptions into detailed agent prompts |
|
||||
|
||||
### How It Works
|
||||
|
||||
|
||||
Reference in New Issue
Block a user