@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-abcs target another instance
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sechroom/cli",
3
- "version": "2026.6.35",
3
+ "version": "2026.6.36",
4
4
  "description": "Sechroom CLI — a thin, generated client over the Sechroom HTTP API. An agent/human surface alongside MCP.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",