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": "add_okr",
  "description": "Add a new objective with key results to the OKR list",
  "parameters": {
    "type": "object",
    "properties": {
      "objective": { "type": "string", "description": "Objective text" },
      "key_results": { "type": "array", "items": { "type": "string" }, "description": "Key results to track" }
    },
    "required": ["objective", "key_results"]
  }
}