@qrafty-ai/opencode-kanban 0.3.5-linux-x64 → 0.4.0-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
|
@@ -106,12 +106,6 @@ Each project uses its own SQLite file and board state.
|
|
|
106
106
|
3. Press `Enter` to create.
|
|
107
107
|
4. Press `Enter` on the task card to attach to its tmux/OpenCode session.
|
|
108
108
|
|
|
109
|
-
### Resume previous work
|
|
110
|
-
|
|
111
|
-
1. Open the project (`Ctrl-p` to switch projects if needed).
|
|
112
|
-
2. Select the task.
|
|
113
|
-
3. Press `Enter` to attach to the existing session.
|
|
114
|
-
|
|
115
109
|
### Organize work on the board
|
|
116
110
|
|
|
117
111
|
- Move focus with `h`/`l` and select with `j`/`k`.
|
|
@@ -119,6 +113,10 @@ Each project uses its own SQLite file and board state.
|
|
|
119
113
|
- Archive selected task with `a`.
|
|
120
114
|
- Open archive view with `A`.
|
|
121
115
|
|
|
116
|
+
### Track Task Progress
|
|
117
|
+
- Press `v` to toggle between detail/kanban view
|
|
118
|
+
- Check detail view for session running state in depth
|
|
119
|
+
|
|
122
120
|
## Keybindings cheat sheet
|
|
123
121
|
|
|
124
122
|
- `Ctrl-p`: switch project
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qrafty-ai/opencode-kanban",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0-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 13b59aa..17e2b39 100755
|
|
|
Binary file
|