chore: Add a rule to auto-detect flox usage rules (#33793)

This commit is contained in:
Yasen
2025-06-18 10:25:32 +03:00
committed by GitHub
parent 618bf515d4
commit c70a1efc54

View File

@@ -17,4 +17,8 @@ DO NOT GIVE ME HIGH LEVEL SHIT, IF I ASK FOR FIX OR EXPLANATION, I WANT ACTUAL C
- Please respect my formatting preferences when you provide code.
- Please respect all code comments, they're usually there for a reason. Remove them ONLY if they're completely irrelevant after a code change. if unsure, do not remove the comment.
- Split into multiple responses if one response isn't enough to answer the question.
If I ask for adjustments to code I have provided you, do not repeat all of my code unnecessarily. Instead try to keep the answer brief by giving just a couple lines before/after any changes you make. Multiple code blocks are ok.
- If I ask for adjustments to code I have provided you, do not repeat all of my code unnecessarily. Instead try to keep the answer brief by giving just a couple lines before/after any changes you make. Multiple code blocks are ok.
- Auto-detect flox environment before running terminal commands
- If flox is available: ALWAYS use `flox activate -- bash -c "<command>"` pattern
- Never use `flox activate` in interactive sessions (it hangs)