Commit Graph

4 Commits

Author SHA1 Message Date
Jonny 8a6080bd7a chore: track previously-untracked JARVIS foundation files
Backend (init-db.sql, docker-compose.yml, migrations 002-005, tests,
deploy scripts, requirements) and frontend (package.json, vite.config.ts,
main.tsx, api.ts, CalendarWidget/EmailWidget/Login/WeatherWidget) existed
only in the working tree until now. Adds a JARVIS-specific .gitignore
(node_modules, dist, __pycache__, real .env files, local Claude settings)
so the project can be pushed to its own dedicated repo with a complete,
buildable history from this commit forward.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V57jSQPqwkGG8BuAXg59X5
2026-09-14 12:27:43 +02:00
Jonny e23ff8dca6 docs: add design spec for Einstellungen (settings) feature
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V57jSQPqwkGG8BuAXg59X5
2026-09-13 21:51:13 +02:00
Jonny affb97474c docs: fix migration path in cross-chat-memory spec/plan, add plan file
Corrects migrations/006_memory.sql -> Claude outputs/migrations/006_memory.sql
throughout (matches the existing local convention where 002-005 live).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019iZMEPk2Kt1UC96Lo9bC5w
2026-09-13 12:52:32 +02:00
Jonny 32026d4264 docs: add design spec for cross-chat memory (facts + summaries)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019iZMEPk2Kt1UC96Lo9bC5w
2026-09-13 11:46:21 +02:00