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/fromdrafttoevolving. - 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/withREADME.md,product-brief.md,lean-canvas.md,prd.md, anddecision-log.md. - Added active project tracker
DOCS/PROJECTS/active/1002_product_docs_pack_retrofit.mdwith 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 unusedclient/replit_integrations/audio/*. - Updated roadmap and project
1001milestones 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.mdwith concrete Render service settings. - Documented required environment variables, including direct Neon dashboard
DATABASE_URL. - Documented cron trigger setup for
/api/sync/cron-triggerand 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 removedserver/replit_integrations/auth/*. - Updated login flow to credential-based sign-in on
client/src/pages/landing.tsxwhile preserving/api/auth/userbehavior. - Added external cron trigger endpoint (
POST /api/sync/cron-trigger) and scheduler controls (CRON_TRIGGER_TOKEN,DISABLE_IN_PROCESS_CRON). - Updated
.env.exampleand deployment docs to require direct Neon dashboardDATABASE_URLownership. - Added GitHub Actions CI workflow at
.github/workflows/ci.yml. - Validation:
npm run checkandnpm run buildpassed.
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-modalfrompackage.jsonand lockfile. - Updated decoupling plan checkpoint log and deployment target-stack inventory status.
- Validation:
npm run buildpassed 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.mdas the migration starting point. - Created active project plan at
DOCS/PROJECTS/active/1001_replit_decoupling_plan.mdwith scope, milestones, risks, and checkpoint log. - Added
.env.examplewith 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
- Source file:
CHANGELOG.md - Source URL: https://github.com/maggielerman/Dashboard-Automator/blob/main/CHANGELOG.md