Releases: iDorgham/Gateflow
GateFlow v0.1.0
Added
- [Automation] Ralph Loop — Complete developer automation engine: 19 Ralph scripts, 5 Husky git hooks, 12 quality-check scripts
- [Automation]
pnpm ralph— Master workspace dashboard: git state, active plans, hook health, quality snapshot, next action - [Automation] Plan lifecycle —
plan:new → plan:ready → plan:start → plan:run → plan:donewith automatic folder moves and doc cascades - [Automation] Phase auto-close — Commit messages with
phase 3,[p3],closes phase 3auto-mark PLAN phases[x] - [Automation] Phase runner —
pnpm plan:runselects right CLI, runs phase, marks done, auto-completes plan on last phase - [Automation] Hotfix workflow —
hotfix:start/done/statuswith auto branch, bump, tag, and PR - [Automation] Semantic versioning —
version:bump/tag/infowith annotated git tags - [Automation] Docs release —
docs:releasecloses[Unreleased], bumps version, creates tag;docs:release:drypreviews - [Automation] On-plan-done cascade — Auto-updates CHANGELOG, FEATURE_LOG, UPCOMING, PRD, README on plan completion
- [Automation] Commitlint — Conventional commits enforced on every commit; 13 types, 30 scopes
- [Automation] lint-staged — Pre-commit ESLint + Prettier on staged files only
- [Automation] Secret scanner — 12 HIGH patterns block commit, 4 MEDIUM warn; skips test files and CI yml
- [Automation] Env validator — Checks presence, placeholder detection, and min-length for all app env vars
- [Automation] Bundle size guard — Warn >10% / fail >25% growth vs stored baseline
- [Automation] Circular import detector — Pure static DFS analysis across all TS/JS files
- [Automation] DB schema drift — Hash-based change detection vs committed baseline
- [Automation] TODO/FIXME report —
check:todoswith git blame author + age, severity sorting, JSON output - [Automation] Pre-deploy checklist — 5-check gate;
--failmode for CI - [Automation] Dev onboarding —
pnpm setup:devinteractive env setup + DB init + hook install - [Automation] Branch enforcer — Pre-push validates branch name pattern
- [Automation] PR size labels — GitHub Action labels XS/S/M/L/XL + posts affected packages comment
- [Automation] GitHub Release — Auto-published from CHANGELOG on
v*tag push - [Automation] Post-merge auto-bump — Merging
feat/*into master auto-bumps patch + tags - [Docs] Automation Guide — Comprehensive
docs/guides/AUTOMATION_GUIDE.mdcovering all scripts, hooks, and workflows - [Docs] README rewrite — Full README with automation badges, command reference, best workflow guide, monorepo structure
Performance
-
**[Cert] **phase 5 certification infra — regression guide + final LHCI thresholds
-
**[Assets] **font display:swap + image allowlist + avif/webp + dvh + preconnect — phase 2
-
**[Ci] **establish lighthouse ci pipeline and performance baseline — phase 1
Bug Fixes
- [Db] add missing nanoid dependency for qr queries
- [Ci] update Node.js to 22 and opt into Node.js 24 for all workflows
Features
-
**[Resident-Mobile] **finalize phase 5 - i18n, GateAI pre-clearance, and security audit
-
**[Resident-Mobile] **complete one-tap invite initiative (phases 1-5)
-
**[Resident Mobile One Tap] **add recent guests to express invite ui
-
**[Resident Mobile One Tap] **implement phase 3 - express invite ui
-
**[Resident Mobile One Tap] **implement phase 2 - express invite api
-
**[Security] **implement hmac-sha256 signature utility for invites
-
**[Pagespeed] **complete phase 4 - virtualization & bundle optimization
-
**[Pagespeed 100] **optimize analytics bundle with dynamic chart imports
-
**[Pagespeed 100] **complete phase 3 - server-side streaming & suspense
-
**[Tools] **doc automation — changelog, versioning, PRD, organize
-
**[Tools] **plan lifecycle automation + phase runner
-
Initial production release of GateFlow v0.1.0
-
6-app monorepo: client-dashboard, admin-dashboard, scanner-app, resident-mobile, resident-portal, marketing
-
HMAC-SHA256 QR signing + offline-first scanner architecture
-
Multi-tenant Prisma middleware with org-scoped isolation
-
Atlassian Design System tokens + full AR/EN RTL support
-
GateAI intelligent operations assistant
-
Projects CRM: contacts, units, live logs, team management
-
Marketing Suite: UTM attribution, Meta Pixel, CRM webhooks
📦 GateFlow — Gate access management platform
🤖 Release automated by ralph-docs.js