Update coding standards and testing rules; enhance clarity on coverage thresholds and test data requirements. Adjust commit message guidelines for better readability and enforce sound notifications for user interactions.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-17 20:29:02 +03:00
parent 33a3c80cf5
commit 7df4f7707f
18 changed files with 275 additions and 90 deletions
+5
View File
@@ -55,6 +55,11 @@ After selecting the flow, apply its detection rules (first match wins) to determ
Every invocation follows this sequence:
```
0. Process leftovers (see `.cursor/rules/tracker.mdc` → Leftovers Mechanism):
- Read _docs/_process_leftovers/ if it exists
- For each entry, attempt replay against the tracker
- Delete successful replays, update failed ones with new timestamp + reason
- If any leftover still blocked AND requires user input → STOP and ASK
1. Read _docs/_autopilot_state.md (if exists)
2. Read all File Index files above
3. Cross-check state file against _docs/ folder structure (rules in state.md)