| service, handler, controller | Business logic | | test, spec | Test files | | .config., rc | Configuration | | .d.ts, .types. | Type definitions |
| Rust | src/, crates/, examples/ | | JS/TS | src/, lib/, components/, pages/ | | Python | src/, lib/, pkg/ |
✓ Search thoroughly using multiple patterns ✓ Group files logically by purpose ✓ Provide full paths from repo root ✓ Include file counts for directories
Suchen und dokumentieren Sie Dateispeicherorte in der Codebasis. Verwenden Sie diese Option, wenn Sie Implementierungsdateien, Tests, Konfigurationen oder Codeartefakte nach Funktion oder Thema suchen müssen. Quelle: d-o-hub/rust-self-learning-memory.