@qrafty-ai/opencode-kanban 0.3.4-linux-x64 → 0.3.5-darwin-arm64
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.
package/README.md
CHANGED
|
@@ -8,12 +8,18 @@
|
|
|
8
8
|
A Rust terminal kanban board for managing Git worktrees and OpenCode tmux sessions.
|
|
9
9
|
|
|
10
10
|
## Why this exists
|
|
11
|
+
Before creating this tool, I used [Agent of Empires](https://www.agent-of-empires.com/) — which is also a cool project with a similar purpose. However, I found its session management quite barebone as projects grew more complex. I was also inspired by [VibeKanban](https://www.vibekanban.com/). So you can think of this tool as a combination of both - managing your tasks in a kanban without leaving your favorate terminal environment.
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
What makes this different: I'm building this exclusively for opencode users. This lets me integrate deeply with opencode's API and offer unique features:
|
|
14
|
+
|
|
15
|
+
1. Stable session running state detection
|
|
16
|
+
2. Session TODO list with progress tracking
|
|
17
|
+
3. Running subagents and their TODO summaries (when applicable)
|
|
18
|
+
4. And more to come 🚀
|
|
13
19
|
|
|
14
20
|
## Prerequisites
|
|
15
21
|
|
|
16
|
-
-
|
|
22
|
+
- Unix shell
|
|
17
23
|
- `tmux` installed and available on `PATH` (required)
|
|
18
24
|
- `opencode` installed and available on `PATH` (recommended for attach/resume workflows)
|
|
19
25
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qrafty-ai/opencode-kanban",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5-darwin-arm64",
|
|
4
4
|
"description": "Terminal kanban board for managing OpenCode tmux sessions",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"arm64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor"
|
package/vendor/{x86_64-unknown-linux-gnu → aarch64-apple-darwin}/opencode-kanban/opencode-kanban
RENAMED
|
index 5fd909c..461a752 100755
|
|
|
Binary file
|