@codeagentswarm/cas-cloud 0.0.6 → 0.0.12

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.
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ "use strict";
2
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
3
4
  var __commonJS = (cb, mod) => function __require() {
4
5
  try {
@@ -8,9 +9,9 @@ var __commonJS = (cb, mod) => function __require() {
8
9
  }
9
10
  };
10
11
 
11
- // src/infrastructure/terminal/sandbox-project-request-store.js
12
+ // ../../src/infrastructure/terminal/sandbox-project-request-store.js
12
13
  var require_sandbox_project_request_store = __commonJS({
13
- "src/infrastructure/terminal/sandbox-project-request-store.js"(exports2, module2) {
14
+ "../../src/infrastructure/terminal/sandbox-project-request-store.js"(exports2, module2) {
14
15
  "use strict";
15
16
  var crypto = require("crypto");
16
17
  var fs2 = require("fs");
@@ -83,9 +84,10 @@ var require_sandbox_project_request_store = __commonJS({
83
84
  }
84
85
  });
85
86
 
86
- // src/infrastructure/platform/platform-config.js
87
+ // ../../src/infrastructure/platform/platform-config.js
87
88
  var require_platform_config = __commonJS({
88
- "src/infrastructure/platform/platform-config.js"(exports2, module2) {
89
+ "../../src/infrastructure/platform/platform-config.js"(exports2, module2) {
90
+ "use strict";
89
91
  var os2 = require("os");
90
92
  var path2 = require("path");
91
93
  var fs2 = require("fs");
@@ -395,9 +397,10 @@ var require_platform_config = __commonJS({
395
397
  }
396
398
  });
397
399
 
398
- // src/shared/logger/child-process-logger.js
400
+ // ../../src/shared/logger/child-process-logger.js
399
401
  var require_child_process_logger = __commonJS({
400
- "src/shared/logger/child-process-logger.js"(exports2, module2) {
402
+ "../../src/shared/logger/child-process-logger.js"(exports2, module2) {
403
+ "use strict";
401
404
  var EventEmitter = require("events");
402
405
  var ChildProcessLogger2 = class extends EventEmitter {
403
406
  constructor(sourceName) {
@@ -484,9 +487,10 @@ var require_child_process_logger = __commonJS({
484
487
  }
485
488
  });
486
489
 
487
- // src/infrastructure/platform/platform-utils.js
490
+ // ../../src/infrastructure/platform/platform-utils.js
488
491
  var require_platform_utils = __commonJS({
489
- "src/infrastructure/platform/platform-utils.js"(exports2, module2) {
492
+ "../../src/infrastructure/platform/platform-utils.js"(exports2, module2) {
493
+ "use strict";
490
494
  var { execSync } = require("child_process");
491
495
  var os2 = require("os");
492
496
  var crypto = require("crypto");
@@ -810,9 +814,10 @@ var require_platform_utils = __commonJS({
810
814
  }
811
815
  });
812
816
 
813
- // src/infrastructure/database/improved-similarity-algorithm.js
817
+ // ../../src/infrastructure/database/improved-similarity-algorithm.js
814
818
  var require_improved_similarity_algorithm = __commonJS({
815
- "src/infrastructure/database/improved-similarity-algorithm.js"(exports2, module2) {
819
+ "../../src/infrastructure/database/improved-similarity-algorithm.js"(exports2, module2) {
820
+ "use strict";
816
821
  var ImprovedSimilarityCalculator = class {
817
822
  constructor() {
818
823
  this.synonymGroups = [
@@ -1054,9 +1059,10 @@ var require_improved_similarity_algorithm = __commonJS({
1054
1059
  }
1055
1060
  });
1056
1061
 
1057
- // src/infrastructure/database/database-mcp-standalone.js
1062
+ // ../../src/infrastructure/database/database-mcp-standalone.js
1058
1063
  var require_database_mcp_standalone = __commonJS({
1059
- "src/infrastructure/database/database-mcp-standalone.js"(exports2, module2) {
1064
+ "../../src/infrastructure/database/database-mcp-standalone.js"(exports2, module2) {
1065
+ "use strict";
1060
1066
  var path2 = require("path");
1061
1067
  var fs2 = require("fs");
1062
1068
  var os2 = require("os");
@@ -2911,9 +2917,9 @@ ${sql}`);
2911
2917
  }
2912
2918
  });
2913
2919
 
2914
- // src/shared/utils/worktree-project-resolver.js
2920
+ // ../../src/shared/utils/worktree-project-resolver.js
2915
2921
  var require_worktree_project_resolver = __commonJS({
2916
- "src/shared/utils/worktree-project-resolver.js"(exports2, module2) {
2922
+ "../../src/shared/utils/worktree-project-resolver.js"(exports2, module2) {
2917
2923
  "use strict";
2918
2924
  function resolveProjectDir(directory, worktreeRows) {
2919
2925
  if (!directory) return directory;
@@ -2952,7 +2958,7 @@ var require_worktree_project_resolver = __commonJS({
2952
2958
  }
2953
2959
  });
2954
2960
 
2955
- // src/infrastructure/mcp/mcp-stdio-server.js
2961
+ // ../../src/infrastructure/mcp/mcp-stdio-server.js
2956
2962
  var { inspect } = require("util");
2957
2963
  var writeProtocol = process.stdout.write.bind(process.stdout);
2958
2964
  var _toStderr = (...args) => process.stderr.write(args.map((a) => typeof a === "string" ? a : inspect(a)).join(" ") + "\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeagentswarm/cas-cloud",
3
- "version": "0.0.6",
3
+ "version": "0.0.12",
4
4
  "description": "CAS Cloud runtime for remote CodeAgentSwarm sessions",
5
5
  "author": "Arturo Garcia <hello@codeagentswarm.com>",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",
File without changes