Skip to content

Commit b8cfd71

Browse files
workspace: add rule for running commands in sequencer venv
1 parent c0feab1 commit b8cfd71

File tree

1 file changed

+9
-0
lines changed
  • .cursor/rules/run-commands-in-venv

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
git aff ---
2+
description: "Ensures commands are run within the virtual environment"
3+
globs: "*"
4+
alwaysApply: true
5+
---
6+
7+
# Overview
8+
9+
ALWAYS run ". sequencer_venv/bin/activate" before executing any terminal commands.

0 commit comments

Comments
 (0)