Expand description
Report-domain natives. Wraps server::command::{BalanceReport, ActivityReport, CategoryBreakdown}.
v1 binds the no-arg snapshot form of balance-report: no commodity
filter, no date range, no ReportFilter. Surfaces the resulting
ReportData tree as a nested plist so emacs (read) walks
((:account-id … :children (…)) …) recursively. Date-range and
commodity-filter variants ride follow-up slices once the
keyword-pair extension to the capture queue lands; activity-report
and category-breakdown have similar shapes and wait on the same
groundwork.