|
@@ -8,6 +8,8 @@ Before any `git push` or claiming a task is "ready", the AI MUST:
|
|
|
4. **Local Verification**: If possible, verify the UI changes via screenshots or browser tools.
|
|
4. **Local Verification**: If possible, verify the UI changes via screenshots or browser tools.
|
|
|
|
|
|
|
|
5. Use cmd /c for Windows commands
|
|
5. Use cmd /c for Windows commands
|
|
|
|
|
+- **NEVER** use SSH to connect to the remote server or trigger remote deployment. All deployment/SSH actions are managed by the user.
|
|
|
|
|
+
|
|
|
|
|
|
|
|
## Search and Investigation
|
|
## Search and Investigation
|
|
|
- **ALWAYS** use `python tools/search.py "query"` instead of `grep` or `ripgrep` for searching code.
|
|
- **ALWAYS** use `python tools/search.py "query"` instead of `grep` or `ripgrep` for searching code.
|