chore: move internal planning documents to private .strategy folder

- Moved strategy and planning documents out of repository
- Added .strategy/ to .gitignore for private documents
- These files will be removed from git history in next step
This commit is contained in:
David Snelling 2025-08-30 08:53:51 -07:00
parent 65cc7cd58b
commit d7d2d749b6

3
.gitignore vendored
View file

@ -60,6 +60,9 @@ INTERNAL_NOTES.md
TODO_PRIVATE.md
*.tar.gz
# Strategy and planning documents (private)
.strategy/
# Models (downloaded at runtime)
models/
models-cache/