Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tasks/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Replace Telegraf with grammY and @grammyjs/conversations to fix lifecycle/state
| 2 | Migrate query commands (stateless) | done (PR #3) | 1 | [002](002-migrate-query-commands.md) |
| 3 | Rewrite add-bill flow as grammY conversation | done (PR #4) | 1 | [003](003-rewrite-add-bill-conversation.md) |
| 4 | Rewrite categorization flow as grammY conversation | done (PR #5) | 1 | [004](004-rewrite-categorization-conversation.md) |
| 5 | Migrate TelegramAdapter and remove Telegraf | pending | 2, 3, 4 | [005](005-migrate-telegram-adapter.md) |
| 5 | Migrate TelegramAdapter and remove Telegraf | reviewed | 2, 3, 4 | [005](005-migrate-telegram-adapter.md) |
| 6 | Wire event-driven categorization entry | pending | 4, 5 | [006](006-wire-event-driven-categorization.md) |

## Dependency Graph
Expand Down
89 changes: 1 addition & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"grammy": "^1.42.0",
"html-to-text": "^9.0.5",
"node-cron": "^3.0.2",
"openai": "^4.6.0",
"telegraf": "^4.12.2"
"openai": "^4.6.0"
},
"devDependencies": {
"@types/html-to-text": "^9.0.4",
Expand Down
Loading
Loading