Skip to content

Commit 3806191

Browse files
committed
refactor(sub-agents): remove redundant engine field from agent configs
1 parent 8828b34 commit 3806191

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/sub.agents.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,18 @@ module.exports = [
5151
name: 'Founder Architect',
5252
description: 'Handle foundational architecture tasks',
5353
mirrorPath: 'prompts/templates/dev-codemachine/sub-agents/architecture/01-founder-architect.md',
54-
engine: 'ccr'
5554
},
5655
{
5756
id: 'structural-data-architect',
5857
name: 'Structural & Data Architect',
5958
description: 'Define the static structure of the system, components hierarchy, and data organization',
6059
mirrorPath: 'prompts/templates/dev-codemachine/sub-agents/architecture/02-structural-data-architect.md',
61-
engine: 'ccr'
6260
},
6361
{
6462
id: 'behavior-architect',
6563
name: 'Behavior & Communication Architect',
6664
description: 'Define dynamic interactions, data flows, and communication patterns between components',
6765
mirrorPath: 'prompts/templates/dev-codemachine/sub-agents/architecture/03-behavior-architect.md',
68-
6966
},
7067
{
7168
id: 'ui-ux-architect',

0 commit comments

Comments
 (0)