From 21420939ba41c8b5ec3ee95d6c9ace5e42290e12 Mon Sep 17 00:00:00 2001 From: knhn1004 <49494541+knhn1004@users.noreply.github.com> Date: Mon, 4 May 2026 15:49:22 -0700 Subject: [PATCH 1/2] docs(status): add desktop apps + new agentic harnesses to roadmap Adds Claude Desktop, Cursor Desktop, Codex Desktop, Openclaw, Nemoclaw, Hermesagent, and Pi coding agent under the not-yet-implemented install table. Each one needs per-app hook/config investigation before shipping a real install path; this entry just makes the roadmap visible to anyone reading the public status doc. Linear tickets: - OAL-65 Cursor Desktop - OAL-66 Codex Desktop - (Claude Desktop, Openclaw, Nemoclaw, Hermesagent, Pi tickets to follow) Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/status.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/status.md b/docs/status.md index aac1e2d..2935dde 100644 --- a/docs/status.md +++ b/docs/status.md @@ -9,6 +9,7 @@ Live status of every component shipped to the public repo. Shipped | | `agentlock install` (Claude Code, Codex CLI, Cursor, Gemini CLI) | Shipped | | `agentlock install` (OpenCode, Cline, Continue, VS Code Copilot) | Not yet implemented — detected but disabled in selector | +| `agentlock install` (Claude Desktop, Cursor Desktop, Codex Desktop, Openclaw, Nemoclaw, Hermesagent, Pi) | Not yet implemented — roadmap; awaiting per-app hook/config investigation | | `agentlock install --tier {unattested,software,totp}` | Shipped | | `agentlock status` | Shipped | | `agentlock signer enroll --tier totp` | Shipped | From 32f016684673f69024214ad57509a42b4c11808a Mon Sep 17 00:00:00 2001 From: knhn1004 <49494541+knhn1004@users.noreply.github.com> Date: Mon, 4 May 2026 15:53:02 -0700 Subject: [PATCH 2/2] =?UTF-8?q?docs(status):=20drop=20Cursor=20Desktop=20?= =?UTF-8?q?=E2=80=94=20already=20shipped=20as=20Cursor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cursor IS the desktop app (VS Code fork); there's no separate "Cursor Desktop" product. The Cursor harness shipped in PR #41 already covers it. Removing it from the not-yet-implemented row to avoid confusion. --- docs/status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/status.md b/docs/status.md index 2935dde..609019b 100644 --- a/docs/status.md +++ b/docs/status.md @@ -9,7 +9,7 @@ Live status of every component shipped to the public repo. Shipped | | `agentlock install` (Claude Code, Codex CLI, Cursor, Gemini CLI) | Shipped | | `agentlock install` (OpenCode, Cline, Continue, VS Code Copilot) | Not yet implemented — detected but disabled in selector | -| `agentlock install` (Claude Desktop, Cursor Desktop, Codex Desktop, Openclaw, Nemoclaw, Hermesagent, Pi) | Not yet implemented — roadmap; awaiting per-app hook/config investigation | +| `agentlock install` (Claude Desktop, Codex Desktop, Openclaw, Nemoclaw, Hermesagent, Pi) | Not yet implemented — roadmap; awaiting per-app hook/config investigation | | `agentlock install --tier {unattested,software,totp}` | Shipped | | `agentlock status` | Shipped | | `agentlock signer enroll --tier totp` | Shipped |