feat(money-mirror): issue-010 production hardening, schema drift, E2E#18
Merged
shadowdevcode merged 3 commits intomainfrom Apr 5, 2026
Merged
feat(money-mirror): issue-010 production hardening, schema drift, E2E#18shadowdevcode merged 3 commits intomainfrom
shadowdevcode merged 3 commits intomainfrom
Conversation
… facts - Transactions panel, filters, merchant rollups, scope APIs - Coaching facts expanded, Gemini narrative, schema/index updates - Split dashboard.ts and useDashboardState for 300-line policy - Pipeline artifacts, agent updates, and project-state for issue-010 Verified: npm run lint, test, build; smoke GET / and /login on next start. Made-with: Cursor
…IJ-42 sync - Perf: next/font, lazy Gemini insights path, WebVitalsReporter, viewport - Schema: db:upgrade, boot DDL, SCHEMA_DRIFT API hints, pg-errors tests - QA: Playwright smoke, launch checklist doc, PERFORMANCE/SCHEMA docs - Refactor: split useDashboardState for 300-line policy (url model, upload, initial load) - Linear: VIJ-42 (Done) production-readiness mirror; project-state + issue-010.json Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Integrate origin/main (Phase 3 PR #17) with production-hardening work: lazy Gemini via attachCoachingFactsOnly + /api/dashboard/advisories, SCHEMA_DRIFT in txn/merchant APIs, split dashboard hooks, schema upgrades, Playwright smoke, docs. - Docs/state: combine CHANGELOG, README, CODEBASE-CONTEXT, project-state, and experiments/linear-sync/issue-010.json (closeout + VIJ-42 release sync). Made-with: Cursor
|
PR Risk Assessment Risk level: Medium-High Reason: Boot-time DDL execution wired into Action taken: Reviewer assignment required — no additional contributors found in git history to assign. Manual reviewer selection needed before merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Money Mirror issue-010: production hardening, schema drift handling, E2E coverage, and Linear sync (VIJ-42).
Changes
apps/money-mirrorVercel
apps/money-mirrorif configured in the dashboard.apps/money-mirror/vercel.jsondefines the weekly recap cron (/api/cron/weekly-recap).Checklist
maintriggers production deploy (per project settings)Made with Cursor