skill: bookkeeper (categorize a real statement to GL accounts + sealed reconciliation)#346
Open
AutoMerchLab wants to merge 7 commits into
Open
skill: bookkeeper (categorize a real statement to GL accounts + sealed reconciliation)#346AutoMerchLab wants to merge 7 commits into
AutoMerchLab wants to merge 7 commits into
Conversation
AutoMerchLab
force-pushed
the
bookkeeper
branch
2 times, most recently
from
July 18, 2026 22:13
9611927 to
3c97cff
Compare
…le -> append_event) + harness + post-publish dogfood receipts + verify verdict (published as automerchlab/bookkeeper@1.0.2)
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.
Adds the
bookkeepergraph skill. It reads a transaction statement from a real source at runtime (a live HTTPS web-fetch of the U.S. Treasury Fiscal Data operating-cash statement, or an inline batch), categorizes every transaction to an existing account inchart_of_accountswith a confidence and a reason (never inventing a GL account), flags anomalies, emits a read-onlyreconciliation{matched, unmatched}, and seals it as anappend_eventaudit record. It books nothing to a live ledger; ambiguous batches are refused withneeds_reviewand any live-booking framing is refused.Package:
automerchlab/bookkeeper@1.0.1(published; digest-matched to this revision, dogfood ran the published package from the remote registry).Two-step graph (reconcile -> transport/append_event) with readable sources under
skills/bookkeeper/src/, fixtures, and harness evidence (3 cases, WSL local run passed 3/3 with 0 assertion errors; receipts underskills/bookkeeper/harness/receipts/). Post-publish dogfood receipts underskills/bookkeeper/dogfood/.Delivered for Frantic bounty #89.