struere 0.5.5 → 0.5.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.
@@ -21272,10 +21272,11 @@ function getBuiltinToolParameters(name) {
21272
21272
  type: "object",
21273
21273
  properties: {
21274
21274
  id: { type: "string", description: "The entity ID to update" },
21275
+ type: { type: "string", description: 'The entity type slug (e.g., "session", "teacher"). Must match the actual type of the entity being updated.' },
21275
21276
  data: { type: "object", description: "The fields to update (merged with existing data)" },
21276
21277
  status: { type: "string", description: "Optional new status" }
21277
21278
  },
21278
- required: ["id", "data"]
21279
+ required: ["id", "type", "data"]
21279
21280
  },
21280
21281
  "entity.delete": {
21281
21282
  type: "object",
@@ -23060,7 +23061,7 @@ var pullCommand = new Command("pull").description("Pull remote resources to loca
23060
23061
  // package.json
23061
23062
  var package_default = {
23062
23063
  name: "struere",
23063
- version: "0.5.5",
23064
+ version: "0.5.6",
23064
23065
  description: "Build, test, and deploy AI agents",
23065
23066
  keywords: [
23066
23067
  "ai",
package/dist/cli/index.js CHANGED
@@ -2068,10 +2068,11 @@ function getBuiltinToolParameters(name) {
2068
2068
  type: "object",
2069
2069
  properties: {
2070
2070
  id: { type: "string", description: "The entity ID to update" },
2071
+ type: { type: "string", description: 'The entity type slug (e.g., "session", "teacher"). Must match the actual type of the entity being updated.' },
2071
2072
  data: { type: "object", description: "The fields to update (merged with existing data)" },
2072
2073
  status: { type: "string", description: "Optional new status" }
2073
2074
  },
2074
- required: ["id", "data"]
2075
+ required: ["id", "type", "data"]
2075
2076
  },
2076
2077
  "entity.delete": {
2077
2078
  type: "object",
@@ -3887,7 +3888,7 @@ var pullCommand = new Command14("pull").description("Pull remote resources to lo
3887
3888
  // package.json
3888
3889
  var package_default = {
3889
3890
  name: "struere",
3890
- version: "0.5.5",
3891
+ version: "0.5.6",
3891
3892
  description: "Build, test, and deploy AI agents",
3892
3893
  keywords: [
3893
3894
  "ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "struere",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Build, test, and deploy AI agents",
5
5
  "keywords": [
6
6
  "ai",