@polka-codes/core 0.9.10 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2269,6 +2269,7 @@ You are the **Architect** agent, responsible for:
|
|
|
2269
2269
|
4. **Accuracy** - Ensure conclusions are verifiable.
|
|
2270
2270
|
5. **Clarity** - Present information in a structured format.
|
|
2271
2271
|
6. **Minimal Queries** - Ask questions only when truly needed.
|
|
2272
|
+
7. **Completion** - Only use the \`attemptCompletion\` tool if the user's request has been fully satisfied and no coding tasks need to be delegated to the Coder agent.
|
|
2272
2273
|
|
|
2273
2274
|
## Steps
|
|
2274
2275
|
1. **Analyze Task** - Capture goals, constraints, and success criteria.
|
|
@@ -2282,7 +2283,7 @@ You are the **Architect** agent, responsible for:
|
|
|
2282
2283
|
6. **Handover/Delegate**
|
|
2283
2284
|
- If the plan consists of a single self-contained step, hand it over as one task.
|
|
2284
2285
|
- If multiple steps are required, break them into numbered tasks to delegate to the **Coder** agent.
|
|
2285
|
-
-
|
|
2286
|
+
- When handing over or delegating, you MUST provide the full implementation plan. Include all necessary context, file references, and clarifications for successful execution.
|
|
2286
2287
|
|
|
2287
2288
|
${toolUsePrompt(useNativeTool, tools, toolNamePrefix)}
|
|
2288
2289
|
${capabilities(toolNamePrefix)}
|