fleetbo-svro 1.0.62 → 1.0.63

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.
@@ -569,10 +569,13 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
569
569
  status: cloudWarnings.length ? "PARTIAL" : "SUCCESS",
570
570
  keyApp: activeKeyApp,
571
571
  ...(cloudWarnings.length ? { warnings: cloudWarnings } : {}),
572
- message: `Alex AI modeled ${filesPayload.length} component(s) and registered business rules successfully.`,
573
- actionRequired: "npx fleetbo-svro sync",
574
- directive:
575
- "RUN 'npx fleetbo-svro sync' in terminal now to fetch contracts, seal Edge KV, update TypeScript types and generate Fleetbo_contract.md.",
572
+ message: cloudWarnings.length
573
+ ? `Alex AI could NOT update the data structure (${cloudWarnings.join(", ")}). The contract is unchanged: do NOT tell the user it was saved.`
574
+ : `Alex AI modeled ${filesPayload.length} component(s) and registered business rules successfully.`,
575
+ actionRequired: cloudWarnings.length ? "retry fleetbo_update_project once" : "npx fleetbo-svro sync",
576
+ directive: cloudWarnings.length
577
+ ? "Retry 'fleetbo_update_project' once. If it fails again, do NOT run sync as if it had worked: tell the user in plain words that the structure could not be saved, and give them the ready-to-paste message for Alex in Fleetbo Studio."
578
+ : "RUN 'npx fleetbo-svro sync' in terminal now to fetch contracts, seal Edge KV, update TypeScript types and generate Fleetbo_contract.md.",
576
579
  },
577
580
  null,
578
581
  2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-svro",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "exports": {