1.9 KiB
1.9 KiB
Queue-North-Website — Changelog
v0.1.1 — Phase 1 Agent-Pass Checkpoint — 2026-05-12
Changed
- Corrected Phase 1 version to reflect completed agent-pass checkpoint semantics.
- Documented that every completed agent pass/checkpoint within a phase increments the patch version.
- Confirmed Phase 1 verified output is pushed to
devat0.1.1.
Verified
npm run buildpasses.- Backend health endpoint responds successfully at
/api/health.
v0.1.0 — Phase 1 Foundation — 2026-05-12
Added
- Rebuilt project foundation on Vite + React SPA with React Router.
- Added Tailwind CSS with Queue North light-first business palette.
- Added shadcn/ui-style local primitives for buttons, cards, inputs, textarea, select, badge, sheet, and dialog usage.
- Added Sonner toast support and TanStack Query provider/API helper.
- Added Express backend with
/api/health,/api/leads, and/api/support. - Added better-sqlite3 storage for
leadsandsupport_requests. - Added all planned frontend routes for home, about, services, service details, industries, industry details, 8x8, contact, and support.
- Added Phase 1 documentation, build summary, script reference, and phase-based versioning rules.
Changed
- Replaced the static HTML/CSS/JS entry with the Vite React entry.
- Updated README to point to
OVERHAUL_PLAN.mdas the design source of truth. - Standardized versioning so Phase 1 uses
0.1.x, Phase 2 uses0.2.x, and later phases follow the same pattern. - Added Bishop verification rules and the requirement that Ripley pushes to
devafter each verified phase.
Verified
npm run buildpasses.- Backend health endpoint responds successfully at
/api/health. - Required routes are configured.
- Contact and support API paths exist and write through SQLite.
v0.0.1 — Project Initialization — 2026-05-11
Added
- Project initialized with PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md.