@orkestrel/tool 0.0.5 → 0.0.6

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/tool",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Concrete LLM-callable tools for the @orkestrel line — workflow authoring, workspace editing, and sub-agent delegation, over the agent tool runtime, with pluggable stores. Part of the @orkestrel line.",
5
5
  "keywords": [
6
6
  "agent",
@@ -76,7 +76,7 @@
76
76
  "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test"
77
77
  },
78
78
  "dependencies": {
79
- "@orkestrel/agent": "^0.0.9",
79
+ "@orkestrel/agent": "^0.0.11",
80
80
  "@orkestrel/contract": "^0.0.8",
81
81
  "@orkestrel/database": "^0.0.6",
82
82
  "@orkestrel/relation": "^0.0.6",
@@ -87,7 +87,7 @@
87
87
  "devDependencies": {
88
88
  "@microsoft/api-extractor": "^7.58.12",
89
89
  "@orkestrel/guide": "^0.0.7",
90
- "@orkestrel/scaffold": "^0.0.7",
90
+ "@orkestrel/scaffold": "^0.0.11",
91
91
  "@types/node": "^26.1.2",
92
92
  "@vitest/browser-playwright": "^4.1.10",
93
93
  "oxfmt": "^0.61.0",