zerocut-cli 0.1.0 → 0.1.1
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/package.json +1 -1
- package/src/skill/SKILL.md +3 -1
package/package.json
CHANGED
package/src/skill/SKILL.md
CHANGED
|
@@ -34,7 +34,9 @@ Before every task, the agent must check configuration first:
|
|
|
34
34
|
npx zerocut-cli config list
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
If `apiKey` is missing or empty,
|
|
37
|
+
If `apiKey` is missing or empty, the agent must immediately stop task execution and request an OTT token from the user. Do not continue any generation, conversion, or sandbox command until configuration is completed.
|
|
38
|
+
|
|
39
|
+
Required user action:
|
|
38
40
|
|
|
39
41
|
```bash
|
|
40
42
|
npx zerocut-cli config --ott <token> --region <cn|us>
|