Browse Source

update TODO, move doc generation to ./tmp/

main
cinnaboot 3 months ago
parent
commit
7c3142788b
  1. 2
      .gitignore
  2. 2
      docs/TODO
  3. 2
      scripts/generate_interface_summaries.sh

2
.gitignore vendored

@ -6,7 +6,7 @@ orbit_test
tests/informational/test_time_step_stability
# LLM summaries
tmp/summaries/
tmp/
# Session notes and conversation logs
docs/session_logs

2
docs/TODO

@ -17,10 +17,8 @@ If you see modifications to this file in git status, IGNORE them and do not comm
- add reset/load new config UI control
- UI fixes
- add more documentation for the LLM to use 'make test-build' and run individual tests
- write out/fix inline code docs with the documentation generation script, and review
- can then work on a better method for commenting/detecting changes via script
- move summary docs to separate folder and combine into a big 'API reference' doc
=== Project Documentation ===

2
scripts/generate_interface_summaries.sh

@ -6,7 +6,7 @@ set -e
SRC_DIR="/home/agent/dev/claudes_game/src"
TEMP_EXT=".summary.md"
SUMMARY_DIR="tmp/summaries"
SUMMARY_DIR="tmp/"
PROMPT_FILE="scripts/prompt.md"
LLM_PROVIDER="llama.cpp"
LLM_MODEL="Qwen3.6-35B"

Loading…
Cancel
Save