Skip to content

Commit ea66d32

Browse files
committed
cleanup: remove AI slop docs and move scripts to dev/
Remove V2_CONTEXT.md, PLAN_V2_MONOLITHIC.md, and PR_ADVERSARIAL_REVIEW.md — session artifacts that don't belong in the repo. Move audit_direct_access_clang.py and strip_non_universal.py from scripts/ to dev/ since they are build/CI tooling, not game scripts. Update .github/workflows/build-pr.yml and dev-release.yml to the new path. Remove stale __pycache__/.
1 parent 09284e2 commit ea66d32

8 files changed

Lines changed: 3 additions & 434 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Audit direct struct field access
1515
run: |
1616
pip install libclang
17-
python scripts/audit_direct_access_clang.py
17+
python dev/audit_direct_access_clang.py
1818
1919
- name: Configure CMake
2020
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDEVELOPER_MODE=ON "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Audit direct struct field access
5252
run: |
5353
pip install libclang
54-
python scripts/audit_direct_access_clang.py
54+
python dev/audit_direct_access_clang.py
5555
5656
- name: Configure CMake
5757
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDEVELOPER_MODE=ON "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"

PLAN_V2_MONOLITHIC.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)