Saving a plan through flanner
This repo manages planning docs with flanner. Do not write them with the Write tool; the plan directory and header are handled by the MCP tools.
- Confirm intent. If it is ambiguous whether a markdown file is a plan (versus a README, changelog, or notes), ask the user before proceeding.
- Resolve the target with
get_plan_configandlist_projects. - Create with
create_plan_file_tool(project_id, name, content), passing the markdown body WITHOUT frontmatter; the header is added for you. - Revise an existing plan with
update_plan_file_tool(plan_file_id, content), which bumps the version and re-hashes the content.
Never hand-write the YAML header, and never place plan files outside the
directory reported by get_plan_config.