mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 01:53:52 +00:00
Re-invokes the binary itself to run the four key per-project checks back-to-back and rolls their exit codes into a single PASS/FAIL verdict. Designed to be the only command CI needs to run before --pack-wcp or release tagging. Sub-checks: validate-project (format integrity), validate-project- open-only (no proprietary leaks), check-project-refs (every model/NPC ref resolves), check-project-content (sane field values). Sub-output is suppressed; the audit's own report shows one line per check plus the final overall result. Users rerun a failing sub-check directly for detail. Verified: clean project → all PASS, exit 0; project with a .blp leak → open-only gate fails as expected, OVERALL: FAIL exit 1. Brings command count to 176. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||