coordinator: created 3 tasks assigned to worker-1
This commit is contained in:
parent
4f2baf7d17
commit
a62f0d5fab
7
.mimzi/tasks/task-001.yaml
Normal file
7
.mimzi/tasks/task-001.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
id: task-001
|
||||
title: Write a haiku about containers
|
||||
description: Create a file called haiku.txt in the repo root containing a haiku about containers and orchestration.
|
||||
assigned_to: worker-1
|
||||
status: assigned
|
||||
created_at: 2026-04-07T22:05:09.09268925Z
|
||||
updated_at: 2026-04-07T22:05:09.092793413Z
|
||||
8
.mimzi/tasks/task-002.yaml
Normal file
8
.mimzi/tasks/task-002.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
id: task-002
|
||||
type: shell
|
||||
title: Gather system info
|
||||
description: uname -a && date -u
|
||||
assigned_to: worker-1
|
||||
status: assigned
|
||||
created_at: 2026-04-07T22:05:09.092689411Z
|
||||
updated_at: 2026-04-07T22:05:09.092966353Z
|
||||
11
.mimzi/tasks/task-003.yaml
Normal file
11
.mimzi/tasks/task-003.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
id: task-003
|
||||
type: file
|
||||
title: Create project config
|
||||
description: ""
|
||||
params:
|
||||
content: '{"project": "mimzi", "version": "0.1.0", "agents": ["coordinator", "worker-1"]}'
|
||||
path: config.json
|
||||
assigned_to: worker-1
|
||||
status: assigned
|
||||
created_at: 2026-04-07T22:05:09.092689491Z
|
||||
updated_at: 2026-04-07T22:05:09.093061388Z
|
||||
Loading…
x
Reference in New Issue
Block a user