@batonfx/skills 0.3.1 → 0.3.2

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.
@@ -1,5 +1,5 @@
1
1
  $ bun build ./src/index.ts --outdir dist --target bun --format esm
2
- Bundled 175 modules in 571ms
2
+ Bundled 175 modules in 510ms
3
3
 
4
4
  index.js 1.15 MB (entry point)
5
5
 
package/dist/index.js CHANGED
@@ -34905,6 +34905,12 @@ var selectListings = (skills, budgetTokens, recentlyUsed) => {
34905
34905
  class Steering extends exports_Context.Service()("@batonfx/core/Steering") {
34906
34906
  }
34907
34907
 
34908
+ class SteeringQueueFull extends exports_Schema.TaggedErrorClass()("@batonfx/core/SteeringQueueFull", {
34909
+ queue: exports_Schema.Literals(["steering", "followUp"]),
34910
+ capacity: exports_Schema.Number
34911
+ }) {
34912
+ }
34913
+
34908
34914
  // ../core/src/tool-context.ts
34909
34915
  class ToolContext extends exports_Context.Service()("@batonfx/core/ToolContext") {
34910
34916
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@batonfx/skills",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "exports": {
@@ -14,7 +14,7 @@
14
14
  "typecheck": "bun tsc --noEmit"
15
15
  },
16
16
  "dependencies": {
17
- "@batonfx/core": "0.3.1",
17
+ "@batonfx/core": "0.3.2",
18
18
  "effect": "4.0.0-beta.93"
19
19
  },
20
20
  "devDependencies": {