Skip to content

Commit a36d07f

Browse files
fix: update package.json with topic descriptions
1 parent d0f33df commit a36d07f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,19 @@
7878
"external": true,
7979
"subtopics": {
8080
"test": {
81+
"description": "Commands to test agents.",
82+
"external": true
83+
},
84+
"publish": {
85+
"description": "Command to publish agents to an org.",
8186
"external": true
8287
},
8388
"generate": {
89+
"description": "Commands to generate agent artifacts, such as the agent spec YAML file, authoring bundle, and test spec file.",
8490
"external": true
8591
},
86-
"create": {
92+
"validate": {
93+
"description": "Command to validate an Agent Script file.",
8794
"external": true
8895
}
8996
}

0 commit comments

Comments
 (0)