From d1a764105f5bc5004cc8e764259e82e2f4fda0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Tue, 28 Apr 2026 14:40:28 -0400 Subject: [PATCH] chore: update version guidance to >=0.14.0 --- README.md | 2 +- skills/agent-device/SKILL.md | 2 +- skills/dogfood/SKILL.md | 2 +- skills/react-devtools/SKILL.md | 2 +- website/docs/docs/installation.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 76727bfa9..9db7640eb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ agent-device help workflow The CLI help is the source of truth for agents and is shipped with the installed version. Skills are optional but recommended when your agent runtime supports them: they auto-route device, React DevTools, and dogfood tasks to the right `agent-device help ` page and verify the CLI is new enough before acting. -If you install skills separately, keep the CLI on `agent-device >= 0.13.4`. Older CLIs do not include the workflow help topics that the router skills expect. +If you install skills separately, keep the CLI on `agent-device >= 0.14.0`. Older CLIs do not include the workflow help topics that the router skills expect. ```bash npm install -g agent-device@latest diff --git a/skills/agent-device/SKILL.md b/skills/agent-device/SKILL.md index 8172a2bac..ced7e0069 100644 --- a/skills/agent-device/SKILL.md +++ b/skills/agent-device/SKILL.md @@ -11,7 +11,7 @@ Router only. Private setup before using this skill: agent-device --version ``` -Require `agent-device >= 0.13.4`; older CLIs lack these help topics. If older, run `npm install -g agent-device@latest`, recheck, then continue. If you cannot upgrade, stop and tell the user. Do not include version/upgrade commands in final plans. +Require `agent-device >= 0.14.0`; older CLIs lack these help topics. If older, run `npm install -g agent-device@latest`, recheck, then continue. If you cannot upgrade, stop and tell the user. Do not include version/upgrade commands in final plans. Before your first agent-device command or plan, read the version-matched CLI guide: diff --git a/skills/dogfood/SKILL.md b/skills/dogfood/SKILL.md index af549c5ae..a2deaf875 100644 --- a/skills/dogfood/SKILL.md +++ b/skills/dogfood/SKILL.md @@ -12,7 +12,7 @@ Router for exploratory QA. Private setup before using this skill: agent-device --version ``` -Require `agent-device >= 0.13.4`; older CLIs lack these help topics. If older, run `npm install -g agent-device@latest`, recheck, then continue. If you cannot upgrade, stop and tell the user. Do not include version/upgrade commands in final plans. +Require `agent-device >= 0.14.0`; older CLIs lack these help topics. If older, run `npm install -g agent-device@latest`, recheck, then continue. If you cannot upgrade, stop and tell the user. Do not include version/upgrade commands in final plans. Read current CLI guidance: diff --git a/skills/react-devtools/SKILL.md b/skills/react-devtools/SKILL.md index 5bebf10f0..b58539f85 100644 --- a/skills/react-devtools/SKILL.md +++ b/skills/react-devtools/SKILL.md @@ -11,7 +11,7 @@ Router for React Native internals. Private setup before using this skill: agent-device --version ``` -Require `agent-device >= 0.13.4`; older CLIs lack these help topics. If older, run `npm install -g agent-device@latest`, recheck, then continue. If you cannot upgrade, stop and tell the user. Do not include version/upgrade commands in final plans. +Require `agent-device >= 0.14.0`; older CLIs lack these help topics. If older, run `npm install -g agent-device@latest`, recheck, then continue. If you cannot upgrade, stop and tell the user. Do not include version/upgrade commands in final plans. Read current CLI guidance: diff --git a/website/docs/docs/installation.md b/website/docs/docs/installation.md index d7729d5d1..fd03d37d3 100644 --- a/website/docs/docs/installation.md +++ b/website/docs/docs/installation.md @@ -20,7 +20,7 @@ agent-device help debugging agent-device help react-devtools ``` -The CLI help is the source of truth. Skills are optional but recommended when your agent runtime supports them because they auto-route relevant tasks to the installed CLI's own help. The published router skills require `agent-device >= 0.13.4`; if you install or update skills separately, update the CLI too: +The CLI help is the source of truth. Skills are optional but recommended when your agent runtime supports them because they auto-route relevant tasks to the installed CLI's own help. The published router skills require `agent-device >= 0.14.0`; if you install or update skills separately, update the CLI too: ```bash npm install -g agent-device@latest