@voyant-travel/availability 0.2.12 → 0.2.14

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/README.md CHANGED
@@ -15,3 +15,14 @@ importing the schema from here.
15
15
 
16
16
  - `.` / `./schema` — the `availability_*` Drizzle tables, enums, relations and
17
17
  inferred types.
18
+
19
+ ## Agent Tool Boundary
20
+
21
+ This foundational package's executable Tool posture is **not applicable**. It owns schema only;
22
+ there is no public availability service or route to bind without querying tables directly. The
23
+ provider-neutral availability services are owned by `@voyant-travel/operations`, whose selected
24
+ Tools cover overview, aggregates, rules, start times, departures, and closeouts.
25
+
26
+ Adding Tools here would first require moving that service ownership out of Operations, including
27
+ its catalog and runtime dependencies. No such migration is selected: duplicate MCP wrappers over
28
+ the same tables would create competing capability ownership rather than fill a coverage gap.
package/dist/voyant.js CHANGED
@@ -21,6 +21,10 @@ export const availabilityVoyantModule = defineModule({
21
21
  },
22
22
  meta: {
23
23
  ownership: "package",
24
+ agentTools: {
25
+ posture: "not-applicable",
26
+ rationale: "This package owns shared availability schemas only; executable availability and departure services are owned and Tool-backed by Operations.",
27
+ },
24
28
  },
25
29
  });
26
30
  export default availabilityVoyantModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/availability",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "Availability domain schema — bookable slots, rules, start times, holds, pickups and capacity. The foundational owner consumed by bookings, operations and accommodations.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "drizzle-orm": "^0.45.2",
46
- "@voyant-travel/core": "^0.123.0",
47
- "@voyant-travel/db": "^0.114.6"
46
+ "@voyant-travel/core": "^0.125.0",
47
+ "@voyant-travel/db": "^0.114.9"
48
48
  },
49
49
  "devDependencies": {
50
50
  "drizzle-kit": "^0.31.10",