Accumulated patterns and anti-patterns from development sessions. Auto-managed by caliber — do not edit manually.
- [gotcha]
src/SoftaculousNOC.phpis too large to read in one shot — always pass alimitparameter (e.g.limit: 150) when reading it, or the Read tool returns an empty response - [gotcha]
src/SoftaculousNOC.phpcontains a duplicateArrayToXMLclass definition at the bottom of the file —tests/bootstrap.phptruncates it before loading to avoid class redeclaration errors. Be aware of this when editing the end of that file - [gotcha] Glob patterns with deep wildcards across
vendor/(e.g./home/sites/*/vendor/detain/*/src/Plugin.php) may fail or timeout — use more specific paths when searching vendor packages