Not able to get trigger the auto assign rules based on globs

I’m creating my personal set of rules I have achieved a lot but would be really usefull to be able to trigger them based on globs (.tsx,.py…, /**/hooks/*.tsx), seems that this feature at rules configuration level is not triggering the automatic assign in the composer

Steps to reproduce:

  • create a project rule
  • assign on the glob input an extension like *.py
  • create a new file .py
  • go to the composer with this file in the context
  • the rule is not assign

Version MacOS: 0.45.8

1 Like

Hey, the Composer has the ability to pick which rules are most relevant and which to follow based on their description, you can consider it more like an instruction on when to follow the rules within.

The globs tell it when it shouldn’t be used, but doesn’t force it to be used if the globs match!