← 返回
AI智能

Dex Task Tracking

Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.
异步/多步骤工作的任务追踪。使用dex创建、追踪和完成跨越多个会话或需要协调的任务(如编码智能体调度、PR审查、后台任务)。任务以JSON文件形式存储在.dex/tasks/目录中。
gricha
AI智能 clawhub v1.1.0 1 版本 99466.9 Key: 无需
★ 1
Stars
📥 3,152
下载
💾 508
安装
1
版本
#latest

概述

Dex Task Tracking

Track async work: coding agent dispatches, multi-step projects, anything needing follow-up.

Commands

dex create -d "Description" --context "Background, goal, done-when"
dex list                    # Pending tasks
dex list --all              # Include completed
dex show <id>               # View task
dex show <id> --full        # Full context
dex complete <id> --result "What was done, decisions, follow-ups"
dex edit <id> --context "Updated context"
dex delete <id>

Task Structure

  • Description: One-line summary
  • Context: Background, requirements, done criteria
  • Result: What was built, decisions, follow-ups

Example

# Before dispatching agent
dex create -d "Add caching to API" --context "Workspace: feat1 (100.x.x.x)
Branch: feat/cache
Done when: PR merged, CI green"

# After work complete
dex complete abc123 --result "Merged PR #50. Redis caching with 5min TTL."

Storage

.dex/tasks/{id}.json — one file per task, git-friendly.

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-28 12:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Workout

gricha
{ "answer": "workout-cli 用于跟踪训练、记录组数、管理动作与模板,支持多用户档案。适用于辅助记录健身课程、查看历史或分析力量增长。" }
★ 4 📥 3,673
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,528
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,939