feat(money-mirror): issue-010 scope, transactions, coaching#17
Merged
shadowdevcode merged 1 commit intomainfrom Apr 5, 2026
Merged
feat(money-mirror): issue-010 scope, transactions, coaching#17shadowdevcode merged 1 commit intomainfrom
shadowdevcode merged 1 commit 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
PR Risk Assessment Risk level: High Reason: 80 files changed (+6090/-691) spanning new API routes (transactions, merchants, coaching-facts, scope-changed), data model additions in schema.sql, a large dashboard refactor (DashboardClient, ScopeBar, TransactionsPanel, MerchantRollups), and modifications to agent/command/knowledge .md system-prompt files — high blast radius across the full user-facing flow and AI agent behavior. Action taken: No approval. Reviewers required for High risk PRs. No eligible reviewers identified in git history (sole contributor is the PR author); manual reviewer assignment needed. |
shadowdevcode
added a commit
that referenced
this pull request
Apr 5, 2026
- 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
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: unified scope, transactions panel, merchant rollups, coaching facts APIs, and related dashboard UI.
Verification
npm run lint,npm run test,npm run buildinapps/money-mirrornext startreturned 200 for/and/loginNotes
dashboard.ts/useDashboardState.tsto satisfy 300-line file policy (pre-commit).Preview deployment should appear on this PR when Vercel is linked.
Made with Cursor