@matthugh1/conductor-cli 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/agent.js +1 -0
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -500,6 +500,7 @@ async function cmdRun(opts) {
500
500
  let timedOut = false;
501
501
  const args = [];
502
502
  if (opts.skipPermissions) args.push("--dangerously-skip-permissions");
503
+ args.push("--verbose");
503
504
  args.push("-p", prompt);
504
505
  const child = spawn("claude", args, {
505
506
  stdio: ["ignore", "inherit", "inherit"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matthugh1/conductor-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Conductor CLI — session management, health checks, and autonomous runner for the Conductor pipeline",
5
5
  "type": "module",
6
6
  "bin": {