database
docs
integrations
backend
Add full Supabase schema, seed data, docs, and env template
- Complete database schema + starter data and docs — A full Supabase schema and seed data were added alongside a developer-friendly database reference and PRD so teams can set up local dev, inspect the data model, and understand how the product is built.
Database & security
- Added a complete Supabase schema covering identity, entitlements, Vault-based secret storage, GitHub installations, projects, commits, changelog entries, CMS tables, prompts, and audit logs.database
- Applied row-level security patterns and triggers to keep data consistent and ensure secrets are stored safely (Vault references rather than plaintext).security
Seed data & LLM prompts
- Seeded initial entitlement catalog, system changelog section types, and production prompt templates (commit analysis, weekly/monthly summaries, entry titles, classification) to make local and dev instances usable immediately.backend
Docs & product plan
- Published a full Product Requirements Document (PRD), a human‑readable database reference (column-by-column), and a product backlog so product and support teams can review scope and design decisions.
Setup & integrations
- Updated the .env.local.example with placeholders for GitHub App keys, Svix (outbound webhooks), and SuprSend (subscriber notifications) to simplify installation and integration setup.integrations
Developer experience
- Added TypeScript types and a lazy Supabase client in the database package to make development and local testing faster and more predictable.backend