From a36d07f407416be1be3c8591df4c1c18be0abe12 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:55:12 -0800 Subject: [PATCH] fix: update package.json with topic descriptions --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f064662e..f2751165 100644 --- a/package.json +++ b/package.json @@ -78,12 +78,19 @@ "external": true, "subtopics": { "test": { + "description": "Commands to test agents.", + "external": true + }, + "publish": { + "description": "Command to publish agents to an org.", "external": true }, "generate": { + "description": "Commands to generate agent artifacts, such as the agent spec YAML file, authoring bundle, and test spec file.", "external": true }, - "create": { + "validate": { + "description": "Command to validate an Agent Script file.", "external": true } }