Skip to content

Commit a478a1f

Browse files
committed
Add screenshot above fold and add workflow screenshot
1 parent b587668 commit a478a1f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# TaskFlow
22

3+
![TaskFlow TUI](docs/images/tui-screenshot.png)
4+
35
**Kanban boards with workflow state machines, built for human + AI collaboration.**
46

57
TaskFlow is a task tracker where humans and AI agents work side by side. Tasks live on kanban boards with configurable workflow state machines. Every action — by any actor — is recorded in a full audit trail. Access it via CLI, interactive TUI, MCP for AI agents, or the HTTP API directly.
68

7-
![TaskFlow TUI](docs/images/tui-screenshot.png)
9+
810

911
## Getting Started
1012

@@ -141,6 +143,8 @@ Requests that exceed the actor's role receive a `403 Forbidden` response. Each R
141143

142144
## Workflows
143145

146+
![TaskFlow TUI](docs/images/tui-workflow.png)
147+
144148
Each board has a workflow — a state machine that defines how tasks move through stages. Workflows are specified as JSON when creating a board. If omitted, a default workflow is used.
145149

146150
```

0 commit comments

Comments
 (0)