@orkestrel/scaffold 0.0.45 → 0.0.46
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/agents/orkestrel.md +4 -3
- package/dist/host/codex/config.toml +4 -0
- package/dist/host/cursor/mcp.json +4 -0
- package/dist/host/dotfiles/mcp.json +4 -0
- package/dist/src/core/index.cjs +2 -1
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.js +2 -1
- package/dist/src/core/index.js.map +1 -1
- package/package.json +2 -1
package/dist/src/core/index.js
CHANGED
|
@@ -314,7 +314,8 @@ var DEFAULT_ENGINES = `>=${MINIMUM_NODE_VERSION}`;
|
|
|
314
314
|
/** The tooling versions scaffold and every generated workspace share. */
|
|
315
315
|
var BASE_DEV_DEPENDENCIES = Object.freeze({
|
|
316
316
|
"@orkestrel/guide": "^0.0.12",
|
|
317
|
-
"@orkestrel/
|
|
317
|
+
"@orkestrel/probe": "^0.0.1",
|
|
318
|
+
"@orkestrel/scaffold": "^0.0.46",
|
|
318
319
|
"@orkestrel/test": "^0.0.7",
|
|
319
320
|
"@types/node": "^26.2.0",
|
|
320
321
|
oxfmt: "^0.64.0",
|