Skip to content
Draft
8 changes: 0 additions & 8 deletions .cursor/rules/basic-rules.mdc

This file was deleted.

13 changes: 13 additions & 0 deletions .cursor/rules/readonly-mode.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: All Tasks.
globs:
alwaysApply: true
---
If I begin or end my message with "RO" or "ro", activate "Readonly State". In this state:

1. You must NOT modify files, create new files, or use edit_file/any file modification tools
2. You MUST prefix your responses with [READONLY STATE]\n as a visual indicator
3. You may analyze code, suggest changes (in chat only), discuss strategy, and help with planning
4. You will only exit this state when I explicitly say "GO" or clearly request you to make specific file changes

Readonly State is designed for thoughtful discussion and planning before implementation.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ evaluation-results/**
*/evaluation-results
*/**/evaluation-results

logs/*
logs/*

*/**/.local
Loading