From c0cc58e1654e4795c342fe94892d7c8ee5c79f93 Mon Sep 17 00:00:00 2001 From: Aryan Sharma Date: Sat, 13 Jun 2026 18:56:44 +0200 Subject: [PATCH] docs: note Kanban Code Windows port is live MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One-line at the end of README pointing at langwatch/kanban-code#98 (Phases 0-5) and #105 (Phase 7 — channels + kanban CLI). The Windows desktop adapter at server/src/desktop/windows.ts is now the only remaining seam. Co-Authored-By: Claude Opus 4.7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43435ab..d8a4129 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,5 @@ the channel and coordinate BEFORE building, that ordering is the whole delegation contract). The scenario voice tests and the delegation experiment eval drive the real gateway with audio and a judge; they need live APIs, the kanban CLI, and tmux, so they run locally, not in CI. + +> Note: the `kanban` CLI now ships natively on Windows too — see [langwatch/kanban-code#98](https://github.com/langwatch/kanban-code/pull/98) and [#105](https://github.com/langwatch/kanban-code/pull/105). The Windows desktop adapter (`server/src/desktop/windows.ts`) is the last seam to fill.