@archon-claw/cli 0.0.2 → 0.0.3

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/cli.js CHANGED
@@ -34,7 +34,7 @@ program
34
34
  .command("start")
35
35
  .description("Start an agent HTTP server")
36
36
  .argument("<agent-dir>", "Path to agent directory")
37
- .option("-p, --port <port>", "Server port", "4000")
37
+ .option("-p, --port <port>", "Server port", "5100")
38
38
  .action(async (agentDir, opts) => {
39
39
  try {
40
40
  const config = await loadAgentConfig(agentDir);