@sechroom/cli 2026.6.35 → 2026.6.36
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4947,7 +4947,7 @@ function registerAgents(program2) {
|
|
|
4947
4947
|
Examples:
|
|
4948
4948
|
$ sechroom agents install materialise your installed agents to ~/.claude/agents
|
|
4949
4949
|
$ sechroom agents install --scope project write them to ./.claude/agents instead
|
|
4950
|
-
$ sechroom agents install --claude-config-dir ~/.claude-
|
|
4950
|
+
$ sechroom agents install --claude-config-dir ~/.claude-work target another instance
|
|
4951
4951
|
$ sechroom agents list what's materialised on disk
|
|
4952
4952
|
$ sechroom agents clean remove the materialised agent files
|
|
4953
4953
|
|
package/package.json
CHANGED