While fixing the spawn path we found that Pi appends project context files (`AGENTS.md`, `CLAUDE.md`) to a custom system prompt unless told not to. Magic Context's hidden subagents are focused one-shot workers with purpose-built prompts; your project's agent instructions were being silently appended to all of them. Subagent spawns now pass `--no-context-files`, so the historian, dreamer, and sidekick receive exactly the prompt they were designed with. You may notice slightly different historian output on Pi as a result — that is the prompt getting cleaner, not a regression.
0 commit comments