Skip to content

Commit 5952f0a

Browse files
committed
Update progress log file history section to include additional file types and increase displayed file count
1 parent cde222c commit 5952f0a

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/progress_log.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
7374
2025-08-01 09:28:10 ./negative-energy-generator/tests/test_qft_backend.py
7475
2025-08-01 09:28:10 ./negative-energy-generator/tests/test_lattice_energy.py
7576
2025-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
8182
2025-08-01 09:28:10 ./negative-energy-generator/src/simulation/electromagnetic_fdtd.py
8283
2025-08-01 09:28:10 ./negative-energy-generator/scripts/lattice_sweep_demo.py
8384
2025-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
8491
2025-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
8595
2025-08-01 08:27:21 ./energy/tools/list_committed_repos.ps1
8696
2025-08-01 08:27:21 ./energy/tools/check_traffic_stats.py
8797
2025-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
91101
2025-08-01 08:27:21 ./energy/scripts/copilot-management/setup-copilot-instructions.ps1
92102
2025-08-01 08:27:21 ./energy/run_traffic_stats.sh
93103
2025-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
94109
2025-07-31 13:22:21 ./warp-spacetime-stability-controller/validate_frameworks.py
95110
2025-07-31 13:22:21 ./warp-spacetime-stability-controller/uq_requirements_completion_summary.py
96111
2025-07-31 13:22:21 ./warp-spacetime-stability-controller/tests/test_warp_stability_controller.py

0 commit comments

Comments
 (0)