diff --git a/.gitignore b/.gitignore index fd9ae7c..f239670 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/docs/TODO b/docs/TODO index 4aacc06..fea1caa 100644 --- a/docs/TODO +++ b/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 === diff --git a/scripts/generate_interface_summaries.sh b/scripts/generate_interface_summaries.sh index 32db1b8..b05f1f3 100755 --- a/scripts/generate_interface_summaries.sh +++ b/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"