docs(money-mirror): Sentry docs and portable README links#16
docs(money-mirror): Sentry docs and portable README links#16shadowdevcode merged 2 commits intomainfrom
Conversation
- Note Sentry integration in CODEBASE-CONTEXT and README stack table - Link README to CODEBASE-CONTEXT for agent-oriented reference - Use relative paths for schema.sql and vercel.json (remove absolute paths) Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
PR Risk Assessment Risk level: Very Low Reason: Diff touches only two documentation files — CODEBASE-CONTEXT.md (date bump + Sentry stack entry) and README.md (CODEBASE-CONTEXT link, Sentry row in tech table, two hardcoded absolute local paths fixed to portable relative paths). No code, schema, config, or shared library changes. Action taken: Auto-approval attempted; blocked by GitHub Actions policy. Manual approval required — this is a docs-only change. |
- Add GET /api/statements and dashboard client with nav, filters, insights - Persist statement nickname, account purpose, card_network; extend schema.sql - Split parse route and dashboard UI to satisfy file-size limits - Advisory engine, categorizer, and upload metadata updates; format-date helper - Docs, CODEBASE-CONTEXT, CHANGELOG, and linear-sync metadata Made-with: Cursor
|
PR Risk Assessment Risk level: Medium Reason: Actual diff goes well beyond docs — includes a new 282-line DashboardClient component (core dashboard flow), cross-file behavioral changes in the statement parse pipeline (new upload-metadata fields persisted via persist-statement.ts), a new GET /api/statements endpoint, and schema ALTER TABLE migrations. README/CODEBASE-CONTEXT changes are incidental. Action taken: Review required — no additional contributors available in git history to assign as reviewers. |
Summary
CODEBASE-CONTEXT.mdand README stack tableCODEBASE-CONTEXT.mdfor agent-oriented referenceschema.sqlandvercel.json(remove absolute paths)Commit
259fb3e— docs(money-mirror): document Sentry and fix portable README linksMade with Cursor