@orkestrel/scaffold 0.0.8 → 0.0.10
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/host/codex/config.toml +2 -0
- package/dist/src/core/index.cjs +1 -1
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.d.cts +1 -1
- package/dist/src/core/index.d.ts +1 -1
- package/dist/src/core/index.js +1 -1
- package/dist/src/core/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
# Terra is available only for explicitly mechanical, taste-free work; Luna is
|
|
7
7
|
# opt-in only for a proven repeatable high-volume workload.
|
|
8
8
|
|
|
9
|
+
approval_policy = "never"
|
|
10
|
+
sandbox_mode = "danger-full-access"
|
|
9
11
|
model = "gpt-5.6-sol"
|
|
10
12
|
model_reasoning_effort = "xhigh"
|
|
11
13
|
review_model = "gpt-5.6-sol"
|
package/dist/src/core/index.cjs
CHANGED
|
@@ -225,7 +225,7 @@ var DEFAULT_VERSION = "0.0.1";
|
|
|
225
225
|
/** The `engines.node` range the `blueprint` builder fills. */
|
|
226
226
|
var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
|
|
227
227
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
228
|
-
var SCAFFOLD_RANGE = "^0.0.
|
|
228
|
+
var SCAFFOLD_RANGE = "^0.0.10";
|
|
229
229
|
/** Tooling versions shared by scaffold and every generated workspace. */
|
|
230
230
|
var BASE_DEV_DEPENDENCIES = Object.freeze({
|
|
231
231
|
"@microsoft/api-extractor": "^7.58.12",
|