@tomkapa/tayto 0.5.2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,21 @@ CLI for agents. TUI for humans. One SQLite database. Zero configuration.
17
17
 
18
18
  ---
19
19
 
20
+ ## Why Tayto
21
+
22
+ Every project management tool out there assumes you're on a team. They want you to configure sprints, assign story points, set due dates, and fill out fifteen fields before you can track a single task.
23
+
24
+ If you're a solo dev shipping with AI agents like Claude Code, you need something different:
25
+
26
+ - **You forget things.** A quick idea during a coding session, a tech debt note from an AI-generated feature, a bug you noticed but can't fix right now. Without a fast capture tool, these vanish.
27
+ - **AI generates work faster than you can track it.** Your agent builds five features in an afternoon. Each one leaves behind edge cases, missing tests, and shortcuts. That debt is invisible until it bites you.
28
+ - **Priority fields are a lie.** When you're the only one executing, all that matters is order: what's first, what's next. Row 1 in the task list is what you do now. That's it.
29
+ - **Your AI agent can't use Jira.** It needs a CLI that speaks JSON. Your existing tools weren't built for this.
30
+
31
+ Tayto solves exactly this: a **CLI for agents** and a **TUI for humans**, sharing the same local SQLite database. No server. No login. No internet required.
32
+
33
+ ---
34
+
20
35
  ## Install
21
36
 
22
37
  ```bash
@@ -29,7 +44,7 @@ npm install -g @tomkapa/tayto
29
44
 
30
45
  ## Demo
31
46
 
32
- ![Demo](https://github.com/user-attachments/assets/69c1488f-7659-4d21-a914-b7cdef56cb1b)
47
+ ![Demo](https://raw.githubusercontent.com/tomkapa/taskcli/main/demo.gif)
33
48
 
34
49
  ---
35
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomkapa/tayto",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "CLI tool for task management - for solo devs and AI agents",
5
5
  "type": "module",
6
6
  "bin": {