From 539fec1ee0b690ce3af768589a6942af6a9a3c12 Mon Sep 17 00:00:00 2001 From: arkml <6592213+arkml@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:22:54 +0530 Subject: [PATCH 1/4] Fix typos in README.md Apps section Corrected typos in the Apps section and improved clarity. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ade23320..ff8f8540 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,15 @@ Code mode lets you spin up parallel coding agents with Claude Code or Codex, and
-
+
Demo - email to code · Demo - knowledge graph
From a763ef02b6e1c75aff12fae9a34d52191648f8a0 Mon Sep 17 00:00:00 2001 From: arkml <6592213+arkml@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:28:09 +0530 Subject: [PATCH 3/4] Modify demo links in README.md Updated demo links in README to include new app demo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05acd234..ab26f8ef 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/do- Demo - email to code · Demo - knowledge graph + Demo - apps to code · Demo - knowledge graph
From 37d4b8d13a922acd9741d5285ae6be9bc4e09ce5 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:54:41 +0530 Subject: [PATCH 4/4] chore(x): trigger apps/x tests on this PR Adds a harmless comment under apps/x/ so the path-filtered required 'test' check runs on this otherwise README-only PR. Co-Authored-By: Claude Fable 5