lar-04 reproduction
Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.
README
# LAR-04 query-shape experiment
This synthetic Laravel 13.20 fixture compares nine relationship loading shapes
over sparse, moderate, and fanout catalogues. It keeps response equivalence,
executed SQL, SQLite plans, Eloquent hydration, selected metadata, process
observations, and raw fresh-process results together. The full runner also
rejects 20 semantic mutations, audits dependencies, retrieves primary sources,
and verifies raw-result and source hashes.
Run the current profiling and semantic gate with:
```text
./run.sh
```
The drafting gate remains closed until this runner and a clean committed-tree
export both pass.
Retained files
- .dockerignore
- app/Models/Catalogue.php
- app/Models/Variant.php
- artisan
- bin/bootstrap.php
- bin/run-clean-export.sh
- bin/run.php
- bin/setup.php
- bootstrap/app.php
- bootstrap/providers.php
- composer.json
- composer.lock
- config/app.php
- config/cache.php
- config/database.php
- config/logging.php
- Dockerfile
- lib/manifest.mjs
- lib/validate-report.mjs
- mutate.mjs
- primary-sources.json
- profile.mjs
- README.md
- routes/console.php
- run.sh
- source-evidence.mjs
- source-manifest.mjs
- verify-results.mjs
- verify.mjs