alpha
Login
or
Join now
graham.systems
/
quantum
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A self-hosted household ledger.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
quantum
/
migrations
6 files
at
main
graham.systems
implement mcp server: bearer api tokens, agent provenance, 15-tool catalog
9d ago
9243652c
001_init.sql
implement mcp server: bearer api tokens, agent provenance, 15-tool catalog
1 week ago
002_category_colors.sql
add spending pie chart with poline-generated per-category palette
1 week ago
003_payee_memo.sql
capture payee/memo fields, match rules on payee, stay under bridge 90-day cap
1 week ago
004_rule_amount_display.sql
rules workbench: dedicated page with search and inspection, rule tray from ledger, amount matching, display-name overlay
1 week ago
005_csv_import.sql
csv backfill import: additive-only writer, duplicate review, undo, ledger source filter Fills the permanent history gap on accounts whose SimpleFIN feed reaches back only a week. Imports attach to an account sync already discovered; they only insert, never reconcile, sweep, or overwrite anything sync owns. Deliberately does not reuse ingestTransactions: it treats its feed as authoritative and its stale-pending sweep would soft-delete every pending row absent from a backfill CSV. Date-only values anchor at noon UTC, not midnight — formatDay renders local, so midnight displayed a day early across the Americas and a month's first day would have read as the previous month while reporting under the correct one. The duplicate window follows, counting whole UTC calendar days rather than 86400s. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 week ago
006_api_tokens.sql
implement mcp server: bearer api tokens, agent provenance, 15-tool catalog
1 week ago