Resolve stale TODO paths

This commit is contained in:
Mikhail Kilin
2026-05-17 18:50:36 +03:00
parent 91e4f118f3
commit 2d4c1906d5
5 changed files with 92 additions and 533 deletions

View File

@@ -193,11 +193,11 @@ Target files:
Steps:
- [ ] Review every TODO in `src/`.
- [ ] Convert active TODOs into tests or tracked plan items.
- [ ] Remove stale TODOs whose behavior is already implemented.
- [ ] For pinned-message compatibility in `messages/operations.rs`, decide whether the fallback is still needed and document the decision in code or tests.
- [ ] Run `cargo test --all-features`.
- [x] Review every TODO in `src/`.
- [x] Convert active TODOs into tests or tracked plan items.
- [x] Remove stale TODOs whose behavior is already implemented.
- [x] For pinned-message compatibility in `messages/operations.rs`, decide whether the fallback is still needed and document the decision in code or tests.
- [x] Run `cargo test --all-features`.
Acceptance criteria: