You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(recipes): drop no-op --summary flag from usage/ledger examples
The CLI's usage/ledger commands select output shape via --mode
(summary|search|export_file), and summary is the default. --summary is
not a recognized flag: it falls through to positional args and is
silently ignored. All five recipes' CLI audit examples passed
--summary, teaching a flag that does nothing.
Drop it (summary is the default) across crypto-monitoring,
data-analysis, developer-automation, finance-research, and
risk-compliance. Surfaced by the #128 review.
0 commit comments