nexarch 0.11.1 → 0.11.2
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/dist/commands/check-in.js +1 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -183,6 +183,7 @@ Usage:
|
|
|
183
183
|
nexarch check-in Preview pending application-target commands (no auto-claim)
|
|
184
184
|
and report any applications currently in draft state so the
|
|
185
185
|
agent can prompt the user to explore and instantiate them.
|
|
186
|
+
Use command-claim to explicitly claim a specific command.
|
|
186
187
|
Scope is resolved server-side from active company context.
|
|
187
188
|
Options: --agent-key <key> override stored agent key
|
|
188
189
|
--json JSON output includes draftApplications[]
|