Commit Graph

5 Commits

Author SHA1 Message Date
Tyler 3605282d8e Fix directory name case in project layout 2026-03-24 17:12:34 -04:00
Tyler bbf78c8449 Merge pull request #1 from TySP-Dev/claude/create-data-directories-1ktvx
Ensure data/, data/exports/, and data/downloads/ are created at startup
2026-03-24 17:10:48 -04:00
Claude 052ec1f39e Ensure data/, data/exports/, and data/downloads/ are created at startup
Add _ensure_data_dirs() helper in main.py and call it from both _run_setup()
and _start_service() so all required data directories are guaranteed to exist
before any module attempts to use them.

https://claude.ai/code/session_01KjaNo9RXevw6x1DjJD8mj6
2026-03-24 21:10:10 +00:00
Tyler 51cec55f44 Updated readme 2026-03-24 17:03:03 -04:00
Tyler 71861ae630 First Commit 2026-03-24 17:01:09 -04:00