All 7 integration READMEs had incorrect relative paths (../../showcase/)
that should be ../../../showcase/ when referenced from
examples/integrations/<framework>/.
Verified paths now correctly resolve to showcase/shared/intelligence-dev/
from all affected integration example directories.
Fixes path verification issue identified in PR review.
Reorder package manager instructions to show npm first as the default.
Remove stale 'ignores lock files' notes since lock file entries were
removed from .gitignore. All starters now work with npm, pnpm, yarn,
or bun — user's choice.
Run prettier on ~1,865 files across examples/ to match the monorepo's
formatting standards. These files were imported as-is from standalone
repos that used different prettier configs.