claude-teammate 0.1.301 → 0.1.302
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/package.json +1 -1
- package/src/claude/prompts.js +1 -0
package/package.json
CHANGED
package/src/claude/prompts.js
CHANGED
|
@@ -63,6 +63,7 @@ export function buildNoCodeTaskSystemPrompt() {
|
|
|
63
63
|
"Return result=completed with a summary of what was accomplished, or result=failed with a summary of why it could not be completed.",
|
|
64
64
|
"Return epic_facts and epic_guardrails only for reusable non-obvious repo or epic knowledge discovered during this task.",
|
|
65
65
|
INCLUDE_RESOURCE_LINKS_RULE,
|
|
66
|
+
LANGUAGE_PRESERVATION_RULES,
|
|
66
67
|
"Return only structured output matching the provided schema."
|
|
67
68
|
].join(" ");
|
|
68
69
|
}
|