Skip to content

feat(cli): add tasks command#3

Merged
hideack merged 1 commit into
mainfrom
feat/add-tasks-command
Apr 12, 2026
Merged

feat(cli): add tasks command#3
hideack merged 1 commit into
mainfrom
feat/add-tasks-command

Conversation

@hideack

@hideack hideack commented Apr 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • ingest tasks コマンドを追加
  • デフォルトでは closed 以外のタスク(active / paused / blocked)を一覧表示
  • --status <status> オプションで特定のステータスに絞り込み可能
  • 表示項目: タイトル / ステータス / 重要度 / drift スコア / 最終確認日時

表示例

========================================================================
TASKS  (3 total)
========================================================================
TITLE                        STATUS   IMP DRIFT LAST SEEN
------------------------------------------------------------------------
認証機能の実装               ACTIVE   7.0  0.42 2026/04/12 10:00
ドキュメント整備             PAUSED   5.0   N/A never
リリース作業                 BLOCKED  8.0  1.23 2026/04/10 15:30
========================================================================

Test plan

  • ingest tasks でタスク一覧が表示されることを確認
  • ingest tasks --status active でフィルタが効くことを確認
  • タスクが0件の場合に No tasks found. が表示されることを確認

🤖 Generated with Claude Code

Adds `ingest tasks` command that displays active/paused/blocked tasks
with importance, drift score, and last-seen timestamp. Supports
`--status` option to filter by task status.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hideack hideack merged commit 71d89dc into main Apr 12, 2026
1 check passed
@hideack hideack deleted the feat/add-tasks-command branch April 12, 2026 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant