@ouro.bot/cli 0.1.0-alpha.455 → 0.1.0-alpha.457

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.
@@ -6,7 +6,7 @@
6
6
  <meta name="color-scheme" content="dark" />
7
7
  <title>Ouro Outlook</title>
8
8
  <meta name="description" content="The daemon-hosted shared orientation surface for agents alive on this machine." />
9
- <script type="module" crossorigin src="/assets/index-BSNvyKGt.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-BBM5EysT.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="/assets/index-BPr5vNuM.css">
11
11
  </head>
12
12
  <body>
@@ -114,7 +114,7 @@ async function startMailSenseApp(options) {
114
114
  throw new Error(resolved.error);
115
115
  }
116
116
  if (!resolved.config.registryPath) {
117
- throw new Error(`missing mailroom.registryPath for ${options.agentName}; run 'ouro connect mail --agent ${options.agentName}' again`);
117
+ throw new Error(`missing mailroom.registryPath for ${options.agentName}; agent-runnable repair: 'ouro connect mail --agent ${options.agentName}'`);
118
118
  }
119
119
  const registry = readRegistry(resolved.config.registryPath);
120
120
  const host = resolved.config.host ?? "127.0.0.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ouro.bot/cli",
3
- "version": "0.1.0-alpha.455",
3
+ "version": "0.1.0-alpha.457",
4
4
  "main": "dist/heart/daemon/ouro-entry.js",
5
5
  "bin": {
6
6
  "cli": "dist/heart/daemon/ouro-bot-entry.js",