supercubes 0.1.0 → 0.1.1
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/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6996,9 +6996,9 @@ var $visitAsync = visit.visitAsync;
|
|
|
6996
6996
|
|
|
6997
6997
|
// ../factory-def/src/parse.ts
|
|
6998
6998
|
var HARNESSES = ["claude-code", "codex", "dsh", "custom"];
|
|
6999
|
-
var SANDBOX_PROVIDERS = ["
|
|
6999
|
+
var SANDBOX_PROVIDERS = ["supercubes", "aws", "custom"];
|
|
7000
7000
|
var DEFAULT_SANDBOX = {
|
|
7001
|
-
provider: "
|
|
7001
|
+
provider: "supercubes",
|
|
7002
7002
|
vcpus: 1,
|
|
7003
7003
|
timeoutMs: 1800000,
|
|
7004
7004
|
network: { allow: [] }
|
|
@@ -7406,7 +7406,7 @@ description: Acme Engineering Software Development Factory.
|
|
|
7406
7406
|
defaults:
|
|
7407
7407
|
harness: claude-code
|
|
7408
7408
|
model: claude-haiku-4-5-20251001
|
|
7409
|
-
sandbox: { provider:
|
|
7409
|
+
sandbox: { provider: supercubes, vcpus: 2, timeoutMs: 1800000 }
|
|
7410
7410
|
|
|
7411
7411
|
repo:
|
|
7412
7412
|
baseBranch: main
|
|
@@ -7421,8 +7421,8 @@ channels:
|
|
|
7421
7421
|
- { type: whatsapp, id: oncall, target: "+15550100", events: [approval_requested] }
|
|
7422
7422
|
|
|
7423
7423
|
workflow:
|
|
7424
|
-
- id:
|
|
7425
|
-
name:
|
|
7424
|
+
- id: eng
|
|
7425
|
+
name: engineering
|
|
7426
7426
|
steps:
|
|
7427
7427
|
- id: triage
|
|
7428
7428
|
description: Decide if the task is actionable.
|
|
@@ -7492,7 +7492,7 @@ tools:
|
|
|
7492
7492
|
allow: [Read, Edit, Write, Bash, Grep, Glob]
|
|
7493
7493
|
deny: [WebSearch]
|
|
7494
7494
|
sandbox:
|
|
7495
|
-
provider:
|
|
7495
|
+
provider: supercubes
|
|
7496
7496
|
vcpus: 2
|
|
7497
7497
|
network: { allow: ["*"] }
|
|
7498
7498
|
`,
|