@orkestrel/scaffold 0.0.19 → 0.0.20
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/CLAUDE.md +9 -3
- package/dist/host/agents/skills/orkestrel-debrief/SKILL.md +69 -59
- package/dist/host/agents/skills/orkestrel-debrief/references/instruction-audit.md +70 -0
- package/dist/host/claude/agents/application.md +34 -0
- package/dist/host/claude/agents/researcher.md +31 -0
- package/dist/host/claude/agents/scout.md +25 -0
- package/dist/host/claude/skills/orkestrel-debrief/SKILL.md +1 -1
- package/dist/host/codex/agents/application.toml +23 -0
- package/dist/host/codex/agents/researcher.toml +22 -0
- package/dist/host/codex/agents/scout.toml +18 -0
- package/dist/host/codex/config.toml +5 -2
- package/dist/host/manifest.json +35 -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
|
@@ -2279,7 +2279,7 @@ export declare function coreViteConfig(): string;
|
|
|
2279
2279
|
export declare function rootViteConfig(src: readonly Environment[], facts?: ViteFacts): string;
|
|
2280
2280
|
|
|
2281
2281
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
2282
|
-
export declare const SCAFFOLD_RANGE = "^0.0.
|
|
2282
|
+
export declare const SCAFFOLD_RANGE = "^0.0.20";
|
|
2283
2283
|
|
|
2284
2284
|
/**
|
|
2285
2285
|
* Carries a `ScaffoldErrorCode` + optional `context` (AGENTS §12).
|
package/dist/src/core/index.d.ts
CHANGED
|
@@ -2279,7 +2279,7 @@ export declare function coreViteConfig(): string;
|
|
|
2279
2279
|
export declare function rootViteConfig(src: readonly Environment[], facts?: ViteFacts): string;
|
|
2280
2280
|
|
|
2281
2281
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
2282
|
-
export declare const SCAFFOLD_RANGE = "^0.0.
|
|
2282
|
+
export declare const SCAFFOLD_RANGE = "^0.0.20";
|
|
2283
2283
|
|
|
2284
2284
|
/**
|
|
2285
2285
|
* Carries a `ScaffoldErrorCode` + optional `context` (AGENTS §12).
|
package/dist/src/core/index.js
CHANGED
|
@@ -228,7 +228,7 @@ var DEFAULT_VERSION = "0.0.1";
|
|
|
228
228
|
/** The `engines.node` range the `blueprint` builder fills. */
|
|
229
229
|
var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
|
|
230
230
|
/** The devDependency range generated packages pin `@orkestrel/scaffold` at. */
|
|
231
|
-
var SCAFFOLD_RANGE = "^0.0.
|
|
231
|
+
var SCAFFOLD_RANGE = "^0.0.20";
|
|
232
232
|
/** Tooling versions shared by scaffold and every generated workspace. */
|
|
233
233
|
var BASE_DEV_DEPENDENCIES = Object.freeze({
|
|
234
234
|
"@microsoft/api-extractor": "^7.58.12",
|