@@ -69,7 +69,8 @@ I created a merge_wip.sh helper to install MPB via conda and merge all `wip` bra
6969```
7070
7171``` file-history
72- ~/Code/asciimath$ find . -type f \( -name "*.ps1" -o -name "*.py" -o -name "*.sh" \) -exec stat -c '%Y %n' {} \; | sort -nr | while read timestamp file; do echo "$(date -d @$timestamp '+%Y-%m-%d %H:%M:%S') $file"; done | head -n 25
72+ ~/Code/asciimath$ find . -type f \( -name "*.ps1" -o -name "*.py" -o -name "*.sh" -o -name "*.ndjson" -o -name "*.json" -o -name "*.md" \) -exec stat -c '%Y %n' {} \; | sort -nr | while read timestamp file; do echo "$(date -d @$timestamp '+%Y-%m-%d %H:%M:%S') $file"; done | head -n 40
73+ 2025-08-01 13:39:37 ./negative-energy-generator/docs/progress_log.md
73742025-08-01 09:28:10 ./negative-energy-generator/tests/test_qft_backend.py
74752025-08-01 09:28:10 ./negative-energy-generator/tests/test_lattice_energy.py
75762025-08-01 09:28:10 ./negative-energy-generator/tests/test_lattice_discretization.py
@@ -81,7 +82,16 @@ I created a merge_wip.sh helper to install MPB via conda and merge all `wip` bra
81822025-08-01 09:28:10 ./negative-energy-generator/src/simulation/electromagnetic_fdtd.py
82832025-08-01 09:28:10 ./negative-energy-generator/scripts/lattice_sweep_demo.py
83842025-08-01 09:28:10 ./negative-energy-generator/physics_driven_prototype_validation.py
85+ 2025-08-01 09:28:10 ./negative-energy-generator/docs/literature_review.md
86+ 2025-08-01 09:28:10 ./negative-energy-generator/docs/future-directions.md
87+ 2025-08-01 09:28:10 ./negative-energy-generator/VnV-TODO.ndjson
88+ 2025-08-01 09:28:10 ./negative-energy-generator/UQ-TODO.ndjson
89+ 2025-08-01 09:28:10 ./negative-energy-generator/README.md
90+ 2025-08-01 09:28:10 ./negative-energy-generator/.github/instructions/copilot-instructions.md
84912025-08-01 09:26:11 ./energy/tools/list-branches.sh
92+ 2025-08-01 09:08:58 ./energy/tools/traffic_stats_history.ndjson
93+ 2025-08-01 09:08:58 ./energy/tools/traffic_slope_history.json
94+ 2025-08-01 09:08:58 ./energy/docs/progress_log.md
85952025-08-01 08:27:21 ./energy/tools/list_committed_repos.ps1
86962025-08-01 08:27:21 ./energy/tools/check_traffic_stats.py
87972025-08-01 08:27:21 ./energy/sync_all_repos_complete.ps1
@@ -91,6 +101,11 @@ I created a merge_wip.sh helper to install MPB via conda and merge all `wip` bra
911012025-08-01 08:27:21 ./energy/scripts/copilot-management/setup-copilot-instructions.ps1
921022025-08-01 08:27:21 ./energy/run_traffic_stats.sh
931032025-08-01 08:27:21 ./energy/run_traffic_stats.ps1
104+ 2025-08-01 08:27:21 ./energy/.vscode/launch.json
105+ 2025-08-01 08:24:44 ./lqg-anec-framework/.github/instructions/copilot-instructions.md
106+ 2025-08-01 08:23:17 ./lqg-ftl-metric-engineering/VnV-TODO.ndjson
107+ 2025-08-01 08:23:17 ./lqg-first-principles-gravitational-constant/VnV-TODO.ndjson
108+ 2025-08-01 08:23:01 ./enhanced-simulation-hardware-abstraction-framework/VnV-TODO.ndjson
941092025-07-31 13:22:21 ./warp-spacetime-stability-controller/validate_frameworks.py
951102025-07-31 13:22:21 ./warp-spacetime-stability-controller/uq_requirements_completion_summary.py
961112025-07-31 13:22:21 ./warp-spacetime-stability-controller/tests/test_warp_stability_controller.py
0 commit comments