From 5c1b877108c39b6bca7e2ffd6c12a44f75d18ef1 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:33:13 +0000 Subject: [PATCH] docs: update README.md for skill command accuracy Updated the agentsync skill command documentation in README.md to include supported --source and --json flags for install, update, and uninstall subcommands. This ensures the README reflects the actual CLI capabilities revealed during codebase review. Changes: - Added [--source ] and [--json] to skill install/update/uninstall examples. - Verified all other claims in README against the implementation. - Ensured no other files were modified. Co-authored-by: yacosta738 <33158051+yacosta738@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1743511..a1593f2 100644 --- a/README.md +++ b/README.md @@ -236,9 +236,9 @@ agentsync status agentsync doctor [--project-root ] # Manage skills -agentsync skill install -agentsync skill update -agentsync skill uninstall +agentsync skill install [--source ] [--json] +agentsync skill update [--source ] [--json] +agentsync skill uninstall [--json] ``` ### Status