Run from the repository root:
python3 scripts/validate_repo.pyThe command validates package JSON, required metadata and documents, package IDs and semantic versions, unique assembly definitions, editor/runtime boundaries, package-local absolute paths, stale root-version references, internal documentation links, release-tag syntax, and tracked generated files. To validate a proposed release tag without creating it:
python3 scripts/validate_repo.py --release-tag com.foxsterdev.loqui/0.3.1The release-foundation matrix is complete for the locally installed editors: Unity 2022.3.62f3, 6000.0.61f1, and 6000.3.3f1. The detailed evidence is recorded in the release-foundation report.
- Unity
2022.3.62f3: Dev Acceleration System EditMode7/7, Loqui EditMode101/101, TheBestLogger EditMode266/266, and TheBestLogger PlayMode14/14passed. - Unity
6000.0.61f1and6000.3.3f1: full-project EditMode385/385and PlayMode14/14passed on each editor. - Clean local-file UPM imports passed for Dev Acceleration System + Loqui and for TheBestLogger on all three editors.
Git UPM URLs using the new package-specific tags cannot be tested until a maintainer authorizes and publishes those tags. Do not treat local-file imports as proof that an unpublished public URL resolves. No physical-device or IL2CPP result is claimed.
The tracked consumer target is DevAccelerationSystem.DemoProject/. DAS.LocalProject/ is local-only evidence.