aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-07-05feat(budget): tx edit --budget and budget update (v0.5.0)HEADv0.5.0masterDanilo M.10-17/+117
2026-07-03docs: fix budget example in CLAUDE.md, drop dup --budget line in SKILL.mdDanilo M.2-2/+1
2026-07-03docs: sync README command list to registry (budget group, tx edit/delete, --b...Danilo M.1-3/+23
2026-07-03docs: log deferred budget follow-ups in TODO.md (tx edit --budget, budget upd...Danilo M.1-0/+9
2026-07-03docs: mark budget group done in TODO.md (v0.4.0/v0.4.1)Danilo M.1-1/+2
2026-07-03fix(budget): group help blurb, exact Decimal spent, resolver comment (v0.4.1)v0.4.1Danilo M.6-5/+20
2026-07-03feat: budget management group + tx add --budget (v0.4.0)v0.4.0Danilo M.3-3/+32
2026-07-03build(completion): budget group and auto-budget enum valuesDanilo M.2-3/+14
2026-07-03test(budget): assert each command binds to its handlerDanilo M.1-0/+22
2026-07-03feat(tx): tx add --budget assigns a budget by name or idDanilo M.2-0/+28
2026-07-03fix(budget): flatten limit commands to 2-token leaves (limit-list/limit-set)Danilo M.2-2/+12
2026-07-03feat(budget): limit list and limit setDanilo M.2-0/+67
2026-07-03feat(budget): delete, enable, disableDanilo M.2-0/+70
2026-07-03feat(budget): budget createDanilo M.2-0/+81
2026-07-03feat(budget): budget list with current-month defaultDanilo M.3-1/+80
2026-07-03feat(resolver): budget name/id resolutionDanilo M.2-0/+46
2026-07-03docs: implementation plan for budget management groupDanilo M.1-0/+805
2026-07-03docs: spec for budget management group (list/create/delete/enable/disable/lim...Danilo M.1-0/+156
2026-07-02fix: register cmd_add handler correctly for tx add (v0.3.8)v0.3.8Danilo M.5-4/+15
2026-07-02feat: tx add --from-id/--to-id to disambiguate same-name accounts (v0.3.7)v0.3.7Danilo M.8-20/+123
2026-07-02docs: spec for tx add --from-id/--to-id (ISSUES.md #2)Danilo M.1-0/+87
2026-07-01docs: pin reference firefly-iii checkout to the running instance versionDanilo M.1-0/+6
2026-07-01feat: tx list --flat, account create --if-not-exists, --since/--until doc (v0...v0.3.6Danilo M.10-13/+166
2026-07-01docs: spec for smaller ISSUES.md items (tx list --flat, account create --if-n...Danilo M.1-0/+92
2026-07-01feat: tx add echoes transfer direction to stderr (v0.3.5)v0.3.5Danilo M.5-2/+61
2026-07-01feat: completion suggests --type values per commandv0.3.4Danilo M.3-1/+47
2026-07-01feat: tx add --skip-dupes for idempotent imports (v0.3.4)Danilo M.6-10/+93
2026-07-01feat: tx add --dry-run to validate before writing (v0.3.3)Danilo M.6-8/+45
2026-07-01feat: account balance --at for historical balance (v0.3.2)Danilo M.6-5/+35
2026-07-01feat: tx list --all + truncation signal (v0.3.1)Danilo M.6-5/+75
2026-06-30feat: add tx edit and tx delete (v0.3.0)v0.3.0Danilo M.7-3/+144
2026-06-30Updated TODO.mdDanilo M.1-0/+3
2026-06-30test: cover --human _VIEWS; add TODO.mdDanilo M.2-0/+67
2026-06-30docs: document the versioning scheme in CLAUDE.mdDanilo M.1-0/+16
2026-06-30output: decorate --human tables, color by tx type, IT datesv0.2.2Danilo M.4-6/+144
2026-06-30help, completion: descriptive help text and bash completionv0.2.1Danilo M.12-16/+228
2026-06-30account create: add verb for asset/expense/revenue accountsv0.2.0Danilo M.6-6/+106
2026-06-30tx add: auto-create categories instead of requiring themDanilo M.3-8/+26
2026-06-30pyproject: rename dist to firefly-iii-agent, add PyPI metadatav0.1.0Danilo M.1-1/+18
2026-06-30docs: sync CLAUDE.md (errors.py, SKILL.md upkeep)Danilo M.1-2/+9
2026-06-30docs: link SKILL.md from READMEDanilo M.1-0/+8
2026-06-30docs: add SKILL.md for agent operationDanilo M.1-0/+116
2026-06-30docs: finalize README command referenceDanilo M.1-2/+33
2026-06-30test: gated live integration tests, self-cleaningDanilo M.2-0/+56
2026-06-30feat: CLI wiring from command registryDanilo M.2-0/+82
2026-06-30feat: transaction add/list/get/search with type inferenceDanilo M.3-1/+164
2026-06-30feat: account, category, tag, auth commandsDanilo M.6-0/+95
2026-06-30feat: name-to-id resolver with loud ambiguity errorsDanilo M.2-0/+78
2026-06-30feat: command registry and contextDanilo M.3-0/+52
2026-06-30feat: output emit and envelope unwrapDanilo M.2-0/+68