architecture/

Purpose

System-wide technical decisions and conventions that apply across all modules.

What belongs here

  • Overall architecture (tenancy model, RLS, offline strategy, real-time, snapshots, signatures, AI capacity/cost).
  • Schema conventions (naming, required columns, money, timestamps, soft-delete, partial-unique rules).

What does NOT belong here

  • Per-module schema → database/ and modules//.
  • The "why" behind a specific decision → decisions/ (ADR).
  • The build process / gates → process/.

Source of truth

Live status/counts → /index.

On this page
Esc