@openscout/scout 0.2.12 → 0.2.13

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/main.mjs +12 -12
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -1750,7 +1750,7 @@ var init_dist2 = __esm(() => {
1750
1750
  */
1751
1751
  });
1752
1752
 
1753
- // ../runtime/dist/support-paths.js
1753
+ // ../runtime/src/support-paths.ts
1754
1754
  import { existsSync, mkdirSync, rmSync, writeFileSync } from "node:fs";
1755
1755
  import { homedir } from "node:os";
1756
1756
  import { join } from "node:path";
@@ -1799,7 +1799,7 @@ function ensureOpenScoutCleanSlateSync() {
1799
1799
  var OPENSCOUT_RPC_CUTOVER_MARKER = "rpc-runtime-cutover-v1";
1800
1800
  var init_support_paths = () => {};
1801
1801
 
1802
- // ../runtime/dist/harness-catalog.js
1802
+ // ../runtime/src/harness-catalog.ts
1803
1803
  import { execFileSync } from "node:child_process";
1804
1804
  import { existsSync as existsSync2, statSync } from "node:fs";
1805
1805
  import { mkdir, readFile, writeFile } from "node:fs/promises";
@@ -2146,7 +2146,7 @@ var init_harness_catalog = __esm(() => {
2146
2146
  ];
2147
2147
  });
2148
2148
 
2149
- // ../runtime/dist/user-project-hints.js
2149
+ // ../runtime/src/user-project-hints.ts
2150
2150
  import { readdir, readFile as readFile2, stat } from "node:fs/promises";
2151
2151
  import { homedir as homedir2 } from "node:os";
2152
2152
  import { dirname as dirname2, join as join3, resolve as resolve3 } from "node:path";
@@ -2471,7 +2471,7 @@ var init_user_project_hints = __esm(() => {
2471
2471
  ];
2472
2472
  });
2473
2473
 
2474
- // ../runtime/dist/setup.js
2474
+ // ../runtime/src/setup.ts
2475
2475
  import { execFileSync as execFileSync2 } from "node:child_process";
2476
2476
  import { createHash } from "node:crypto";
2477
2477
  import { access, mkdir as mkdir2, readdir as readdir2, readFile as readFile3, realpath, rm, stat as stat2, writeFile as writeFile2 } from "node:fs/promises";
@@ -4202,7 +4202,7 @@ var init_setup = __esm(() => {
4202
4202
  PROJECT_WEAK_MARKERS_FLAT_NESTED = partitionFlatAndNestedMarkers(PROJECT_WEAK_MARKERS);
4203
4203
  });
4204
4204
 
4205
- // ../runtime/dist/broker-service.js
4205
+ // ../runtime/src/broker-service.ts
4206
4206
  import { spawnSync } from "node:child_process";
4207
4207
  import { existsSync as existsSync3, mkdirSync as mkdirSync2, readFileSync, rmSync as rmSync2, writeFileSync as writeFileSync2 } from "node:fs";
4208
4208
  import { homedir as homedir4 } from "node:os";
@@ -4677,7 +4677,7 @@ var init_broker_service = __esm(async () => {
4677
4677
  }
4678
4678
  });
4679
4679
 
4680
- // ../runtime/dist/claude-stream-json.js
4680
+ // ../runtime/src/claude-stream-json.ts
4681
4681
  import { randomUUID } from "node:crypto";
4682
4682
  import { spawn } from "node:child_process";
4683
4683
  import { appendFile, mkdir as mkdir3, readFile as readFile4, rm as rm2, writeFile as writeFile3 } from "node:fs/promises";
@@ -4962,7 +4962,7 @@ var init_claude_stream_json = __esm(() => {
4962
4962
  sessions = new Map;
4963
4963
  });
4964
4964
 
4965
- // ../runtime/dist/codex-app-server.js
4965
+ // ../runtime/src/codex-app-server.ts
4966
4966
  import { spawn as spawn2 } from "node:child_process";
4967
4967
  import { access as access2, appendFile as appendFile2, constants, mkdir as mkdir4, readFile as readFile5, rm as rm3, writeFile as writeFile4 } from "node:fs/promises";
4968
4968
  import { delimiter, join as join7 } from "node:path";
@@ -5615,7 +5615,7 @@ var init_codex_app_server = __esm(() => {
5615
5615
  sessions2 = new Map;
5616
5616
  });
5617
5617
 
5618
- // ../runtime/dist/collaboration-contract.js
5618
+ // ../runtime/src/collaboration-contract.ts
5619
5619
  function buildCollaborationContractPrompt(agentId) {
5620
5620
  return [
5621
5621
  "Collaboration contract:",
@@ -5633,7 +5633,7 @@ function buildCollaborationContractPrompt(agentId) {
5633
5633
  `);
5634
5634
  }
5635
5635
 
5636
- // ../runtime/dist/local-agent-template.js
5636
+ // ../runtime/src/local-agent-template.ts
5637
5637
  var LOCAL_AGENT_SYSTEM_PROMPT_TEMPLATE_HINT;
5638
5638
  var init_local_agent_template = __esm(() => {
5639
5639
  LOCAL_AGENT_SYSTEM_PROMPT_TEMPLATE_HINT = [
@@ -5643,7 +5643,7 @@ var init_local_agent_template = __esm(() => {
5643
5643
  ].join("");
5644
5644
  });
5645
5645
 
5646
- // ../runtime/dist/local-agents.js
5646
+ // ../runtime/src/local-agents.ts
5647
5647
  import { execFileSync as execFileSync3, execSync } from "node:child_process";
5648
5648
  import { existsSync as existsSync4, readFileSync as readFileSync2 } from "node:fs";
5649
5649
  import { mkdir as mkdir5, rm as rm4, stat as stat3, writeFile as writeFile5 } from "node:fs/promises";
@@ -7889,7 +7889,7 @@ var init_broadcast = __esm(async () => {
7889
7889
  await init_service();
7890
7890
  });
7891
7891
 
7892
- // ../runtime/dist/relay-agent-cards.js
7892
+ // ../runtime/src/relay-agent-cards.ts
7893
7893
  function metadataString3(metadata, key) {
7894
7894
  const value = metadata?.[key];
7895
7895
  return typeof value === "string" && value.trim().length > 0 ? value.trim() : undefined;
@@ -35674,7 +35674,7 @@ function renderScoutHelp(version2 = "0.2.0") {
35674
35674
  init_options();
35675
35675
 
35676
35676
  // ../../apps/scout/src/shared/product.ts
35677
- var SCOUT_APP_VERSION = "0.2.12";
35677
+ var SCOUT_APP_VERSION = "0.2.13";
35678
35678
 
35679
35679
  // ../../apps/scout/src/cli/main.ts
35680
35680
  async function main2() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openscout/scout",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Published Scout package that installs the `scout` command",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",