nanobot-voice-interface/examples/cards/templates/todo-item-live/manifest.json

30 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"key": "todo-item-live",
2026-03-17 11:38:00 -04:00
"title": "Task Item",
"notes": "File-backed kanban task card. The template_state is written from ~/.nanobot/workspace/tasks via scripts/task_cards.py. The card shows one primary action plus a compact move menu and persists lane transitions by calling the exec tool to run scripts/task_cards.py move.",
"example_state": {
2026-03-17 11:38:00 -04:00
"kind": "file_task",
"task_path": "/home/kacper/.nanobot/workspace/tasks/backlog/20260316-pack-for-japan.md",
"task_key": "b9b79f12-1ef3-11f1-b5e6-001e06480aef",
"title": "Pack for Japan",
"lane": "backlog",
"created": "2026-03-16T18:10:00-04:00",
"updated": "2026-03-16T18:10:00-04:00",
"due": null,
2026-03-17 11:38:00 -04:00
"tags": [
"home-assistant",
"imported"
],
"body": "## Imported\n\n- Source: Home Assistant\n- List: Kacper's To-Do\n- UID: b9b79f12-1ef3-11f1-b5e6-001e06480aef",
"metadata": {
"source": "home_assistant",
"source_entity_id": "todo.kacpers_to_do",
"source_list": "Kacper's To-Do",
"source_uid": "b9b79f12-1ef3-11f1-b5e6-001e06480aef",
"imported_at": "2026-03-16T22:10:00+00:00"
}
},
"created_at": "2026-03-13T00:00:00+00:00",
2026-03-17 11:38:00 -04:00
"updated_at": "2026-03-16T00:00:00+00:00"
}