Feature Request: Allow user to add deferred Todos
- 主要言語
- Shell
- スター
- 11.2k
- フォーク
- 1.9k
- 平均マージ
- 14時間 16分
- マージ済み PR(30日)
- 6
説明
### Describe the feature or problem you'd like to solve
If i notice something i want change, but dont want to kick the agent off track, i want to be able to add that thing as a deferred todo
### Proposed solution
Allow user to add todos to the session state `todos` table.
Introduce a command like.
```
/todo update th package XY to version Z and use the more modern element N instead of M in the codebase
```
Problem: i often look at the session progressing and then notice things a want to change. I would love to have a way to add such ideas to an "defered todo" list or something like that, so it doesn´t interrupt the current task.
コントリビューションガイド
調査の方向性
まず、セッション状態の `todos` テーブルと、スラッシュコマンドの処理エントリーポイントを見つけます。現在 todo がどのように保存・表示されているかを追跡し、そのうえで、アクティブなタスクを中断せずに遅延項目を追加するには `/todo` コマンドをどのようにすべきかを判断します。ユーザーが要求したテキストをセッション状態に追加し、それが todo として保持されていることを確認できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- shell
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100