Accumulated patterns and anti-patterns from development sessions. Auto-managed by caliber — do not edit manually.
- [gotcha]
vendor/bin/phpunitdoes not exist within this sub-package directory since it's installed as a vendored dependency under the parent project. Use the globally installedphpunitcommand or run from the parent project root instead. - [pattern] When referencing paths in CLAUDE.md or skill files, always verify they exist with
lsorGlobfirst. Template placeholders like{function_name}and version constraint strings like^5.0/^6.0/^7.0get flagged as invalid file path references by config scoring systems — use actual filenames from the project instead.