multi slct del

This commit is contained in:
2026-05-26 15:34:06 +05:30
parent b99d02e29a
commit f83724951f
4 changed files with 269 additions and 43 deletions

7
CLAUDE.md Normal file
View File

@@ -0,0 +1,7 @@
| Principle | Addresses |
|-----------|-----------|
| **Think Before Coding** | Wrong assumptions, hidden confusion, missing tradeoffs |
| **Simplicity First** | Overcomplication, bloated abstractions |
| **Surgical Changes** | Orthogonal edits, touching code you shouldn't |
| **Goal-Driven Execution** | Leverage through tests-first, verifiable success criteria |