@orchestrator-claude/definitions 3.5.13 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +3 -3
- package/package.json +1 -1
- package/skills/smoke-test/SKILL.md +6 -0
package/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "orchestrator-definitions/v1",
|
|
3
3
|
"namespace": "orchestrator",
|
|
4
|
-
"version": "3.
|
|
5
|
-
"generatedAt": "2026-03-
|
|
4
|
+
"version": "3.6.0",
|
|
5
|
+
"generatedAt": "2026-03-05T18:06:21.390Z",
|
|
6
6
|
"definitions": {
|
|
7
7
|
"agents": [
|
|
8
8
|
{
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"slug": "smoke-test",
|
|
164
164
|
"file": "skills/smoke-test/SKILL.md",
|
|
165
165
|
"version": "1.0.0",
|
|
166
|
-
"checksum": "sha256:
|
|
166
|
+
"checksum": "sha256:6a4182a235c9534772aa34578315c7be0cd3f72e6471833cb599515ce6abd92b",
|
|
167
167
|
"supersedes": null,
|
|
168
168
|
"metadata": {}
|
|
169
169
|
},
|
package/package.json
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: smoke-test
|
|
3
|
+
description: Executes comprehensive API smoke tests against the Orchestrator API. Use before releases, after deployments, or during development to validate API stability.
|
|
4
|
+
allowed-tools: Read, Bash, Grep, Glob
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Smoke Test Skill
|
|
2
8
|
|
|
3
9
|
## Description
|