Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
Loading