kin/core
johnfrum1234 3db73332ad Add core/models.py — data access functions for all 9 tables
20 functions covering: projects, tasks, decisions, modules,
agent_logs, pipelines, support tickets, and dashboard stats.
Parameterized queries, JSON encode/decode, no ORM.
21 tests, all passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 13:16:12 +02:00
..
__init__.py Add core/db.py — SQLite schema with all 9 tables from DESIGN.md 3.5 2026-03-15 13:12:54 +02:00
db.py Add core/db.py — SQLite schema with all 9 tables from DESIGN.md 3.5 2026-03-15 13:12:54 +02:00
models.py Add core/models.py — data access functions for all 9 tables 2026-03-15 13:16:12 +02:00