akemon 0.1.63 → 0.1.64

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -35,7 +35,7 @@ program
35
35
  .option("--allow-all", "Skip all permission prompts (for self-use)")
36
36
  .option("--price <n>", "Price in credits per call (default: 1)", "1")
37
37
  .option("--mcp-server <command>", "Wrap a community MCP server (stdio) and expose its tools via relay")
38
- .option("--interval <minutes>", "Reflection & market cycle interval in minutes (default: 60)", "60")
38
+ .option("--interval <minutes>", "Consciousness cycle interval in minutes (default: 1440 = 24h)")
39
39
  .option("--relay <url>", "Relay WebSocket URL", RELAY_WS)
40
40
  .action(async (opts) => {
41
41
  const port = parseInt(opts.port);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akemon",
3
- "version": "0.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "Agent work marketplace — train your agent, let it work for others",
5
5
  "type": "module",
6
6
  "license": "MIT",