aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2026-07-03feat(tx): tx add --budget assigns a budget by name or idDanilo M.1-0/+23
2026-07-03feat(budget): limit list and limit setDanilo M.1-0/+39
2026-07-03feat(budget): delete, enable, disableDanilo M.1-0/+37
2026-07-03feat(budget): budget createDanilo M.1-0/+50
2026-07-03feat(budget): budget list with current-month defaultDanilo M.1-0/+36
2026-07-03feat(resolver): budget name/id resolutionDanilo M.1-0/+33
2026-07-02fix: register cmd_add handler correctly for tx add (v0.3.8)v0.3.8Danilo M.1-0/+8
2026-07-02feat: tx add --from-id/--to-id to disambiguate same-name accounts (v0.3.7)v0.3.7Danilo M.2-12/+91
2026-07-01feat: tx list --flat, account create --if-not-exists, --since/--until doc (v0...v0.3.6Danilo M.3-6/+100
2026-07-01feat: tx add echoes transfer direction to stderr (v0.3.5)v0.3.5Danilo M.1-0/+48
2026-07-01feat: tx add --skip-dupes for idempotent imports (v0.3.4)Danilo M.1-6/+60
2026-07-01feat: tx add --dry-run to validate before writing (v0.3.3)Danilo M.1-4/+27
2026-07-01feat: account balance --at for historical balance (v0.3.2)Danilo M.1-1/+15
2026-07-01feat: tx list --all + truncation signal (v0.3.1)Danilo M.1-1/+47
2026-06-30feat: add tx edit and tx delete (v0.3.0)v0.3.0Danilo M.1-0/+67
2026-06-30test: cover --human _VIEWS; add TODO.mdDanilo M.1-0/+38
2026-06-30output: decorate --human tables, color by tx type, IT datesv0.2.2Danilo M.1-0/+46
2026-06-30account create: add verb for asset/expense/revenue accountsv0.2.0Danilo M.1-0/+50
2026-06-30tx add: auto-create categories instead of requiring themDanilo M.1-0/+12
2026-06-30test: gated live integration tests, self-cleaningDanilo M.2-0/+56
2026-06-30feat: CLI wiring from command registryDanilo M.1-0/+26
2026-06-30feat: transaction add/list/get/search with type inferenceDanilo M.1-0/+68
2026-06-30feat: account, category, tag, auth commandsDanilo M.1-0/+27
2026-06-30feat: name-to-id resolver with loud ambiguity errorsDanilo M.1-0/+43
2026-06-30feat: command registry and contextDanilo M.1-0/+23
2026-06-30feat: output emit and envelope unwrapDanilo M.1-0/+31
2026-06-30feat: HTTP client with auth and error surfacingDanilo M.1-0/+47
2026-06-30feat: config load/write with env overrideDanilo M.1-0/+35
2026-06-30feat: error typesDanilo M.3-0/+16