Note

    CHANGELOG

    Chronological list of notable changes

    Document Metadata

    • title: Changelog
    • description: Chronological list of notable changes
    • status: stable
    • lastUpdated: "2026-02-11 14:19 ET (America/New_York)"
    • owner: Engineering

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

    Changelog

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

    <!-- NEW CHANGELOG ENTRIES START BELOW -->

    2026-02-11 14:19 ET (America/New_York) - [1002] Product Docs Pack Finalized (Checkpoint 11)

    • Finalized product documentation decisions: single-user internal scope, retention/reliability targets, AI confidence gating (>=0.85), monetization gate, and JSON-only exports.
    • Promoted product docs under DOCS/product/ from draft to evolving.
    • Moved project tracker to completed: DOCS/PROJECTS/completed/1002_product_docs_pack_retrofit.md.
    • Updated roadmap to remove completed [1002] planning items.

    2026-02-11 13:34 ET (America/New_York) - [1002] Product Docs Pack Retrofit (Checkpoint 01)

    • Added product docs pack under DOCS/product/ with README.md, product-brief.md, lean-canvas.md, prd.md, and decision-log.md.
    • Added active project tracker DOCS/PROJECTS/active/1002_product_docs_pack_retrofit.md with checkpoint log and next targets.
    • Updated docs discoverability and navigation in README.md, DOCS/README.md, DOCS/index.md, DOCS/.vitepress/config.ts, and roadmap priorities.

    2026-02-11 11:28 ET (America/New_York) - [1001] Replit Leftovers Audit Added (Checkpoint 06)

    • Added explicit audit playbook at DOCS/development/replit-leftovers-audit.md.
    • Removed non-doc Replit artifacts: .replit, replit.md, and unused client/replit_integrations/audio/*.
    • Updated roadmap and project 1001 milestones to include recurring audit-and-purge requirements.

    2026-02-11 11:25 ET (America/New_York) - [1001] Render Runbook Added (Checkpoint 05)

    • Added deployment runbook at DOCS/deployment/render-runbook.md with concrete Render service settings.
    • Documented required environment variables, including direct Neon dashboard DATABASE_URL.
    • Documented cron trigger setup for /api/sync/cron-trigger and rollback checklist.

    2026-02-11 11:21 ET (America/New_York) - [1001] Auth + Scheduler Decoupling (Checkpoint 04)

    • Replaced Replit OIDC module with app-managed session auth (server/auth/sessionAuth.ts) and removed server/replit_integrations/auth/*.
    • Updated login flow to credential-based sign-in on client/src/pages/landing.tsx while preserving /api/auth/user behavior.
    • Added external cron trigger endpoint (POST /api/sync/cron-trigger) and scheduler controls (CRON_TRIGGER_TOKEN, DISABLE_IN_PROCESS_CRON).
    • Updated .env.example and deployment docs to require direct Neon dashboard DATABASE_URL ownership.
    • Added GitHub Actions CI workflow at .github/workflows/ci.yml.
    • Validation: npm run check and npm run build passed.

    2026-02-11 11:10 ET (America/New_York) - [1001] Runtime Decoupling Milestone 1

    • Removed Replit-specific Vite plugins from vite.config.ts.
    • Removed @replit/vite-plugin-cartographer, @replit/vite-plugin-dev-banner, and @replit/vite-plugin-runtime-error-modal from package.json and lockfile.
    • Updated decoupling plan checkpoint log and deployment target-stack inventory status.
    • Validation: npm run build passed after changes.

    2026-02-11 11:07 ET (America/New_York) - [1001] Decoupling Decision Prep (Checkpoint 02)

    • Added dependency inventory and target stack options doc: DOCS/deployment/replit-decoupling-target-stack.md.
    • Documented recommended migration direction (Option A minimal-change decoupling) and decision gates.
    • Updated project checkpoint log and roadmap priorities to begin implementation milestone 1.

    2026-02-11 10:59 ET (America/New_York) - [1001] Replit Decoupling Documentation Kickoff

    • Added current stack baseline doc at DOCS/development/current-tech-stack.md as the migration starting point.
    • Created active project plan at DOCS/PROJECTS/active/1001_replit_decoupling_plan.md with scope, milestones, risks, and checkpoint log.
    • Added .env.example with the full current environment variable contract, including temporary Replit-auth variables.

    2026-02-11 10:49 ET (America/New_York) - Initial Setup

    • Established documentation system

    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

    Documentation

    • Docs index: DOCS/README.md
    • Docs site home: DOCS/index.md
    • Local docs site: npm --prefix docs-site run dev

    Provenance