| 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
Найдите и задокументируйте расположение файлов в базе кода. Используйте, когда вам нужно найти файлы реализации, тесты, конфигурации или любые артефакты кода по функциям или темам. Источник: d-o-hub/rust-self-learning-memory.