I’m not having much luck (and asking the llm can’t find the answer) finding out what exactly the implication of alwaysApply is. How does that interact with the glob pattern? Anyone have more info they can share? Or point me to something i should read up on?
hi, “alwaysApply” means that all requests will use this rule. When “alwaysApply” is set to true, you can see the description in the settings UI: Applies to: All requests .
I found that alwaysApply sometimes doesn’t take effect in agent mode. It only works if I also include in the description something like “apply to all requests” along with alwaysApply: true . What could be the reason for this strange behavior?