Skip to content

Fix MCP plan_create: write plan_raw.json instead of plan.txt#547

Merged
neoneye merged 1 commit intomainfrom
fix/mcp-plan-raw
Apr 9, 2026
Merged

Fix MCP plan_create: write plan_raw.json instead of plan.txt#547
neoneye merged 1 commit intomainfrom
fix/mcp-plan-raw

Conversation

@neoneye
Copy link
Copy Markdown
Member

@neoneye neoneye commented Apr 9, 2026

Summary

  • worker_plan_database/app.py was still writing plan.txt directly instead of plan_raw.json
  • This caused SetupTask to fail with "plan_raw.json does not exist" when plans were created via MCP plan_create
  • One-line fix: INITIAL_PLANINITIAL_PLAN_RAW

🤖 Generated with Claude Code

The worker_plan_database entrypoint was still writing plan.txt directly.
Now writes plan_raw.json so SetupTask can produce plan.txt from it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@neoneye neoneye merged commit b449fd6 into main Apr 9, 2026
3 checks passed
@neoneye neoneye deleted the fix/mcp-plan-raw branch April 9, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant