taskter 0.1.0

Taskter is a terminal Kanban board CLI tool built with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "create_task",
  "description": "Create a new task in the Taskter board",
  "parameters": {
    "type": "object",
    "properties": {
      "title": { "type": "string", "description": "Task title" },
      "description": { "type": "string", "description": "Task description" }
    },
    "required": ["title"]
  }
}