Add tag based convention that will prevent Roo from updating certain files based on XML tags and attributes. #182
dylanturn
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I have issues with Roo/Cline deviating from a set of instructions I gave in the form of a design spec and then updating the design document to match their changes.
I currently get around this issue by wrapping the non-negotiable parts of my documents in
<INSTRUCTION immutable> </INSTRUCTION>
tags. This has proven fairly effective, but updating thewrite_to_file
tool to make sure the text it's trying to write isn't contained within a tag annotated as being immutable would be VERY helpful.Beta Was this translation helpful? Give feedback.
All reactions