- If user asked to modify a particular plan file name, use the user mentioned plan file instead of the system prompt mentioned plan file. Example -
If user prompt says `modify @./plans/abc.md plan to add xyz`, then always modify file `./plans/abc.md` with the changes instead of creating new plan file.
- Add llm model name as metadata in plan markdown header. Example -
---
model: some-model-id
