From 26e31133b6afd3dca3e17ac795709e14b044eb3e Mon Sep 17 00:00:00 2001 From: Shinya Masuda Date: Wed, 15 Jul 2026 20:53:12 +0900 Subject: [PATCH] docs(cursor): fix leftover OpenCode references in cursor template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cursor template.md was copy-pasted from opencode template.md in PR #189 (feat/cursor-type) but three user-facing strings still refer to "OpenCode" instead of the correct agent name. Replace them with "Cursor CLI" to match the naming convention used by other CLI-only types (e.g. "Copilot CLI"). Affected lines (all in scripts/drivers/types/cursor/template.md): - L61 delivery-mode picker footnote - L109 actas confirmation message - L122 mode-set rejection message No behavior change — this is a documentation/user-facing string fix. --- scripts/drivers/types/cursor/template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/drivers/types/cursor/template.md b/scripts/drivers/types/cursor/template.md index 59602189..1207a68a 100644 --- a/scripts/drivers/types/cursor/template.md +++ b/scripts/drivers/types/cursor/template.md @@ -58,7 +58,7 @@ Four possible outputs: - **Wait for the user's answer before proceeding.** Empty input means `1` (turn). - Map the chosen number to a mode (`1`→`turn`, `2`→`off`) and run: `~/.agents/skills/__SKILL_NAME__/scripts/delivery.sh set cursor "$(pwd)"` - - OpenCode has no Monitor tool, so `monitor` and `both` modes are not offered here. + - Cursor CLI has no Monitor tool, so `monitor` and `both` modes are not offered here. 6. Then check inbox for the newly joined team. @@ -106,7 +106,7 @@ If argument starts with "actas" followed by an agent name (e.g. "actas alice"): 2. Run `~/.agents/skills/__SKILL_NAME__/scripts/identities.sh "$(pwd)" cursor` to see whether the role is already registered for this (project, type). 3. If the name does not appear in the output, join under the existing team. For a single team, run `~/.agents/skills/__SKILL_NAME__/scripts/join.sh cursor "$(pwd)"`. For multiple teams, ask the user which team to join the new role into. 4. Set the session's active FROM to `` for every `send.sh` call until another `actas`. -5. Tell the user: "Now acting as ``. Sends will use `` as the from agent. (OpenCode has no Monitor tool, so receive still covers all of your registered roles in this project.)" +5. Tell the user: "Now acting as ``. Sends will use `` as the from agent. (Cursor CLI has no Monitor tool, so receive still covers all of your registered roles in this project.)" If argument starts with "drop" followed by an agent name (e.g. "drop alice"): 1. Parse the role name. @@ -119,7 +119,7 @@ If argument is "mode" (no further args): 2. Show the output to the user. If argument starts with "mode" followed by a mode name (e.g. "mode turn"): -1. Parse the mode. OpenCode supports only `turn` and `off` — reject `monitor` and `both` with: "OpenCode has no Monitor tool; only `turn` or `off` modes are supported." +1. Parse the mode. Cursor CLI supports only `turn` and `off` — reject `monitor` and `both` with: "Cursor CLI has no Monitor tool; only `turn` or `off` modes are supported." 2. Run: `~/.agents/skills/__SKILL_NAME__/scripts/delivery.sh set cursor "$(pwd)"` If argument is "hook on" (legacy alias):