Note

    CHANGELOG

    Changelog All notable changes to this project will be documented in this file. The format is based on , and this project aims to follow . [Unr...

    Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.

    Changelog

    All notable changes to this project will be documented in this file.

    The format is based on Keep a Changelog, and this project aims to follow Semantic Versioning.

    [Unreleased]

    Added

    • Documentation hub (docs/) including status + handoff system.
    • Daily handoff generator script (pnpm handoff:new).
    • Postmark email provider support alongside Resend (EMAIL_PROVIDER), plus infra/env docs (docs/ENVIRONMENT.md, docs/INFRA_SETUP.md) and ADR supersession notes.

    Changed

    • Worker now loads environment variables via dotenv/config.
    • BullMQ Redis connection configured with maxRetriesPerRequest: null (required for blocking commands).
    • Outbound message URL counting regex improved.
    • Prisma schema updated (formatting and InstallReview relation); initial migration folder present.
    • Render worker env var checklist updated for Postmark-first email sending and clearer Neon/Upstash guidance.

    Fixed

    • (add entries here)

    [0.1.0] - 2026-02-02

    Added

    • Initial Next.js + Prisma + BullMQ scaffold (dashboard, agent loop, webhook ingest).

    Documentation

    • docs/ — canonical docs root.
    • docs/index.md — VitePress home page.
    • docs-site/ — VitePress wrapper for local dev (npm --prefix docs-site run dev).

    Entry Format Guidance

    • Include project reference when available (example: [1005]).
    • Generate timestamps with node scripts/docs/timestamp-et.mjs --json (never hand-type them).
    • Prefer checkpoint-style summaries:
      • what was completed
      • what changed
      • what is next

    Provenance