12 Commits

Author SHA1 Message Date
GitHub Action
954533f5c9 chore: bump version to 0.1.2 2025-11-06 20:16:27 +00:00
Louis Knight-Webb
73fb331481 Solve launch error (vibe-kanban f9e9861d)
When running in STDIO:

2025-11-05T11:48:03.774882Z ERROR codex_mcp_client::mcp_client: failed to deserialize JSONRPCMessage: expected value at line 1 column 1; line = 🚀 Launching dev-manager-mcp...
2025-11-05 12:49:13 +00:00
Louis Knight-Webb
bb7562b47c readme 2025-11-01 23:22:55 +00:00
Louis Knight-Webb
d2ada59ee7 update readme 2025-11-01 23:11:25 +00:00
GitHub Action
1f1d2ca71a chore: bump version to 0.1.1 2025-11-01 22:42:42 +00:00
Louis Knight-Webb
f41ce58ba4 Revert "chore: bump version to 0.1.1"
This reverts commit ebccfc4113.
2025-11-01 22:41:56 +00:00
Louis Knight-Webb
3bca674310 add repo info 2025-11-01 22:41:46 +00:00
GitHub Action
ebccfc4113 chore: bump version to 0.1.1 2025-11-01 22:27:17 +00:00
Louis Knight-Webb
c61b09807f Revert "chore: bump version to 0.1.1"
This reverts commit 53de59c833.
2025-11-01 22:26:13 +00:00
GitHub Action
53de59c833 chore: bump version to 0.1.1 2025-11-01 21:48:11 +00:00
Louis Knight-Webb
a4efc7988e Implement CI and build releases (vibe-kanban 2ef3e91a)
Implement CI and build releases

Please copy the pre-release and logic that allows us to use JS + NPX to distribute the rust binary, with code signing on mac.

You can view some examples in a different repo at /Users/lkw/Documents/repos/vibe-kanban
- .github/workflows/pre-release.yml
- .github/workflows/publish.yml
- npx-cli/bin/cli.js
- npx-cli/package.json
2025-11-01 10:45:13 +00:00
Louis Knight-Webb
c2bbd9f5ce Implement CI and build releases (vibe-kanban 2ef3e91a)
Implement CI and build releases

Please copy the pre-release and logic that allows us to use JS + NPX to distribute the rust binary, with code signing on mac.

You can view some examples in a different repo at /Users/lkw/Documents/repos/vibe-kanban
- .github/workflows/pre-release.yml
- .github/workflows/publish.yml
- npx-cli/bin/cli.js
- npx-cli/package.json
2025-11-01 10:26:35 +00:00