[STUDY] Task system — DreamTask, LocalAgent, RemoteAgent, Workflows #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent Epic: #154
Assigned to: Allegro
Source
Timmy_Foundation/claude-code-src(private, your token works)Source Files
src/Task.ts(3K) — base Task interfacesrc/tasks.ts(1.3K) — task registrysrc/tasks/DreamTask/— the KAIROS proactive dreaming tasksrc/tasks/LocalAgentTask/— local subagent tasksrc/tasks/RemoteAgentTask/— remote agent tasksrc/tasks/LocalShellTask/— shell command tasksrc/tasks/InProcessTeammateTask/— in-process teammateWhat to Study
Why This Matters
Our cron jobs and KimiClaw dispatch are primitive versions of this task system. Understanding Claude Code's task types tells us what Grand Timmy's orchestration should look like.
Deliverable
Task system architecture document. Map each task type to our equivalent (or identify gaps).
Acceptance Criteria