Commit graph

10 commits

Author SHA1 Message Date
539bd21fce Ignore research/tmp*.yaml generated files 2026-03-16 09:52:30 -04:00
54be0761af Move network debugging docs to separate gitignored file
Extract infrastructure/proxy debugging information from CLAUDE.md
into unturf-debugging.md to avoid exposing internal network details.

- Created unturf-debugging.md with full proxy chain documentation
- Added unturf-debugging.md to .gitignore
- Simplified CLAUDE.md to reference debugging doc
- Documented Caddy configuration (not nginx)
- Included troubleshooting steps for 502 errors

This keeps sensitive infrastructure details out of the public repo
while maintaining documentation for internal debugging.
2025-11-30 13:22:28 -05:00
Claude
b9d278c01c
Add venv/ to .gitignore 2025-11-08 17:36:05 +00:00
6b876d488c Fix hardcoded paths in test files and improve YAML error handling
- Replace hardcoded absolute paths with relative paths using Path(__file__).parent
- Update test_activity_flows.py, test_guarded_ai.py, and test_battleship_pre_script.py to use dynamic path construction
- Import yaml module and catch yaml.YAMLError instead of broad Exception in test_activity_processing.py
- Ensures tests work across different environments and CI systems
- Makes YAML error handling more specific and prevents masking other exceptions
2025-08-10 21:06:26 -04:00
Russell Ballestrini
9bfd1c9b5a dynamic models for all the platforms!
modified:   .gitignore
	modified:   README.rst
	modified:   app.py
	modified:   templates/base.html
	modified:   templates/chat.html
	new file:   vars.sh.sample
2025-03-11 21:15:13 -04:00
Russell Ballestrini
243bd4084f modified: .gitignore 2023-12-06 12:48:56 -05:00
7f9432ea9f upgrade openai chunked streaming
new file:   .dockerignore
	modified:   .gitignore
	modified:   app.py
	new file:   docker-compose.yml
2023-12-02 13:46:50 -05:00
020813fc30 yup 2023-06-09 10:22:33 -04:00
7eb29cce83 shove chat history into sqlite3 2023-04-11 12:15:59 -04:00
20053db1d9 sorta works.
new file:   .gitignore
	new file:   app.py
	new file:   requirements.txt
	new file:   templates/chat.html
	new file:   templates/index.html
2023-04-03 15:19:27 -04:00