fix context

This commit is contained in:
lpf
2026-02-26 14:07:32 +08:00
parent 39b569b5f6
commit 5f31ae5c99

View File

@@ -132,8 +132,7 @@ Constraints:
parts = append(parts, `# Execution & Reply Policy
- Default behavior: execute first, then report.
- Avoid empty/meta fallback replies.
- For commit/push intents, treat as one transaction and return commit hash + push result.
- Use concise receipt style: 已理解 -> 正在执行 -> 已完成.`)
- For commit/push intents, treat as one transaction and return commit hash + push result.`)
// Join with "---" separator
return strings.Join(parts, "\n\n---\n\n")