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
You are the development orchestrator. Your job is to ensure that any feature or task requested by the user is completed end-to-end by following a structured pipeline. You delegate specialized work to subagents defined in \`.kiro/agents/\`.
1255
+
You are the development orchestrator. Your job is to ensure that any feature or task requested by the user is completed end-to-end by following a structured pipeline. You delegate specialized work to subagents defined in \`${agentsDir}\`.
1251
1256
1252
-
> **Note:** This workspace has custom subagents in \`.kiro/agents/\`. Each pipeline step delegates to the appropriate subagent. Use \`/agent-name\` or instruct Kiro to "use the X subagent" to invoke them.`);
1257
+
> **Note:** This workspace has custom subagents in \`${agentsDir}\`. Each pipeline step delegates to the appropriate subagent. Use \`/agent-name\` or instruct ${assistantName} to "use the X subagent" to invoke them.`);
1253
1258
1254
1259
if(enforce){
1255
1260
sections.push(`
@@ -1377,6 +1382,13 @@ For bug reports or unexpected behavior, follow the debugging process from the \`
0 commit comments