fleetbo-svro 1.0.57 → 1.0.59

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/dist/cli.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- var Q=(e,n)=>()=>{try{return n||e((n={exports:{}}).exports,n),n.exports}catch(s){throw n=0,s}};var V=Q((ke,J)=>{var a=require("fs"),m=require("path"),Z=require("https"),{execSync:ee}=require("child_process"),te="\x1B[38;2;231;233;237m",oe="\x1B[31m",R="\x1B[0m";function T(e){console.log(` ${te}${e}${R}`)}function v(e){console.error(` ${oe}${e}${R}`)}function ne(e){let n={};return e.forEach(s=>{if(s.startsWith("--")){let[o,r]=s.slice(2).split("=");o&&r&&(n[o]=r)}}),n}function N(e,n){try{let s=JSON.parse(a.readFileSync(e,"utf8"));return!!(s.dependencies&&s.dependencies[n]||s.devDependencies&&s.devDependencies[n])}catch{return!1}}function se(e,n){try{return a.existsSync(m.join(e,"node_modules",n,"package.json"))}catch{return!1}}function re(e,n){if(a.existsSync(m.join(e,"pnpm-lock.yaml")))return"pnpm";if(a.existsSync(m.join(e,"yarn.lock")))return"yarn";if(a.existsSync(m.join(e,"bun.lockb")))return"bun";try{let s=JSON.parse(a.readFileSync(n,"utf8"));if(typeof s.packageManager=="string"){if(s.packageManager.startsWith("pnpm"))return"pnpm";if(s.packageManager.startsWith("yarn"))return"yarn";if(s.packageManager.startsWith("bun"))return"bun"}}catch{}return"npm"}function ie(e,n){if(!N(n,"fleetbo-svro")||!se(e,"fleetbo-svro")){let s=re(e,n),o={pnpm:"pnpm add fleetbo-svro",yarn:"yarn add fleetbo-svro",bun:"bun add fleetbo-svro",npm:"npm install fleetbo-svro"}[s];T(`\u2192 Installing fleetbo-svro into the project (detected: ${s})...`);try{ee(o,{cwd:e,stdio:"inherit"}),T("fleetbo-svro installed successfully!")}catch(r){v(`\u26A0\uFE0F Automatic installation failed: ${r.message}`),v(`\u{1F449} Please run '${o}' manually.`)}}}function le(e){let n=m.join(e,"svro.schema.json");if(a.existsSync(n))return;let s=new Date().toISOString(),o={createdAt:s,patchedAt:s,schemaVersion:1,collections:{}};a.writeFileSync(n,JSON.stringify(o,null,2)+`
2
+ var Q=(e,n)=>()=>{try{return n||e((n={exports:{}}).exports,n),n.exports}catch(s){throw n=0,s}};var V=Q((_e,J)=>{var a=require("fs"),m=require("path"),Z=require("https"),{execSync:ee}=require("child_process"),te="\x1B[38;2;231;233;237m",oe="\x1B[31m",R="\x1B[0m";function T(e){console.log(` ${te}${e}${R}`)}function v(e){console.error(` ${oe}${e}${R}`)}function ne(e){let n={};return e.forEach(s=>{if(s.startsWith("--")){let[o,r]=s.slice(2).split("=");o&&r&&(n[o]=r)}}),n}function k(e,n){try{let s=JSON.parse(a.readFileSync(e,"utf8"));return!!(s.dependencies&&s.dependencies[n]||s.devDependencies&&s.devDependencies[n])}catch{return!1}}function se(e,n){try{return a.existsSync(m.join(e,"node_modules",n,"package.json"))}catch{return!1}}function re(e,n){if(a.existsSync(m.join(e,"pnpm-lock.yaml")))return"pnpm";if(a.existsSync(m.join(e,"yarn.lock")))return"yarn";if(a.existsSync(m.join(e,"bun.lockb")))return"bun";try{let s=JSON.parse(a.readFileSync(n,"utf8"));if(typeof s.packageManager=="string"){if(s.packageManager.startsWith("pnpm"))return"pnpm";if(s.packageManager.startsWith("yarn"))return"yarn";if(s.packageManager.startsWith("bun"))return"bun"}}catch{}return"npm"}function ie(e,n){if(!k(n,"fleetbo-svro")||!se(e,"fleetbo-svro")){let s=re(e,n),o={pnpm:"pnpm add fleetbo-svro",yarn:"yarn add fleetbo-svro",bun:"bun add fleetbo-svro",npm:"npm install fleetbo-svro"}[s];T(`\u2192 Installing fleetbo-svro into the project (detected: ${s})...`);try{ee(o,{cwd:e,stdio:"inherit"}),T("fleetbo-svro installed successfully!")}catch(r){v(`\u26A0\uFE0F Automatic installation failed: ${r.message}`),v(`\u{1F449} Please run '${o}' manually.`)}}}function le(e){let n=m.join(e,"svro.schema.json");if(a.existsSync(n))return;let s=new Date().toISOString(),o={createdAt:s,patchedAt:s,schemaVersion:1,collections:{}};a.writeFileSync(n,JSON.stringify(o,null,2)+`
3
3
  `),T("\u2192 Created svro.schema.json at project root.")}function ae(e){let n=m.join(e,".env"),s=`
4
4
  # Fleetbo UI Sandbox Mode
5
5
  # true = Sandbox mode: simulates writes locally for fluid UI testing; no DB access and IDE alert.
@@ -76,7 +76,7 @@ VITE_FLEETBO_ENTERPRISE_ID=${i.enterpriseId}
76
76
  VITE_FLEETBO_KEY_APP=${r}
77
77
  ${t?`VITE_FLEETBO_TESTER_EMAIL=${t}
78
78
  `:""}VITE_FLEETBO_FACEBOOK_APP_ID=${c}
79
- `;a.appendFileSync(s,p),T(".env file updated successfully with Fleetbo keys!")}function U(e){let n=m.join(e,"svro.d.ts");if(a.existsSync(n))try{a.unlinkSync(n),T("\u2192 Removed legacy svro.d.ts from project root.")}catch{}}function B(e,n){if(process.env.FLEETBO_SKIP_TYPECHECK_SETUP)return;let s=m.join(e,"tsconfig.json"),o=m.join(e,"jsconfig.json"),r=a.existsSync(s)?s:o,l=!a.existsSync(r),t={};if(!l)try{t=JSON.parse(a.readFileSync(r,"utf8"))}catch{v(`\u26A0\uFE0F Unable to read ${m.basename(r)} (Invalid JSON).`);return}t.compilerOptions=t.compilerOptions||{};let i=!1,c=N(n,"react");l?(t.compilerOptions.checkJs=!0,t.compilerOptions.allowJs=!0,t.compilerOptions.target=t.compilerOptions.target||"ES2020",t.compilerOptions.module=t.compilerOptions.module||"ESNext",t.compilerOptions.moduleResolution=t.compilerOptions.moduleResolution||"bundler",t.include=["src/**/*"],i=!0):(t.compilerOptions.checkJs===void 0&&(t.compilerOptions.checkJs=!0,i=!0),t.compilerOptions.allowJs===void 0&&(t.compilerOptions.allowJs=!0,i=!0)),c&&t.compilerOptions.jsx===void 0&&(t.compilerOptions.jsx="react-jsx",i=!0),Array.isArray(t.compilerOptions.types)&&t.compilerOptions.types.includes("vite/client")&&(t.compilerOptions.types=t.compilerOptions.types.filter(p=>p!=="vite/client"),t.compilerOptions.types.length===0&&delete t.compilerOptions.types,i=!0,T(`\u2192 Removed legacy "vite/client" entry from ${m.basename(r)}.`)),i&&(a.writeFileSync(r,JSON.stringify(t,null,2)+`
79
+ `;a.appendFileSync(s,p),T(".env file updated successfully with Fleetbo keys!")}function U(e){let n=m.join(e,"svro.d.ts");if(a.existsSync(n))try{a.unlinkSync(n),T("\u2192 Removed legacy svro.d.ts from project root.")}catch{}}function B(e,n){if(process.env.FLEETBO_SKIP_TYPECHECK_SETUP)return;let s=m.join(e,"tsconfig.json"),o=m.join(e,"jsconfig.json"),r=a.existsSync(s)?s:o,l=!a.existsSync(r),t={};if(!l)try{t=JSON.parse(a.readFileSync(r,"utf8"))}catch{v(`\u26A0\uFE0F Unable to read ${m.basename(r)} (Invalid JSON).`);return}t.compilerOptions=t.compilerOptions||{};let i=!1,c=k(n,"react");l?(t.compilerOptions.checkJs=!0,t.compilerOptions.allowJs=!0,t.compilerOptions.target=t.compilerOptions.target||"ES2020",t.compilerOptions.module=t.compilerOptions.module||"ESNext",t.compilerOptions.moduleResolution=t.compilerOptions.moduleResolution||"bundler",t.include=["src/**/*"],i=!0):(t.compilerOptions.checkJs===void 0&&(t.compilerOptions.checkJs=!0,i=!0),t.compilerOptions.allowJs===void 0&&(t.compilerOptions.allowJs=!0,i=!0)),c&&t.compilerOptions.jsx===void 0&&(t.compilerOptions.jsx="react-jsx",i=!0),Array.isArray(t.compilerOptions.types)&&t.compilerOptions.types.includes("vite/client")&&(t.compilerOptions.types=t.compilerOptions.types.filter(p=>p!=="vite/client"),t.compilerOptions.types.length===0&&delete t.compilerOptions.types,i=!0,T(`\u2192 Removed legacy "vite/client" entry from ${m.basename(r)}.`)),i&&(a.writeFileSync(r,JSON.stringify(t,null,2)+`
80
80
  `),T(`\u2192 Updated ${m.basename(r)}.`))}function M(e){let n=["src/app/layout.tsx","src/app/layout.jsx","app/layout.tsx","app/layout.jsx","src/pages/_app.tsx","src/pages/_app.jsx","pages/_app.tsx","pages/_app.jsx","src/main.tsx","src/main.jsx","src/main.ts","src/main.js","src/index.tsx","src/index.jsx","src/index.ts","src/index.js","src/App.tsx","src/App.jsx","src/App.vue","app.vue","src/routes/+layout.svelte","src/routes/+layout.ts","src/main.singletons.ts"];for(let s of n){let o=m.join(e,s);if(a.existsSync(o)){let r=a.readFileSync(o,"utf8");r.includes("fleetbo-svro")||(r.startsWith('"use client"')||r.startsWith("'use client'")?r=r.replace(/(['"]use client['"];?\r?\n)/,`$1import 'fleetbo-svro';
81
81
  `):r=`import 'fleetbo-svro';
82
82
  `+r,a.writeFileSync(o,r));return}}}function $(e,n){if(process.env.FLEETBO_SKIP_AUTOIMPORT_SETUP)return;let o=["vite.config.ts","vite.config.js","vite.config.mjs"].map(c=>m.join(e,c)).find(c=>a.existsSync(c));if(!o)return;let r;try{r=a.readFileSync(o,"utf8")}catch{return}let l="fleetbo-svro",t=r,i=`{
@@ -139,7 +139,7 @@ ${t?`VITE_FLEETBO_TESTER_EMAIL=${t}
139
139
  `;if(f){let h=f.index+f[0].length;t=t.slice(0,h)+`
140
140
  `+g+t.slice(h)}else t=g+t}}}if(!t.includes("fleetbo-auto-runtime")){let c=t.match(/plugins\s*:\s*\[/);if(c){let p=c.index+c[0].length;t=t.slice(0,p)+`
141
141
  `+i+t.slice(p)}}t!==r&&a.writeFileSync(o,t)}function be(e){let n=m.join(e,".vscode"),s=m.join(n,"settings.json");try{a.existsSync(n)||a.mkdirSync(n,{recursive:!0});let o={};if(a.existsSync(s))try{o=JSON.parse(a.readFileSync(s,"utf8"))}catch{o={}}o["workbench.colorCustomizations"]=o["workbench.colorCustomizations"]||{},o["workbench.colorCustomizations"]["editorInfo.foreground"]="#00feae",o["workbench.colorCustomizations"]["editorHint.foreground"]="#00feae",a.writeFileSync(s,JSON.stringify(o,null,2)+`
142
- `),T("\u2192 Configured Fleetbo Cyan visual hints in .vscode/settings.json.")}catch{}}function me(e,n,s={}){let{skipSelfInstall:o=!1}=s,r=m.join(__dirname,"..");o||ie(e,n),le(e),ae(e),de(r),ce(e),be(e),U(e),B(e,n),$(e,n),M(e)}J.exports={touchTsConfig:pe,log:T,logError:v,handleAuthAndEnv:fe,detectDependency:N,cleanupLegacyRootDts:U,patchJsOrTsConfig:B,attemptViteAutoImportPatch:$,injectUniversalRuntime:M,runFullSetup:me}});var d=require("fs"),y=require("path"),H=require("https"),ge=require("http"),_=require("os"),{exec:Fe}=require("child_process"),{runFullSetup:ye,handleAuthAndEnv:he,touchTsConfig:Ee,attemptViteAutoImportPatch:Te,injectUniversalRuntime:Se}=V(),ve="\x1B[34m",Pe="\x1B[31m",W="\x1B[0m";function u(e){console.log(`${ve}${e}${W}`)}function P(e){console.error(`${Pe}${e}${W}`)}function Oe(e){let n=process.platform==="darwin"?"open":process.platform==="win32"?"start":"xdg-open";Fe(`${n} "${e}"`)}function xe(e){return new Promise((n,s)=>{let o=ge.createServer((r,l)=>{if(l.setHeader("Access-Control-Allow-Origin","*"),l.setHeader("Access-Control-Allow-Methods","GET, OPTIONS"),l.setHeader("Access-Control-Allow-Headers","Content-Type, Authorization"),l.setHeader("Access-Control-Allow-Private-Network","true"),r.method==="OPTIONS"){l.writeHead(204),l.end();return}let t=new URL(r.url,"http://127.0.0.1");if(t.pathname==="/callback"){let i=t.searchParams.get("token");if(!i){l.writeHead(400,{"Content-Type":"text/html; charset=utf-8"}),l.end("<h3>Error: Missing token.</h3>");return}let c=y.join(_.homedir(),".fleetbo");d.existsSync(c)||d.mkdirSync(c,{recursive:!0}),d.writeFileSync(y.join(c,"credentials.json"),JSON.stringify({devToken:i,updatedAt:new Date().toISOString()},null,2));let p=y.join(e,".env");if(d.existsSync(p)){let b=d.readFileSync(p,"utf8");b.includes("FLEETBO_DEV_TOKEN=")?b=b.replace(/FLEETBO_DEV_TOKEN=.*/g,`FLEETBO_DEV_TOKEN=${i}`):b+=`
142
+ `),T("\u2192 Configured Fleetbo Cyan visual hints in .vscode/settings.json.")}catch{}}function me(e,n,s={}){let{skipSelfInstall:o=!1}=s,r=m.join(__dirname,"..");o||ie(e,n),le(e),ae(e),de(r),ce(e),be(e),U(e),B(e,n),$(e,n),M(e)}J.exports={touchTsConfig:pe,log:T,logError:v,handleAuthAndEnv:fe,detectDependency:k,cleanupLegacyRootDts:U,patchJsOrTsConfig:B,attemptViteAutoImportPatch:$,injectUniversalRuntime:M,runFullSetup:me}});var d=require("fs"),y=require("path"),H=require("https"),ge=require("http"),N=require("os"),{exec:Fe}=require("child_process"),{runFullSetup:ye,handleAuthAndEnv:he,touchTsConfig:Ee,attemptViteAutoImportPatch:Te,injectUniversalRuntime:Se}=V(),ve="\x1B[34m",Oe="\x1B[31m",W="\x1B[0m";function u(e){console.log(`${ve}${e}${W}`)}function O(e){console.error(`${Oe}${e}${W}`)}function Pe(e){let n=process.platform==="darwin"?"open":process.platform==="win32"?"start":"xdg-open";Fe(`${n} "${e}"`)}function xe(e){return new Promise((n,s)=>{let o=ge.createServer((r,l)=>{if(l.setHeader("Access-Control-Allow-Origin","*"),l.setHeader("Access-Control-Allow-Methods","GET, OPTIONS"),l.setHeader("Access-Control-Allow-Headers","Content-Type, Authorization"),l.setHeader("Access-Control-Allow-Private-Network","true"),r.method==="OPTIONS"){l.writeHead(204),l.end();return}let t=new URL(r.url,"http://127.0.0.1");if(t.pathname==="/callback"){let i=t.searchParams.get("token");if(!i){l.writeHead(400,{"Content-Type":"text/html; charset=utf-8"}),l.end("<h3>Error: Missing token.</h3>");return}let c=y.join(N.homedir(),".fleetbo");d.existsSync(c)||d.mkdirSync(c,{recursive:!0}),d.writeFileSync(y.join(c,"credentials.json"),JSON.stringify({devToken:i,updatedAt:new Date().toISOString()},null,2));let p=y.join(e,".env");if(d.existsSync(p)){let b=d.readFileSync(p,"utf8");b.includes("FLEETBO_DEV_TOKEN=")?b=b.replace(/FLEETBO_DEV_TOKEN=.*/g,`FLEETBO_DEV_TOKEN=${i}`):b+=`
143
143
  FLEETBO_DEV_TOKEN=${i}
144
144
  `,d.writeFileSync(p,b,"utf8")}l.writeHead(200,{"Content-Type":"text/html; charset=utf-8",Connection:"close"}),l.end(`
145
145
  <!DOCTYPE html>
@@ -158,8 +158,8 @@ FLEETBO_DEV_TOKEN=${i}
158
158
  [Fleetbo] Developer token received and stored successfully!`),u(`
159
159
  Next step to connect your AI agents:`),u(` npx fleetbo-svro mcp (Configure Cursor, Windsurf, Claude Code, etc.)
160
160
  `),typeof o.closeAllConnections=="function"&&o.closeAllConnections(),o.close(()=>n()),setTimeout(()=>n(),300)}});o.listen(0,"127.0.0.1",()=>{let l=`https://fleetbo.io/cli-auth?port=${o.address().port}`;u(`
161
- [Fleetbo] Waiting for authentication...`),u(`If your browser does not open automatically, visit: ${l}`),Oe(l);let t=Number(process.env.FLEETBO_LOGIN_TIMEOUT_MS)||12e4;setTimeout(()=>{try{typeof o.closeAllConnections=="function"&&o.closeAllConnections()}catch{}o.close(),s(new Error(`Login timed out after ${Math.round(t/1e3)}s: browser approval not received. Run "npx fleetbo-svro login" once more and approve in the browser.`))},t).unref()}),o.on("error",r=>s(r))})}function Ie(e,n){return new Promise((s,o)=>{let r=JSON.stringify({enterpriseID:e,schema:n}),l={hostname:"fleetbo-gatekeeper.fleetbo.workers.dev",path:"/sync-schema",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r)}},t=H.request(l,i=>{let c="";i.on("data",p=>{c+=p}),i.on("end",()=>{i.statusCode>=200&&i.statusCode<300?s(JSON.parse(c)):o(new Error(`Edge sync failed with HTTP ${i.statusCode}`))})});t.on("error",i=>o(i)),t.write(r),t.end()})}function K(e){let n=y.join(e,".env");if(!d.existsSync(n))return{};let s=d.readFileSync(n,"utf8"),o={};return s.split(`
162
- `).forEach(r=>{let[l,...t]=r.split("=");l&&t.length>0&&(o[l.trim()]=t.join("=").trim())}),o}function q(e,n){return new Promise((s,o)=>{let r=JSON.stringify({projectId:e,moduleName:n}),l={hostname:"getmodulecache-jqycakhlxa-uc.a.run.app",path:"/",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r)}},t=H.request(l,i=>{let c="";i.on("data",p=>{c+=p}),i.on("end",()=>{if(i.statusCode>=200&&i.statusCode<300)try{let p=JSON.parse(c);if(p.success&&p.found&&p.module){let b=p.module.code||p.module.mockCode;s(typeof b=="string"?JSON.parse(b):b)}else s(null)}catch{o(new Error(`Invalid JSON response for ${n}.`))}else o(new Error(`Server error ${i.statusCode} while fetching ${n}`))})});t.on("error",i=>o(i)),t.write(r),t.end()})}var w=process.argv.slice(2),I=w[0];function Ce(e,n){return`# LE CONTRAT DE DONN\xC9ES FLEETBO (FLEETBO DATA CONTRACT)
161
+ [Fleetbo] Waiting for authentication...`),u(`If your browser does not open automatically, visit: ${l}`),Pe(l);let t=Number(process.env.FLEETBO_LOGIN_TIMEOUT_MS)||12e4;setTimeout(()=>{try{typeof o.closeAllConnections=="function"&&o.closeAllConnections()}catch{}o.close(),s(new Error(`Login timed out after ${Math.round(t/1e3)}s: browser approval not received. Run "npx fleetbo-svro login" once more and approve in the browser.`))},t).unref()}),o.on("error",r=>s(r))})}function Ie(e,n){return new Promise((s,o)=>{let r=JSON.stringify({enterpriseID:e,schema:n}),l={hostname:"fleetbo-gatekeeper.fleetbo.workers.dev",path:"/sync-schema",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r)}},t=H.request(l,i=>{let c="";i.on("data",p=>{c+=p}),i.on("end",()=>{i.statusCode>=200&&i.statusCode<300?s(JSON.parse(c)):o(new Error(`Edge sync failed with HTTP ${i.statusCode}`))})});t.on("error",i=>o(i)),t.write(r),t.end()})}function K(e){let n=y.join(e,".env");if(!d.existsSync(n))return{};let s=d.readFileSync(n,"utf8"),o={};return s.split(`
162
+ `).forEach(r=>{let[l,...t]=r.split("=");l&&t.length>0&&(o[l.trim()]=t.join("=").trim())}),o}function q(e,n){return new Promise((s,o)=>{let r=JSON.stringify({projectId:e,moduleName:n}),l={hostname:"getmodulecache-jqycakhlxa-uc.a.run.app",path:"/",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r)}},t=H.request(l,i=>{let c="";i.on("data",p=>{c+=p}),i.on("end",()=>{if(i.statusCode>=200&&i.statusCode<300)try{let p=JSON.parse(c);if(p.success&&p.found&&p.module){let b=p.module.code||p.module.mockCode;s(typeof b=="string"?JSON.parse(b):b)}else s(null)}catch{o(new Error(`Invalid JSON response for ${n}.`))}else o(new Error(`Server error ${i.statusCode} while fetching ${n}`))})});t.on("error",i=>o(i)),t.write(r),t.end()})}var w=process.argv.slice(2),I=w[0];function Ae(e,n){return`# LE CONTRAT DE DONN\xC9ES FLEETBO (FLEETBO DATA CONTRACT)
163
163
 
164
164
  Ce document constitue le **Cahier des charges officiel et le Contrat bilat\xE9ral d'int\xE9grit\xE9** liant le code client (d\xE9veloppeur ou agent IA) et le moteur Data OS Fleetbo SVRO.
165
165
 
@@ -174,9 +174,14 @@ Ce document constitue le **Cahier des charges officiel et le Contrat bilat\xE9ra
174
174
 
175
175
  ### \u{1F6A8} DIRECTIVE D'EX\xC9CUTION OBLIGATOIRE POUR L'AGENT IA
176
176
  1. **Interdiction d'extrapolation** : Ne cr\xE9e aucun champ, type ou endpoint non d\xE9clar\xE9 explicitement dans les contrats scell\xE9s ci-dessous.
177
- 2. **Refus de contournement** : Si un composant n\xE9cessite une donn\xE9e absente du contrat, n'\xE9cris aucun code palliatif : signale imm\xE9diatement le blocage et fournis le prompt de mise \xE0 jour \xE0 ex\xE9cuter dans Fleetbo Studio.
177
+ 2. **Refus de contournement** : Si un composant n\xE9cessite une donn\xE9e absente du contrat, n'\xE9cris aucun code palliatif : fais \xE9voluer le contrat (voir \xAB Faire \xE9voluer le contrat \xBB ci-dessous).
178
178
  3. **Validit\xE9 physique** : Toute g\xE9n\xE9ration de code doit s'aligner \xE0 100 % sur les signatures et sch\xE9mas fournis, sous peine de rejet imm\xE9diat \xE0 l'Edge.
179
179
 
180
+ ### \u{1F501} FAIRE \xC9VOLUER LE CONTRAT (MOD\xC9LISATION)
181
+ * La mod\xE9lisation n'est **pas** une commande shell : \`npx fleetbo-svro\` n'a aucune sous-commande \`update\` ou \`model\` (inutile de lancer \`--help\` pour en chercher une).
182
+ * **Avec le MCP Fleetbo** : appelle l'outil \`fleetbo_update_project\` avec \`name\` et \`filePaths\` (chemins des vues cr\xE9\xE9es, ex. \`src/components/DeskList.jsx\`), plus \`rules\` pour les r\xE8gles m\xE9tier \xE0 formaliser. \`keyApp\` est facultatif : il est lu dans le \`.env\` (VITE_FLEETBO_DB_KEY). Puis ex\xE9cute UNE fois \`npx fleetbo-svro sync\` : il rapatrie les contrats et r\xE9g\xE9n\xE8re ce fichier.
183
+ * **Sans MCP** : interromps-toi et fournis au d\xE9veloppeur le prompt exact \xE0 soumettre \xE0 Alex AI dans Fleetbo Studio (Mode Analyze), puis attends l'ex\xE9cution de \`npx fleetbo-svro sync\`.
184
+
180
185
  ---
181
186
 
182
187
  ## \u{1F4CB} CAHIER DES CHARGES M\xC9TIER (CONTEXTE DU PROJET)
@@ -197,10 +202,11 @@ Ton r\xF4le est de guider le d\xE9veloppeur ou l'utilisateur et de concevoir des
197
202
  - Les formules de calcul, validations, conditions et transitions d'\xE9tat DOIVENT respecter \xE0 la lettre les expressions scell\xE9es dans \`svro.workflow.json\`.
198
203
  - Tout champ non d\xE9clar\xE9 ou calcul non conforme envoy\xE9 \xE0 la base sera rejet\xE9 imm\xE9diatement par le Gatekeeper Edge (HTTP 422).
199
204
 
200
- 2. PROTOCOLE STRICT DE MOD\xC9LISATION ADDITIVE (FRONTEND-FIRST) :
201
- - En environnement agent / MCP : l'agent cr\xE9e ou modifie le composant d'interface avec le SDK global Fleetbo.*, puis appelle imm\xE9diatement l'outil MCP 'fleetbo_update_project' avec les fichiers de vue pour qu'Alex AI d\xE9duise le sch\xE9ma DDL et le workflow.
202
- - D\xE8s le retour positif d'Alex AI, l'agent ex\xE9cute 'npx fleetbo-svro sync' pour sceller l'Edge et mettre \xE0 jour ce contrat.
203
- - Ne demandez JAMAIS \xE0 l'utilisateur de se rendre dans Fleetbo Studio quand le serveur MCP est actif.
205
+ 2. PROTOCOLE STRICT DE REMOD\xC9LISATION OU RESTRUCTURATION DE DONN\xC9ES :
206
+ - Si l'interface utilisateur requiert une nouvelle donn\xE9e, un changement de type, une relation suppl\xE9mentaire ou une r\xE8gle de calcul modifi\xE9e :
207
+ \u{1F449} INTERDICTION FORMELLE d'\xE9crire ou de simuler un contournement c\xF4t\xE9 code client.
208
+ \u{1F449} Avec le MCP Fleetbo : appelle imm\xE9diatement l'outil \`fleetbo_update_project \`, puis \`npx fleetbo-svro sync \`. Ne demande JAMAIS \xE0 l'utilisateur de se rendre dans Fleetbo Studio quand le serveur MCP est actif.
209
+ \u{1F449} Sans MCP : l'agent frontend DOIT IMM\xC9DIATEMENT interrompre son travail et fournir au d\xE9veloppeur le prompt exact \xE0 soumettre \xE0 Alex AI dans Fleetbo Studio.
204
210
 
205
211
  3. S\xC9PARATION STRICTE DES RESPONSABILIT\xC9S :
206
212
  - Agent Frontend : g\xE8re exclusivement l'ergonomie, les composants d'affichage et l'UX.
@@ -240,26 +246,26 @@ ${JSON.stringify(e||{},null,2)}
240
246
  \`\`\`json
241
247
  ${JSON.stringify(n||{},null,2)}
242
248
  \`\`\`
243
- `}async function Ae(){let e=process.cwd(),n=y.join(e,"package.json");if(I==="init"||I==="doctor")u(`
249
+ `}async function Ce(){let e=process.cwd(),n=y.join(e,"package.json");if(I==="init"||I==="doctor")u(`
244
250
  [Fleetbo] Initializing and configuring Fleetbo...`),await he(e,w),ye(e,n),u(`
245
251
  [Fleetbo] Configuration completed successfully!
246
252
  `),u(`
247
253
  Next step:`),u(` npx fleetbo-svro sync (Sync cloud schema & generate IDE types)
248
254
  `);else if(I==="sync"){let s=w.includes("--dry-run");u(`[Fleetbo] Syncing schema...${s?" (dry-run)":""}`);let o=y.join(e,"svro.schema.json"),r=y.join(e,"svro.workflow.json"),l=y.join(e,"Fleetbo_contract.md"),t=y.join(__dirname,".."),i=y.join(t,"index.d.ts"),c=y.join(e,"src","fleetbo.d.ts"),b=K(e).VITE_FLEETBO_ENTERPRISE_ID,f=null,g=null;if(b)try{u("\u2192 Fetching latest contracts from Fleetbo Cloud..."),f=await q(b,"svro.schema.json"),f&&(d.writeFileSync(o,JSON.stringify(f,null,2)+`
249
255
  `),u("\u2192 Local svro.schema.json updated.")),g=await q(b,"svro.workflow.json"),g&&(d.writeFileSync(r,JSON.stringify(g,null,2)+`
250
- `),u("\u2192 Local svro.workflow.json updated."))}catch(F){P(`\u26A0\uFE0F Cloud fetch bypassed: ${F.message}. Using local file fallback.`)}else P("\u26A0\uFE0F VITE_FLEETBO_ENTERPRISE_ID missing in .env. Skipping cloud fetch.");let h=f;if(!h&&d.existsSync(o))try{h=JSON.parse(d.readFileSync(o,"utf8"))}catch{}h||(h={context:"Application en cours de mod\xE9lisation initiale.",collections:{}},d.writeFileSync(o,JSON.stringify(h,null,2)+`
256
+ `),u("\u2192 Local svro.workflow.json updated."))}catch(F){O(`\u26A0\uFE0F Cloud fetch bypassed: ${F.message}. Using local file fallback.`)}else O("\u26A0\uFE0F VITE_FLEETBO_ENTERPRISE_ID missing in .env. Skipping cloud fetch.");let h=f;if(!h&&d.existsSync(o))try{h=JSON.parse(d.readFileSync(o,"utf8"))}catch{}h||(h={context:"Application en cours de mod\xE9lisation initiale.",collections:{}},d.writeFileSync(o,JSON.stringify(h,null,2)+`
251
257
  `,"utf8"),u("\u2192 Initial blank svro.schema.json created."));let E=g;if(!E&&d.existsSync(r))try{E=JSON.parse(d.readFileSync(r,"utf8"))}catch{}E||(E={actors:{},sequences:[]},d.writeFileSync(r,JSON.stringify(E,null,2)+`
252
- `,"utf8"),u("\u2192 Initial blank svro.workflow.json created."));let S=Ce(h,E);d.writeFileSync(l,S,"utf8"),u("\u2192 Fleetbo_contract.md successfully generated at project root.");try{let F=Object.keys(h.collections||{});if(b)try{await Ie(b,h),u("\u2192 Schema successfully sealed at Fleetbo Global Edge (O(1)).")}catch(O){P(`\u26A0\uFE0F Fleetbo Edge Shield sync warning: ${O.message}`)}let C=h.collections||{},D=Object.entries(C).map(([O,L])=>{let G=L.fields||L.schema||{},X=Object.entries(G).map(([z,k])=>{let A="any",x=String(typeof k=="string"?k:k.type||"").toLowerCase();return x==="string"||x==="text"||x==="media"?A="string":x==="number"?A="number":x==="boolean"||x==="toggle"?A="boolean":x==="array"&&(A="any[]"),` ${z}?:${A};`}).join(`
253
- `);return` ${O}: {
258
+ `,"utf8"),u("\u2192 Initial blank svro.workflow.json created."));let S=Ae(h,E);d.writeFileSync(l,S,"utf8"),u("\u2192 Fleetbo_contract.md successfully generated at project root.");try{let F=Object.keys(h.collections||{});if(b)try{await Ie(b,h),u("\u2192 Schema successfully sealed at Fleetbo Global Edge (O(1)).")}catch(P){O(`\u26A0\uFE0F Fleetbo Edge Shield sync warning: ${P.message}`)}let A=h.collections||{},j=Object.entries(A).map(([P,L])=>{let G=L.fields||L.schema||{},X=Object.entries(G).map(([z,_])=>{let C="any",x=String(typeof _=="string"?_:_.type||"").toLowerCase();return x==="string"||x==="text"||x==="media"?C="string":x==="number"?C="number":x==="boolean"||x==="toggle"?C="boolean":x==="array"&&(C="any[]"),` ${z}?:${C};`}).join(`
259
+ `);return` ${P}: {
254
260
  ${X}
255
261
  };`}).join(`
256
- `),j=F.length>0?F.map(O=>`'${O}'`).join(" | "):"string",Y=`// Generated by fleetbo-svro \u2014 Updated via fleetbo sync
262
+ `),D=F.length>0?F.map(P=>`'${P}'`).join(" | "):"string",Y=`// Generated by fleetbo-svro \u2014 Updated via fleetbo sync
257
263
 
258
264
  export interface FleetboSchemaMap {
259
- ${D}
265
+ ${j}
260
266
  }
261
267
 
262
- export type KnownFleetboTables = ${j};
268
+ export type KnownFleetboTables = ${D};
263
269
 
264
270
  export type FleetboTables =
265
271
  | KnownFleetboTables
@@ -516,7 +522,7 @@ declare module 'svelte/elements' {
516
522
  'fleetbo-reference': FleetboProp;
517
523
  }
518
524
  }
519
- `;if(d.writeFileSync(i,Y),d.existsSync(y.dirname(c))){let O=`/* eslint-disable */
525
+ `;if(d.writeFileSync(i,Y),d.existsSync(y.dirname(c))){let P=`/* eslint-disable */
520
526
  /* prettier-ignore */
521
527
  // @ts-nocheck
522
528
  // Generated by fleetbo-svro \u2014 Updated via fleetbo sync
@@ -545,11 +551,11 @@ type FleetboProp = {
545
551
  };
546
552
 
547
553
  interface FleetboSchemaMap {
548
- ${D}
554
+ ${j}
549
555
  }
550
556
 
551
557
  declare global {
552
- type KnownFleetboTables = ${j};
558
+ type KnownFleetboTables = ${D};
553
559
  type FleetboTables = KnownFleetboTables | (string & { _fleetboPending?: never });
554
560
  type FleetboData<T extends string> = T extends KnownFleetboTables
555
561
  ? Partial<FleetboSchemaMap[T]>
@@ -650,15 +656,15 @@ declare module 'svelte/elements' {
650
656
  'fleetbo-reference': FleetboProp;
651
657
  }
652
658
  }
653
- `;d.writeFileSync(c,O)}Ee(e),Te(e,n),Se(e),u(`[Fleetbo] Schema synced successfully (${F.length} collection(s)).`),s&&u("\u2192 [Dry-run] Schema is valid.")}catch(F){P(`Error during synchronization: ${F.message}`),process.exit(1)}}else if(I==="mcp"){let s=w.includes("--run"),o=!1;if(!s&&!process.stdin.isTTY&&(s=await new Promise(f=>{let g=process.stdin,h=null,E=C=>{clearTimeout(h),g.removeListener("data",S),g.removeListener("end",F),g.removeListener("error",F),f(C)},S=C=>{g.pause(),g.unshift(C),o=!0,E(!0)},F=()=>E(!1);h=setTimeout(()=>{g.pause(),E(!1)},1500),g.on("data",S),g.once("end",F),g.once("error",F)})),s){try{await import(`file://${y.join(__dirname,"fleetbo-mcp.js")}`),o&&process.stdin.resume()}catch(f){P(`Failed to start MCP server: ${f.message}`),process.exit(1)}return}u(`
654
- [Fleetbo] Configuring MCP server for your environment...`);let l=K(e).FLEETBO_DEV_TOKEN||process.env.FLEETBO_DEV_TOKEN||"";if(!l){let f=y.join(_.homedir(),".fleetbo","credentials.json");if(d.existsSync(f))try{l=JSON.parse(d.readFileSync(f,"utf8")).devToken||""}catch{}}let t={command:"npx",args:["-y","fleetbo-svro","mcp","--run"],env:{FLEETBO_DEV_TOKEN:l}},i=(f,g,h)=>{let E=y.dirname(f);d.existsSync(E)||d.mkdirSync(E,{recursive:!0});let S={mcpServers:{}};if(d.existsSync(f))try{let F=JSON.parse(d.readFileSync(f,"utf8"));F&&typeof F=="object"&&!Array.isArray(F)&&(S=F)}catch{}S.mcpServers=S.mcpServers||{},S.mcpServers[g]=h,d.writeFileSync(f,JSON.stringify(S,null,2)+`
655
- `)},c=y.join(e,".cursor"),p=y.join(c,"mcp.json");i(p,"fleetbo-svro",t),u("\u2192 Configured for Cursor (.cursor/mcp.json)");let b=y.join(_.homedir(),".codeium","windsurf","mcp_config.json");if(d.existsSync(y.dirname(b))&&(i(b,"fleetbo-svro",t),u("\u2192 Configured for Windsurf (~/.codeium/windsurf/mcp_config.json)")),u(`
659
+ `;d.writeFileSync(c,P)}Ee(e),Te(e,n),Se(e),u(`[Fleetbo] Schema synced successfully (${F.length} collection(s)).`),s&&u("\u2192 [Dry-run] Schema is valid.")}catch(F){O(`Error during synchronization: ${F.message}`),process.exit(1)}}else if(I==="mcp"){let s=w.includes("--run"),o=!1;if(!s&&!process.stdin.isTTY&&(s=await new Promise(f=>{let g=process.stdin,h=null,E=A=>{clearTimeout(h),g.removeListener("data",S),g.removeListener("end",F),g.removeListener("error",F),f(A)},S=A=>{g.pause(),g.unshift(A),o=!0,E(!0)},F=()=>E(!1);h=setTimeout(()=>{g.pause(),E(!1)},1500),g.on("data",S),g.once("end",F),g.once("error",F)})),s){try{await import(`file://${y.join(__dirname,"fleetbo-mcp.js")}`),o&&process.stdin.resume()}catch(f){O(`Failed to start MCP server: ${f.message}`),process.exit(1)}return}u(`
660
+ [Fleetbo] Configuring MCP server for your environment...`);let l=K(e).FLEETBO_DEV_TOKEN||process.env.FLEETBO_DEV_TOKEN||"";if(!l){let f=y.join(N.homedir(),".fleetbo","credentials.json");if(d.existsSync(f))try{l=JSON.parse(d.readFileSync(f,"utf8")).devToken||""}catch{}}let t={command:"npx",args:["-y","fleetbo-svro","mcp","--run"],env:{FLEETBO_DEV_TOKEN:l}},i=(f,g,h)=>{let E=y.dirname(f);d.existsSync(E)||d.mkdirSync(E,{recursive:!0});let S={mcpServers:{}};if(d.existsSync(f))try{let F=JSON.parse(d.readFileSync(f,"utf8"));F&&typeof F=="object"&&!Array.isArray(F)&&(S=F)}catch{}S.mcpServers=S.mcpServers||{},S.mcpServers[g]=h,d.writeFileSync(f,JSON.stringify(S,null,2)+`
661
+ `)},c=y.join(e,".cursor"),p=y.join(c,"mcp.json");i(p,"fleetbo-svro",t),u("\u2192 Configured for Cursor (.cursor/mcp.json)");let b=y.join(N.homedir(),".codeium","windsurf","mcp_config.json");if(d.existsSync(y.dirname(b))&&(i(b,"fleetbo-svro",t),u("\u2192 Configured for Windsurf (~/.codeium/windsurf/mcp_config.json)")),u(`
656
662
  Universal connection command for Claude Code and standalone agents:`),u(` claude mcp add fleetbo-svro -- npx -y fleetbo-svro mcp --run
657
- `),!l)P('\u26A0\uFE0F No developer token found. Run "npx fleetbo-svro login" or set FLEETBO_DEV_TOKEN in your .env file.');else{let f=`# FLEETBO DATA OS \u2014 DIRECTIVES SYST\xC8ME
663
+ `),!l)O('\u26A0\uFE0F No developer token found. Run "npx fleetbo-svro login" or set FLEETBO_DEV_TOKEN in your .env file.');else{let f=`# FLEETBO DATA OS \u2014 DIRECTIVES SYST\xC8ME
658
664
 
659
- 1. TOUTE demande de cr\xE9ation d'application DOIT imm\xE9diatement d\xE9clencher l'outil MCP 'fleetbo_create_project'.
660
- 2. Le serveur MCP est d\xE9j\xE0 pr\xE9-authentifi\xE9 : n'inspecte pas le shell ('env', 'grep'), n'explore pas le syst\xE8me de fichiers et ne lance pas de connexion. Seule exception : si un outil renvoie \xAB FLEETBO_DEV_TOKEN missing \xBB, ex\xE9cute UNE fois 'npx fleetbo-svro login', attends qu'elle se termine (le d\xE9veloppeur valide dans le navigateur), puis relance l'outil.
661
- 3. Si 'keyApp' n'est pas fourni, d\xE9duis-le directement du nom du projet en snake_case (ex: "Coworking Space" -> "coworking_space").
665
+ 1. TOUTE demande de cr\xE9ation d'une NOUVELLE application DOIT d\xE9clencher l'outil MCP 'fleetbo_create_project'. Mais si le '.env' du projet contient d\xE9j\xE0 VITE_FLEETBO_DB_KEY (ou si 'svro.schema.json' existe), le projet EXISTE : n'appelle JAMAIS 'fleetbo_create_project' ; utilise 'fleetbo_update_project' (le 'keyApp' est la valeur de VITE_FLEETBO_DB_KEY, et il est facultatif : l'outil le lit tout seul).
666
+ 2. Le serveur MCP est d\xE9j\xE0 pr\xE9-authentifi\xE9 : n'inspecte pas le shell ('env', 'grep'), ne parcours pas le syst\xE8me de fichiers hors de la racine du projet et ne lance pas de connexion (lire le '.env' du projet est autoris\xE9). Seule exception : si un outil renvoie \xAB FLEETBO_DEV_TOKEN missing \xBB, ex\xE9cute UNE fois 'npx fleetbo-svro login', attends qu'elle se termine (le d\xE9veloppeur valide dans le navigateur), puis relance l'outil.
667
+ 3. CR\xC9ATION UNIQUEMENT : si 'keyApp' n'est pas fourni, d\xE9duis-le du nom du projet en snake_case (ex: "Coworking Space" -> "coworking_space"). Pour un projet existant, ne d\xE9duis JAMAIS le keyApp : laisse l'outil le lire dans le '.env'.
662
668
  4. D\xE8s la cr\xE9ation valid\xE9e, ex\xE9cute la commande renvoy\xE9e ('commandInit') \xE0 la racine et commence le code UI avec l'objet global Fleetbo.*.
663
669
  5. Si l'outil 'fleetbo_create_project' n'appara\xEEt pas dans tes outils : n'improvise pas et n'explore rien. Ex\xE9cute UNE fois 'npx fleetbo-svro mcp', puis demande au d\xE9veloppeur de recharger son \xE9diteur.
664
670
  6. Pour les r\xE8gles Fleetbo, la seule source est 'Fleetbo_contract.md' (racine, g\xE9n\xE9r\xE9 par 'npx fleetbo-svro sync') ou l'outil MCP 'fleetbo_get_contract' : ne charge pas les autres fichiers .md du projet.
@@ -672,6 +678,8 @@ Commands:
672
678
  sync Seal the schema/workflow on the Edge and generate Fleetbo_contract.md + IDE types
673
679
 
674
680
  AI agents: to create a project, call the MCP tool "fleetbo_create_project" (already authenticated).
681
+ Modeling has NO shell command: to evolve the schema/workflow from your UI files, call the MCP tool
682
+ "fleetbo_update_project" (keyApp is optional), then run "sync" once.
675
683
  Run login / mcp at most once each and wait for them to finish. Nothing else needs to be
676
684
  discovered: do not search the filesystem or read files outside the project.
677
- `),process.exit(0)):(P('Unknown command. Run "npx fleetbo-svro --help".'),process.exit(1))}Ae().catch(e=>{P(`Fleetbo CLI Error: ${e.message}`),process.exit(1)});
685
+ `),process.exit(0)):(O('Unknown command. Run "npx fleetbo-svro --help".'),process.exit(1))}Ce().catch(e=>{O(`Fleetbo CLI Error: ${e.message}`),process.exit(1)});
@@ -25,6 +25,20 @@ function getDevToken() {
25
25
 
26
26
  const CLOUD_RUN_REGION = "jqycakhlxa-uc.a.run.app";
27
27
 
28
+ // keyApp d'un projet déjà initialisé : lu dans le .env de la racine du projet (cwd du serveur MCP)
29
+ function readKeyAppFromEnv(projectRoot) {
30
+ try {
31
+ const envPath = path.join(projectRoot, ".env");
32
+ if (!fs.existsSync(envPath)) return null;
33
+ const m = fs.readFileSync(envPath, "utf8").match(/^\s*VITE_FLEETBO_DB_KEY\s*=\s*(.+?)\s*$/m);
34
+ if (!m) return null;
35
+ const v = m[1].replace(/\s+#.*$/, "").replace(/^["']|["']$/g, "").trim();
36
+ return v.length >= 2 ? v : null;
37
+ } catch (_) {
38
+ return null;
39
+ }
40
+ }
41
+
28
42
  // ============================================================================
29
43
  // CONTRAT DE DONNÉES & DIRECTIVES STRICTES D'ARCHITECTURE FLEETBO SVRO
30
44
  // ============================================================================
@@ -168,10 +182,11 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
168
182
  {
169
183
  name: "fleetbo_create_project",
170
184
  description:
171
- "CRITICAL DIRECTIVE: YOU MUST CALL THIS TOOL FIRST. Creates a new Fleetbo Cloud project. " +
172
- "This tool is already authenticated and returns the exact next command to run: no shell command, " +
173
- "environment inspection or filesystem search is needed before calling it. " +
174
- "Call this tool IMMEDIATELY at the start of the conversation. " +
185
+ "Creates a NEW Fleetbo Cloud project. Call this ONLY when starting a brand new application from scratch. " +
186
+ "DO NOT call it if the project is already initialized (VITE_FLEETBO_DB_KEY present in .env, or svro.schema.json exists): " +
187
+ "use 'fleetbo_update_project' instead. " +
188
+ "This tool is already authenticated and returns the exact next command to run: no shell command " +
189
+ "or filesystem search is needed before calling it. " +
175
190
  "Only if it returns a missing-token error: run 'npx fleetbo-svro login' once, wait for it to finish, then call this tool again.",
176
191
  inputSchema: {
177
192
  type: "object",
@@ -184,14 +199,17 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
184
199
  },
185
200
  {
186
201
  name: "fleetbo_update_project",
187
- description:
188
- "Step 3 & 5: Analyzes UI component files (JSX, TSX, Vue) and business rules to forge or enrich DDL schema and workflow additively.",
202
+ description:
203
+ "Models / updates the project's data contract (svro.schema.json + svro.workflow.json) from UI component files and business rules, additively. " +
204
+ "This is the ONLY way to evolve the contract: there is no shell command for it. " +
205
+ "Pass 'filePaths' (e.g. ['src/components/DeskList.jsx']); 'keyApp' is optional (read from .env). " +
206
+ "Afterwards run 'npx fleetbo-svro sync' once.",
189
207
  inputSchema: {
190
208
  type: "object",
191
209
  properties: {
192
210
  keyApp: {
193
211
  type: "string",
194
- description: "Unique application key (e.g. coworking_prod)",
212
+ description: "Unique application key (e.g. coworking_prod). Optional: if omitted, it is read from VITE_FLEETBO_DB_KEY in the project's .env.",
195
213
  },
196
214
  name: {
197
215
  type: "string",
@@ -219,7 +237,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
219
237
  description: "View files already loaded in memory [{ name, content }].",
220
238
  },
221
239
  },
222
- required: ["keyApp", "name"],
240
+ required: ["name"],
223
241
  },
224
242
  },
225
243
  {
@@ -373,7 +391,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
373
391
  // --- ACTION 2 : UPDATE PROJECT (MODÉLISATION ADDITIVE) ---
374
392
  if (name === "fleetbo_update_project") {
375
393
  const schema = z.object({
376
- keyApp: z.string().min(2),
394
+ keyApp: z.string().min(2).optional(),
377
395
  name: z.string().min(2),
378
396
  rules: z.string().optional(),
379
397
  filePaths: z.array(z.string()).optional(),
@@ -388,6 +406,13 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
388
406
  });
389
407
  const params = schema.parse(args);
390
408
 
409
+ const activeKeyApp = params.keyApp?.trim() || readKeyAppFromEnv(path.resolve(process.cwd()));
410
+ if (!activeKeyApp) {
411
+ throw new Error(
412
+ "keyApp not provided and VITE_FLEETBO_DB_KEY not found in the project's .env. Pass 'keyApp' explicitly."
413
+ );
414
+ }
415
+
391
416
  const filesPayload = [...(params.viewFiles || [])];
392
417
 
393
418
  const ALLOWED_EXTENSIONS = new Set([".jsx", ".tsx", ".vue", ".svelte", ".js", ".ts", ".html"]);
@@ -462,7 +487,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
462
487
  },
463
488
  body: JSON.stringify({
464
489
  data: {
465
- keyApp: params.keyApp,
490
+ keyApp: activeKeyApp,
466
491
  name: params.name,
467
492
  newViewFiles: filesPayload,
468
493
  fleetbo_rules: params.rules || "",
@@ -475,13 +500,17 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
475
500
  throw new Error(json.error?.message || "Failed to model project on Fleetbo Cloud.");
476
501
  }
477
502
 
503
+ const cloudWarnings = json?.result?.data?.warnings || json?.data?.warnings || [];
504
+
478
505
  return {
479
506
  content: [
480
507
  {
481
508
  type: "text",
482
509
  text: JSON.stringify(
483
510
  {
484
- status: "SUCCESS",
511
+ status: cloudWarnings.length ? "PARTIAL" : "SUCCESS",
512
+ keyApp: activeKeyApp,
513
+ ...(cloudWarnings.length ? { warnings: cloudWarnings } : {}),
485
514
  message: `Alex AI modeled ${filesPayload.length} component(s) and registered business rules successfully.`,
486
515
  actionRequired: "npx fleetbo-svro sync",
487
516
  directive:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-svro",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "exports": {