Commit Graph

3 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 b1ba284ad7 feat: add settings table migration 2026-09-13 22:03:58 +02:00
Jonny 99dd1a1f8f fix: move 006_memory.sql to Claude outputs/migrations/
Matches the existing local convention (002-005 already live there) -
the plan/spec text mistakenly said top-level migrations/.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019iZMEPk2Kt1UC96Lo9bC5w
2026-09-13 12:23:51 +02:00