Add core/db.py — SQLite schema with all 9 tables from DESIGN.md 3.5

Tables: projects, tasks, decisions, agent_logs, modules, pipelines,
project_links, support_tickets, support_bot_config.
WAL mode, foreign keys enabled, idempotent init.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
johnfrum1234 2026-03-15 13:12:54 +02:00
parent bdb9fb4a65
commit d7491705d9
2 changed files with 181 additions and 0 deletions

0
core/__init__.py Normal file
View file