internal/render/render.go, remove the third entry (the "month" row) from the rows slice inside RenderAccountmonthly bool field on the row struct and the if r.monthly { ... } branch; both become dead after the row is goneTokens consumed (estimated USD value): ... line, emit Monthly cap: <fmtFlow(MaxFlows)> flows · $<fmtUSD raw value> using d.QuotaMonthly.MaxFlows and d.QuotaMonthly.MaxValueUSDTestRenderAccount_Snapshot in internal/render/render_test.go: drop the three expected substrings referencing the old monthly row (" n/a", "— / 34560 flows", "— / $1134.33")"Monthly cap: 34560 flows · $1134.33" to TestRenderAccount_Snapshot"month" inside the bar region (i.e. before the "Tokens consumed" line)go test ./... and confirm all packages passREADME.md under "Example output" to show only the 5 hour and 7 day rows plus the new Monthly cap: line between "Tokens consumed" and "Next reset"make build) and run zenmux-usage against a real account; confirm the new layout renders and the monthly cap values match the API response