fix: remove marauder/MCP references from all LLM-facing prompts

- BT_SYSTEM_PROMPT: removed MCP/marauder limitation lines
- calibration.py: removed marauder CLI suggestion from generated cart prompts
- Adam's cart on sin: cleaned separately (marauder line removed)
This commit is contained in:
marauder-actual
2026-05-29 19:16:14 +02:00
parent 13bb1c354b
commit e2f6bc7ee3
2 changed files with 2 additions and 8 deletions
-3
View File
@@ -639,9 +639,6 @@ def _render_system_prompt(answers: dict[str, Any], settings: dict[str, str]) ->
parts.extend([
"",
"Formatting: markdown renders cleanly. Avoid status reports, bullet dumps, military cadence.",
"",
"You have no MCP tool access in this channel. If asked to recall memory or do mesh things, "
f"acknowledge the limit and suggest {operator} use the marauder CLI.",
])
return "\n".join(parts)