fleetbo-svro 1.0.49 → 1.0.51

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,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
- var Q=(e,o)=>()=>{try{return o||e((o={exports:{}}).exports,o),o.exports}catch(s){throw o=0,s}};var J=Q((ke,$)=>{var a=require("fs"),f=require("path"),Z=require("https"),{execSync:ee}=require("child_process"),te="\x1B[38;2;231;233;237m",oe="\x1B[31m",j="\x1B[0m";function g(e){console.log(` ${te}${e}${j}`)}function E(e){console.error(` ${oe}${e}${j}`)}function ne(e){let o={};return e.forEach(s=>{if(s.startsWith("--")){let[n,r]=s.slice(2).split("=");n&&r&&(o[n]=r)}}),o}function w(e,o){try{let s=JSON.parse(a.readFileSync(e,"utf8"));return!!(s.dependencies&&s.dependencies[o]||s.devDependencies&&s.devDependencies[o])}catch{return!1}}function se(e,o){try{return a.existsSync(f.join(e,"node_modules",o,"package.json"))}catch{return!1}}function re(e,o){if(a.existsSync(f.join(e,"pnpm-lock.yaml")))return"pnpm";if(a.existsSync(f.join(e,"yarn.lock")))return"yarn";if(a.existsSync(f.join(e,"bun.lockb")))return"bun";try{let s=JSON.parse(a.readFileSync(o,"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,o){if(!w(o,"fleetbo-svro")||!se(e,"fleetbo-svro")){let s=re(e,o),n={pnpm:"pnpm add fleetbo-svro",yarn:"yarn add fleetbo-svro",bun:"bun add fleetbo-svro",npm:"npm install fleetbo-svro"}[s];g(`\u2192 Installing fleetbo-svro into the project (detected: ${s})...`);try{ee(n,{cwd:e,stdio:"inherit"}),g("fleetbo-svro installed successfully!")}catch(r){E(`\u26A0\uFE0F Automatic installation failed: ${r.message}`),E(`\u{1F449} Please run '${n}' manually.`)}}}function le(e){let o=f.join(e,"svro.schema.json");if(a.existsSync(o))return;let s=new Date().toISOString(),n={createdAt:s,patchedAt:s,schemaVersion:1,collections:{}};a.writeFileSync(o,JSON.stringify(n,null,2)+`
3
- `),g("\u2192 Created svro.schema.json at project root.")}function ae(e){let o=f.join(e,".env"),s=`
2
+ var Q=(e,o)=>()=>{try{return o||e((o={exports:{}}).exports,o),o.exports}catch(s){throw o=0,s}};var J=Q((ke,$)=>{var a=require("fs"),f=require("path"),Z=require("https"),{execSync:ee}=require("child_process"),te="\x1B[38;2;231;233;237m",oe="\x1B[31m",j="\x1B[0m";function y(e){console.log(` ${te}${e}${j}`)}function E(e){console.error(` ${oe}${e}${j}`)}function ne(e){let o={};return e.forEach(s=>{if(s.startsWith("--")){let[n,r]=s.slice(2).split("=");n&&r&&(o[n]=r)}}),o}function w(e,o){try{let s=JSON.parse(a.readFileSync(e,"utf8"));return!!(s.dependencies&&s.dependencies[o]||s.devDependencies&&s.devDependencies[o])}catch{return!1}}function se(e,o){try{return a.existsSync(f.join(e,"node_modules",o,"package.json"))}catch{return!1}}function re(e,o){if(a.existsSync(f.join(e,"pnpm-lock.yaml")))return"pnpm";if(a.existsSync(f.join(e,"yarn.lock")))return"yarn";if(a.existsSync(f.join(e,"bun.lockb")))return"bun";try{let s=JSON.parse(a.readFileSync(o,"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,o){if(!w(o,"fleetbo-svro")||!se(e,"fleetbo-svro")){let s=re(e,o),n={pnpm:"pnpm add fleetbo-svro",yarn:"yarn add fleetbo-svro",bun:"bun add fleetbo-svro",npm:"npm install fleetbo-svro"}[s];y(`\u2192 Installing fleetbo-svro into the project (detected: ${s})...`);try{ee(n,{cwd:e,stdio:"inherit"}),y("fleetbo-svro installed successfully!")}catch(r){E(`\u26A0\uFE0F Automatic installation failed: ${r.message}`),E(`\u{1F449} Please run '${n}' manually.`)}}}function le(e){let o=f.join(e,"svro.schema.json");if(a.existsSync(o))return;let s=new Date().toISOString(),n={createdAt:s,patchedAt:s,schemaVersion:1,collections:{}};a.writeFileSync(o,JSON.stringify(n,null,2)+`
3
+ `),y("\u2192 Created svro.schema.json at project root.")}function ae(e){let o=f.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.
6
6
  # false = Strict production mode: enforces schema contracts and persists to DB
7
7
  VITE_FLEETBO_PROTOTYPE=true
8
- `;if(!a.existsSync(o))a.writeFileSync(o,s.trimStart()),g("\u2192 Created .env with VITE_FLEETBO_PROTOTYPE=true");else{let n=a.readFileSync(o,"utf8");!n.includes("VITE_FLEETBO_PROTOTYPE")&&!n.includes("FLEETBO_PROTOTYPE")&&(a.appendFileSync(o,s),g("\u2192 Injected VITE_FLEETBO_PROTOTYPE=true into existing .env"))}}function ce(e){let o=f.join(e,"src");if(!a.existsSync(o))return;let s=f.join(o,"fleetbo.d.ts");if(a.existsSync(s))return;let n=`/* eslint-disable */
8
+ `;if(!a.existsSync(o))a.writeFileSync(o,s.trimStart()),y("\u2192 Created .env with VITE_FLEETBO_PROTOTYPE=true");else{let n=a.readFileSync(o,"utf8");!n.includes("VITE_FLEETBO_PROTOTYPE")&&!n.includes("FLEETBO_PROTOTYPE")&&(a.appendFileSync(o,s),y("\u2192 Injected VITE_FLEETBO_PROTOTYPE=true into existing .env"))}}function ce(e){let o=f.join(e,"src");if(!a.existsSync(o))return;let s=f.join(o,"fleetbo.d.ts");if(a.existsSync(s))return;let n=`/* eslint-disable */
9
9
  /* prettier-ignore */
10
10
  // @ts-nocheck
11
11
  export {}
@@ -70,14 +70,14 @@ declare global {
70
70
  'fleetbo-reference': FleetboProp;
71
71
  }
72
72
  }
73
- `;try{a.writeFileSync(s,n),g("\u2192 Created src/fleetbo.d.ts stub for instant IDE auto-completion.")}catch(r){E(`\u26A0\uFE0F Unable to create src/fleetbo.d.ts: ${r.message}`)}}function de(e){let o=f.join(e,"index.d.ts");a.existsSync(o)||g("\u2192 Verified index.d.ts presence.")}function pe(e){let o=["tsconfig.json","jsconfig.json"];for(let s of o){let n=f.join(e,s);if(a.existsSync(n)){let r=new Date;a.utimesSync(n,r,r);break}}}function ue(e){return new Promise((o,s)=>{let n=JSON.stringify({token:e}),r={hostname:"bootstrapproject-jqycakhlxa-uc.a.run.app",path:"/",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(n)}},c=Z.request(r,t=>{let i="";t.on("data",l=>{i+=l}),t.on("end",()=>{if(t.statusCode>=200&&t.statusCode<300)try{o(JSON.parse(i))}catch{s(new Error("Invalid response received from Fleetbo server."))}else try{let l=JSON.parse(i);s(new Error(l.error||`Server error ${t.statusCode}`))}catch{s(new Error(`Server error ${t.statusCode}`))}})});c.on("error",t=>s(t)),c.write(n),c.end()})}async function be(e,o=[]){let s=f.join(e,".env");if(a.existsSync(s)&&a.readFileSync(s,"utf8").includes("VITE_FLEETBO_DB_KEY")){g("\u2192 Fleetbo environment variables already present in .env \u2014 skipping step.");return}let n=ne(o),r=n.keyApp,c=n.token||n.bootstrapToken,t=n.email||"";(!r||!c)&&(E("\u26A0\uFE0F Missing required parameters."),E("\u{1F449} Usage: npx fleetbo-svro init --keyApp=YOUR_KEY --token=YOUR_TOKEN"),process.exit(1)),g("\u2192 Exchanging bootstrap token for project keys...");let i;try{i=await ue(c)}catch(b){E(`\u26A0\uFE0F Token exchange failed: ${b.message}`),E("\u{1F449} The token may have expired (15 min limit) or was already used. Please regenerate one from the Fleetbo dashboard."),process.exit(1)}(!i.enterpriseId||!i.fleetboDBKey)&&(E("\u26A0\uFE0F Incomplete response from Fleetbo server."),process.exit(1));let l=i.facebookAppId||n.fbAppId||n.facebookAppId||"11967268204758",d=`
73
+ `;try{a.writeFileSync(s,n),y("\u2192 Created src/fleetbo.d.ts stub for instant IDE auto-completion.")}catch(r){E(`\u26A0\uFE0F Unable to create src/fleetbo.d.ts: ${r.message}`)}}function de(e){let o=f.join(e,"index.d.ts");a.existsSync(o)||y("\u2192 Verified index.d.ts presence.")}function pe(e){let o=["tsconfig.json","jsconfig.json"];for(let s of o){let n=f.join(e,s);if(a.existsSync(n)){let r=new Date;a.utimesSync(n,r,r);break}}}function ue(e){return new Promise((o,s)=>{let n=JSON.stringify({token:e}),r={hostname:"bootstrapproject-jqycakhlxa-uc.a.run.app",path:"/",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(n)}},c=Z.request(r,t=>{let i="";t.on("data",l=>{i+=l}),t.on("end",()=>{if(t.statusCode>=200&&t.statusCode<300)try{o(JSON.parse(i))}catch{s(new Error("Invalid response received from Fleetbo server."))}else try{let l=JSON.parse(i);s(new Error(l.error||`Server error ${t.statusCode}`))}catch{s(new Error(`Server error ${t.statusCode}`))}})});c.on("error",t=>s(t)),c.write(n),c.end()})}async function be(e,o=[]){let s=f.join(e,".env");if(a.existsSync(s)&&a.readFileSync(s,"utf8").includes("VITE_FLEETBO_DB_KEY")){y("\u2192 Fleetbo environment variables already present in .env \u2014 skipping step.");return}let n=ne(o),r=n.keyApp,c=n.token||n.bootstrapToken,t=n.email||"";(!r||!c)&&(E("\u26A0\uFE0F Missing required parameters."),E("\u{1F449} Usage: npx fleetbo-svro init --keyApp=YOUR_KEY --token=YOUR_TOKEN"),process.exit(1)),y("\u2192 Exchanging bootstrap token for project keys...");let i;try{i=await ue(c)}catch(b){E(`\u26A0\uFE0F Token exchange failed: ${b.message}`),E("\u{1F449} The token may have expired (15 min limit) or was already used. Please regenerate one from the Fleetbo dashboard."),process.exit(1)}(!i.enterpriseId||!i.fleetboDBKey)&&(E("\u26A0\uFE0F Incomplete response from Fleetbo server."),process.exit(1));let l=i.facebookAppId||n.fbAppId||n.facebookAppId||"11967268204758",d=`
74
74
  VITE_FLEETBO_DB_KEY=${i.fleetboDBKey}
75
75
  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=${l}
79
- `;a.appendFileSync(s,d),g(".env file updated successfully with Fleetbo keys!")}function L(e){let o=f.join(e,"svro.d.ts");if(a.existsSync(o))try{a.unlinkSync(o),g("\u2192 Removed legacy svro.d.ts from project root.")}catch{}}function _(e,o){if(process.env.FLEETBO_SKIP_TYPECHECK_SETUP)return;let s=f.join(e,"tsconfig.json"),n=f.join(e,"jsconfig.json"),r=a.existsSync(s)?s:n,c=!a.existsSync(r),t={};if(!c)try{t=JSON.parse(a.readFileSync(r,"utf8"))}catch{E(`\u26A0\uFE0F Unable to read ${f.basename(r)} (Invalid JSON).`);return}t.compilerOptions=t.compilerOptions||{};let i=!1,l=w(o,"react");c?(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)),l&&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(d=>d!=="vite/client"),t.compilerOptions.types.length===0&&delete t.compilerOptions.types,i=!0,g(`\u2192 Removed legacy "vite/client" entry from ${f.basename(r)}.`)),i&&(a.writeFileSync(r,JSON.stringify(t,null,2)+`
80
- `),g(`\u2192 Updated ${f.basename(r)}.`))}function U(e){let o=["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 o){let n=f.join(e,s);if(a.existsSync(n)){let r=a.readFileSync(n,"utf8");r.includes("fleetbo-svro")||(r.startsWith('"use client"')||r.startsWith("'use client'")?r=r.replace(/(['"]use client['"];?\r?\n)/,`$1import 'fleetbo-svro';
79
+ `;a.appendFileSync(s,d),y(".env file updated successfully with Fleetbo keys!")}function L(e){let o=f.join(e,"svro.d.ts");if(a.existsSync(o))try{a.unlinkSync(o),y("\u2192 Removed legacy svro.d.ts from project root.")}catch{}}function _(e,o){if(process.env.FLEETBO_SKIP_TYPECHECK_SETUP)return;let s=f.join(e,"tsconfig.json"),n=f.join(e,"jsconfig.json"),r=a.existsSync(s)?s:n,c=!a.existsSync(r),t={};if(!c)try{t=JSON.parse(a.readFileSync(r,"utf8"))}catch{E(`\u26A0\uFE0F Unable to read ${f.basename(r)} (Invalid JSON).`);return}t.compilerOptions=t.compilerOptions||{};let i=!1,l=w(o,"react");c?(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)),l&&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(d=>d!=="vite/client"),t.compilerOptions.types.length===0&&delete t.compilerOptions.types,i=!0,y(`\u2192 Removed legacy "vite/client" entry from ${f.basename(r)}.`)),i&&(a.writeFileSync(r,JSON.stringify(t,null,2)+`
80
+ `),y(`\u2192 Updated ${f.basename(r)}.`))}function U(e){let o=["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 o){let n=f.join(e,s);if(a.existsSync(n)){let r=a.readFileSync(n,"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(n,r));return}}}function B(e,o){if(process.env.FLEETBO_SKIP_AUTOIMPORT_SETUP)return;let n=["vite.config.ts","vite.config.js","vite.config.mjs"].map(l=>f.join(e,l)).find(l=>a.existsSync(l));if(!n)return;let r;try{r=a.readFileSync(n,"utf8")}catch{return}let c="fleetbo-svro",t=r,i=`{
83
83
  name: 'fleetbo-auto-runtime',
@@ -135,11 +135,11 @@ ${t?`VITE_FLEETBO_TESTER_EMAIL=${t}
135
135
  AutoImport({
136
136
  imports: [{ '${c}': ['Fleetbo', 'FleetboUI'] }],
137
137
  dts: 'src/auto-imports.d.ts'
138
- }),`;if(t=t.slice(0,d)+b+t.slice(d),!t.includes("import AutoImport")){let y=[...t.matchAll(/^import .+;?$/gm)].pop(),h=`import AutoImport from 'unplugin-auto-import/vite';
139
- `;if(y){let F=y.index+y[0].length;t=t.slice(0,F)+`
140
- `+h+t.slice(F)}else t=h+t}}}if(!t.includes("fleetbo-auto-runtime")){let l=t.match(/plugins\s*:\s*\[/);if(l){let d=l.index+l[0].length;t=t.slice(0,d)+`
138
+ }),`;if(t=t.slice(0,d)+b+t.slice(d),!t.includes("import AutoImport")){let h=[...t.matchAll(/^import .+;?$/gm)].pop(),T=`import AutoImport from 'unplugin-auto-import/vite';
139
+ `;if(h){let g=h.index+h[0].length;t=t.slice(0,g)+`
140
+ `+T+t.slice(g)}else t=T+t}}}if(!t.includes("fleetbo-auto-runtime")){let l=t.match(/plugins\s*:\s*\[/);if(l){let d=l.index+l[0].length;t=t.slice(0,d)+`
141
141
  `+i+t.slice(d)}}t!==r&&a.writeFileSync(n,t)}function fe(e){let o=f.join(e,".vscode"),s=f.join(o,"settings.json");try{a.existsSync(o)||a.mkdirSync(o,{recursive:!0});let n={};if(a.existsSync(s))try{n=JSON.parse(a.readFileSync(s,"utf8"))}catch{n={}}n["workbench.colorCustomizations"]=n["workbench.colorCustomizations"]||{},n["workbench.colorCustomizations"]["editorInfo.foreground"]="#00feae",n["workbench.colorCustomizations"]["editorHint.foreground"]="#00feae",a.writeFileSync(s,JSON.stringify(n,null,2)+`
142
- `),g("\u2192 Configured Fleetbo Cyan visual hints in .vscode/settings.json.")}catch{}}function me(e,o,s={}){let{skipSelfInstall:n=!1}=s,r=f.join(__dirname,"..");n||ie(e,o),le(e),ae(e),de(r),ce(e),fe(e),L(e),_(e,o),B(e,o),U(e)}$.exports={touchTsConfig:pe,log:g,logError:E,handleAuthAndEnv:be,detectDependency:w,cleanupLegacyRootDts:L,patchJsOrTsConfig:_,attemptViteAutoImportPatch:B,injectUniversalRuntime:U,runFullSetup:me}});var p=require("fs"),m=require("path"),H=require("https"),ge=require("http"),k=require("os"),{exec:Fe}=require("child_process"),{runFullSetup:ye,handleAuthAndEnv:he,touchTsConfig:Ee,attemptViteAutoImportPatch:Te,injectUniversalRuntime:Se}=J(),Pe="\x1B[34m",Oe="\x1B[31m",q="\x1B[0m";function u(e){console.log(`${Pe}${e}${q}`)}function S(e){console.error(`${Oe}${e}${q}`)}function ve(e){let o=process.platform==="darwin"?"open":process.platform==="win32"?"start":"xdg-open";Fe(`${o} "${e}"`)}function xe(e){return new Promise((o,s)=>{let n=ge.createServer((r,c)=>{if(c.setHeader("Access-Control-Allow-Origin","*"),c.setHeader("Access-Control-Allow-Methods","GET, OPTIONS"),c.setHeader("Access-Control-Allow-Headers","Content-Type, Authorization"),c.setHeader("Access-Control-Allow-Private-Network","true"),r.method==="OPTIONS"){c.writeHead(204),c.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){c.writeHead(400,{"Content-Type":"text/html; charset=utf-8"}),c.end("<h3>Error: Missing token.</h3>");return}let l=m.join(k.homedir(),".fleetbo");p.existsSync(l)||p.mkdirSync(l,{recursive:!0}),p.writeFileSync(m.join(l,"credentials.json"),JSON.stringify({devToken:i,updatedAt:new Date().toISOString()},null,2));let d=m.join(e,".env");if(p.existsSync(d)){let b=p.readFileSync(d,"utf8");b.includes("FLEETBO_DEV_TOKEN=")?b=b.replace(/FLEETBO_DEV_TOKEN=.*/g,`FLEETBO_DEV_TOKEN=${i}`):b+=`
142
+ `),y("\u2192 Configured Fleetbo Cyan visual hints in .vscode/settings.json.")}catch{}}function me(e,o,s={}){let{skipSelfInstall:n=!1}=s,r=f.join(__dirname,"..");n||ie(e,o),le(e),ae(e),de(r),ce(e),fe(e),L(e),_(e,o),B(e,o),U(e)}$.exports={touchTsConfig:pe,log:y,logError:E,handleAuthAndEnv:be,detectDependency:w,cleanupLegacyRootDts:L,patchJsOrTsConfig:_,attemptViteAutoImportPatch:B,injectUniversalRuntime:U,runFullSetup:me}});var p=require("fs"),m=require("path"),H=require("https"),ge=require("http"),k=require("os"),{exec:ye}=require("child_process"),{runFullSetup:Fe,handleAuthAndEnv:he,touchTsConfig:Te,attemptViteAutoImportPatch:Ee,injectUniversalRuntime:Se}=J(),Oe="\x1B[34m",Pe="\x1B[31m",q="\x1B[0m";function u(e){console.log(`${Oe}${e}${q}`)}function O(e){console.error(`${Pe}${e}${q}`)}function ve(e){let o=process.platform==="darwin"?"open":process.platform==="win32"?"start":"xdg-open";ye(`${o} "${e}"`)}function xe(e){return new Promise((o,s)=>{let n=ge.createServer((r,c)=>{if(c.setHeader("Access-Control-Allow-Origin","*"),c.setHeader("Access-Control-Allow-Methods","GET, OPTIONS"),c.setHeader("Access-Control-Allow-Headers","Content-Type, Authorization"),c.setHeader("Access-Control-Allow-Private-Network","true"),r.method==="OPTIONS"){c.writeHead(204),c.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){c.writeHead(400,{"Content-Type":"text/html; charset=utf-8"}),c.end("<h3>Error: Missing token.</h3>");return}let l=m.join(k.homedir(),".fleetbo");p.existsSync(l)||p.mkdirSync(l,{recursive:!0}),p.writeFileSync(m.join(l,"credentials.json"),JSON.stringify({devToken:i,updatedAt:new Date().toISOString()},null,2));let d=m.join(e,".env");if(p.existsSync(d)){let b=p.readFileSync(d,"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
  `,p.writeFileSync(d,b,"utf8")}c.writeHead(200,{"Content-Type":"text/html; charset=utf-8",Connection:"close"}),c.end(`
145
145
  <!DOCTYPE html>
@@ -239,17 +239,19 @@ ${JSON.stringify(e||{},null,2)}
239
239
  ${JSON.stringify(o||{},null,2)}
240
240
  \`\`\`
241
241
  `}async function Ae(){let e=process.cwd(),o=m.join(e,"package.json");if(I==="init"||I==="doctor")u(`
242
- [Fleetbo] Initializing and configuring Fleetbo...`),await he(e,C),ye(e,o),u(`
242
+ [Fleetbo] Initializing and configuring Fleetbo...`),await he(e,C),Fe(e,o),u(`
243
243
  [Fleetbo] Configuration completed successfully!
244
244
  `),u(`
245
245
  Next step:`),u(` npx fleetbo-svro sync (Sync cloud schema & generate IDE types)
246
- `);else if(I==="sync"){let s=C.includes("--dry-run");u(`[Fleetbo] Syncing schema...${s?" (dry-run)":""}`);let n=m.join(e,"svro.schema.json"),r=m.join(e,"svro.workflow.json"),c=m.join(e,"Fleetbo_contract.md"),t=m.join(__dirname,".."),i=m.join(t,"index.d.ts"),l=m.join(e,"src","fleetbo.d.ts"),b=M(e).VITE_FLEETBO_ENTERPRISE_ID,y=null,h=null;if(b)try{u("\u2192 Fetching latest contracts from Fleetbo Cloud..."),y=await V(b,"svro.schema.json"),y&&(p.writeFileSync(n,JSON.stringify(y,null,2)+`
247
- `),u("\u2192 Local svro.schema.json updated.")),h=await V(b,"svro.workflow.json"),h&&(p.writeFileSync(r,JSON.stringify(h,null,2)+`
248
- `),u("\u2192 Local svro.workflow.json updated."))}catch(P){S(`\u26A0\uFE0F Cloud fetch bypassed: ${P.message}. Using local file fallback.`)}else S("\u26A0\uFE0F VITE_FLEETBO_ENTERPRISE_ID missing in .env. Skipping cloud fetch.");p.existsSync(n)||(S("Error: svro.schema.json not found."),process.exit(1));let F=y||JSON.parse(p.readFileSync(n,"utf8")),T=h;if(!T&&p.existsSync(r))try{T=JSON.parse(p.readFileSync(r,"utf8"))}catch{}let K=Ce(F,T);p.writeFileSync(c,K,"utf8"),u("\u2192 Fleetbo_contract.md successfully generated at project root.");try{let P=Object.keys(F.collections||{});if(b)try{await Ie(b,F),u("\u2192 Schema successfully sealed at Fleetbo Global Edge (O(1)).")}catch(O){S(`\u26A0\uFE0F Fleetbo Edge Shield sync warning: ${O.message}`)}let W=F.collections||{},N=Object.entries(W).map(([O,R])=>{let G=R.fields||R.schema||{},X=Object.entries(G).map(([z,A])=>{let x="any",v=String(typeof A=="string"?A:A.type||"").toLowerCase();return v==="string"||v==="text"||v==="media"?x="string":v==="number"?x="number":v==="boolean"||v==="toggle"?x="boolean":v==="array"&&(x="any[]"),` ${z}?:${x};`}).join(`
249
- `);return` ${O}: {
246
+ `);else if(I==="sync"){let s=C.includes("--dry-run");u(`[Fleetbo] Syncing schema...${s?" (dry-run)":""}`);let n=m.join(e,"svro.schema.json"),r=m.join(e,"svro.workflow.json"),c=m.join(e,"Fleetbo_contract.md"),t=m.join(__dirname,".."),i=m.join(t,"index.d.ts"),l=m.join(e,"src","fleetbo.d.ts"),b=M(e).VITE_FLEETBO_ENTERPRISE_ID,h=null,T=null;if(b)try{u("\u2192 Fetching latest contracts from Fleetbo Cloud..."),h=await V(b,"svro.schema.json"),h&&(p.writeFileSync(n,JSON.stringify(h,null,2)+`
247
+ `),u("\u2192 Local svro.schema.json updated.")),T=await V(b,"svro.workflow.json"),T&&(p.writeFileSync(r,JSON.stringify(T,null,2)+`
248
+ `),u("\u2192 Local svro.workflow.json updated."))}catch(S){O(`\u26A0\uFE0F Cloud fetch bypassed: ${S.message}. Using local file fallback.`)}else O("\u26A0\uFE0F VITE_FLEETBO_ENTERPRISE_ID missing in .env. Skipping cloud fetch.");let g=h;if(!g&&p.existsSync(n))try{g=JSON.parse(p.readFileSync(n,"utf8"))}catch{}g||(g={context:"Application en cours de mod\xE9lisation initiale.",collections:{}},p.writeFileSync(n,JSON.stringify(g,null,2)+`
249
+ `,"utf8"),u("\u2192 Initial blank svro.schema.json created."));let F=T;if(!F&&p.existsSync(r))try{F=JSON.parse(p.readFileSync(r,"utf8"))}catch{}F||(F={actors:{},sequences:[]},p.writeFileSync(r,JSON.stringify(F,null,2)+`
250
+ `,"utf8"),u("\u2192 Initial blank svro.workflow.json created."));let K=Ce(g,F);p.writeFileSync(c,K,"utf8"),u("\u2192 Fleetbo_contract.md successfully generated at project root.");try{let S=Object.keys(g.collections||{});if(b)try{await Ie(b,g),u("\u2192 Schema successfully sealed at Fleetbo Global Edge (O(1)).")}catch(P){O(`\u26A0\uFE0F Fleetbo Edge Shield sync warning: ${P.message}`)}let W=g.collections||{},N=Object.entries(W).map(([P,R])=>{let G=R.fields||R.schema||{},X=Object.entries(G).map(([z,A])=>{let x="any",v=String(typeof A=="string"?A:A.type||"").toLowerCase();return v==="string"||v==="text"||v==="media"?x="string":v==="number"?x="number":v==="boolean"||v==="toggle"?x="boolean":v==="array"&&(x="any[]"),` ${z}?:${x};`}).join(`
251
+ `);return` ${P}: {
250
252
  ${X}
251
253
  };`}).join(`
252
- `),D=P.length>0?P.map(O=>`'${O}'`).join(" | "):"string",Y=`// Generated by fleetbo-svro \u2014 Updated via fleetbo sync
254
+ `),D=S.length>0?S.map(P=>`'${P}'`).join(" | "):"string",Y=`// Generated by fleetbo-svro \u2014 Updated via fleetbo sync
253
255
 
254
256
  export interface FleetboSchemaMap {
255
257
  ${N}
@@ -512,7 +514,7 @@ declare module 'svelte/elements' {
512
514
  'fleetbo-reference': FleetboProp;
513
515
  }
514
516
  }
515
- `;if(p.writeFileSync(i,Y),p.existsSync(m.dirname(l))){let O=`/* eslint-disable */
517
+ `;if(p.writeFileSync(i,Y),p.existsSync(m.dirname(l))){let P=`/* eslint-disable */
516
518
  /* prettier-ignore */
517
519
  // @ts-nocheck
518
520
  // Generated by fleetbo-svro \u2014 Updated via fleetbo sync
@@ -646,9 +648,9 @@ declare module 'svelte/elements' {
646
648
  'fleetbo-reference': FleetboProp;
647
649
  }
648
650
  }
649
- `;p.writeFileSync(l,O)}Ee(e),Te(e,o),Se(e),u(`[Fleetbo] Schema synced successfully (${P.length} collection(s)).`),s&&u("\u2192 [Dry-run] Schema is valid.")}catch(P){S(`Error during synchronization: ${P.message}`),process.exit(1)}}else if(I==="mcp"){if(!process.stdin.isTTY||C.includes("--run")){try{await import(`file://${m.join(__dirname,"fleetbo-mcp.js")}`)}catch(d){S(`Failed to start MCP server: ${d.message}`),process.exit(1)}return}u(`
650
- [Fleetbo] Configuring MCP server for your environment...`);let n=M(e).FLEETBO_DEV_TOKEN||process.env.FLEETBO_DEV_TOKEN||"";if(!n){let d=m.join(k.homedir(),".fleetbo","credentials.json");if(p.existsSync(d))try{n=JSON.parse(p.readFileSync(d,"utf8")).devToken||""}catch{}}let r={command:"npx",args:["-y","fleetbo-svro","mcp","--run"],env:{FLEETBO_DEV_TOKEN:n}},c=(d,b,y)=>{let h=m.dirname(d);p.existsSync(h)||p.mkdirSync(h,{recursive:!0});let F={mcpServers:{}};if(p.existsSync(d))try{let T=JSON.parse(p.readFileSync(d,"utf8"));T&&typeof T=="object"&&!Array.isArray(T)&&(F=T)}catch{}F.mcpServers=F.mcpServers||{},F.mcpServers[b]=y,p.writeFileSync(d,JSON.stringify(F,null,2)+`
651
+ `;p.writeFileSync(l,P)}Te(e),Ee(e,o),Se(e),u(`[Fleetbo] Schema synced successfully (${S.length} collection(s)).`),s&&u("\u2192 [Dry-run] Schema is valid.")}catch(S){O(`Error during synchronization: ${S.message}`),process.exit(1)}}else if(I==="mcp"){if(!process.stdin.isTTY||C.includes("--run")){try{await import(`file://${m.join(__dirname,"fleetbo-mcp.js")}`)}catch(d){O(`Failed to start MCP server: ${d.message}`),process.exit(1)}return}u(`
652
+ [Fleetbo] Configuring MCP server for your environment...`);let n=M(e).FLEETBO_DEV_TOKEN||process.env.FLEETBO_DEV_TOKEN||"";if(!n){let d=m.join(k.homedir(),".fleetbo","credentials.json");if(p.existsSync(d))try{n=JSON.parse(p.readFileSync(d,"utf8")).devToken||""}catch{}}let r={command:"npx",args:["-y","fleetbo-svro","mcp","--run"],env:{FLEETBO_DEV_TOKEN:n}},c=(d,b,h)=>{let T=m.dirname(d);p.existsSync(T)||p.mkdirSync(T,{recursive:!0});let g={mcpServers:{}};if(p.existsSync(d))try{let F=JSON.parse(p.readFileSync(d,"utf8"));F&&typeof F=="object"&&!Array.isArray(F)&&(g=F)}catch{}g.mcpServers=g.mcpServers||{},g.mcpServers[b]=h,p.writeFileSync(d,JSON.stringify(g,null,2)+`
651
653
  `)},t=m.join(e,".cursor"),i=m.join(t,"mcp.json");c(i,"fleetbo-svro",r),u("\u2192 Configured for Cursor (.cursor/mcp.json)");let l=m.join(k.homedir(),".codeium","windsurf","mcp_config.json");p.existsSync(m.dirname(l))&&(c(l,"fleetbo-svro",r),u("\u2192 Configured for Windsurf (~/.codeium/windsurf/mcp_config.json)")),u(`
652
654
  Universal connection command for Claude Code and standalone agents:`),u(` claude mcp add fleetbo-svro -- npx -y fleetbo-svro mcp --run
653
655
  `),n?u(`[Fleetbo] Agent ready! Your development environment now has access to Fleetbo MCP tools.
654
- `):S('\u26A0\uFE0F No developer token found. Run "npx fleetbo-svro login" or set FLEETBO_DEV_TOKEN in your .env file.'),process.exit(0)}else I==="login"?(await xe(e),process.exit(0)):(S('Unknown command. Usage: "npx fleetbo-svro init", "npx fleetbo-svro sync", "npx fleetbo-svro mcp" or "npx fleetbo-svro login"'),process.exit(1))}Ae().catch(e=>{S(`Fleetbo CLI Error: ${e.message}`),process.exit(1)});
656
+ `):O('\u26A0\uFE0F No developer token found. Run "npx fleetbo-svro login" or set FLEETBO_DEV_TOKEN in your .env file.'),process.exit(0)}else I==="login"?(await xe(e),process.exit(0)):(O('Unknown command. Usage: "npx fleetbo-svro init", "npx fleetbo-svro sync", "npx fleetbo-svro mcp" or "npx fleetbo-svro login"'),process.exit(1))}Ae().catch(e=>{O(`Fleetbo CLI Error: ${e.message}`),process.exit(1)});
@@ -30,36 +30,74 @@ const CLOUD_RUN_REGION = "jqycakhlxa-uc.a.run.app";
30
30
  // CONTRAT DE DONNÉES & DIRECTIVES STRICTES D'ARCHITECTURE FLEETBO SVRO
31
31
  // ============================================================================
32
32
  const FLEETBO_SYSTEM_GUIDELINES = `
33
- # LE CONTRAT DE DONNÉES FLEETBO (FLEETBO DATA CONTRACT)
34
- Ce document constitue le Cahier des charges officiel et le Contrat bilatéral d'intégrité liant le code client et le moteur Data OS Fleetbo SVRO.
35
-
36
- 🚨 DIRECTIVE D'EXÉCUTION OBLIGATOIRE POUR L'AGENT IA :
37
- 1. Interdiction d'extrapolation : Ne crée aucun champ, type ou endpoint non déclaré explicitement dans svro.schema.json.
38
- 2. Zéro backend intermédiaire : N'écris AUCUN serveur Express, NestJS ou route d'API REST fictive.
39
- 3. Objet global unique : Utilise exclusivement l'objet global Fleetbo.* (add, getDocsG, getDoc, update, delete, call, join).
40
- 4. Zero Import : L'objet Fleetbo et les balises <fleetbo-*> sont des composants globaux au runtime. Ne fais aucun import manuel de SDK.
41
- 5. Typage strict avant écriture : Caste systématiquement les types reçus des formulaires (Number, String, Boolean).
42
-
43
- CYCLE DE MODÉLISATION DU DATA OS :
44
- - Étape 1 (Création) : Alloue le projet via 'fleetbo_create_project'.
45
- - Étape 2 (Amorçage) : Lance 'npx fleetbo-svro init ...' puis 'npx fleetbo-svro sync'.
46
- - Étape 3 (Modélisation Jour 1) : Écris tes premières vues UI (JSX, TSX, Vue) et modélise la base via 'fleetbo_update_project'.
47
- - Étape 4 (Scellage) : Exécute 'npx fleetbo-svro sync' pour générer svro.schema.json, svro.workflow.json, Fleetbo_contract.md et le typage TypeScript.
48
- - Étape 5 (Évolutions Jour 2) : Chaque nouvelle vue ou règle passe par 'fleetbo_update_project' suivi d'un 'npx fleetbo-svro sync'.
49
-
50
- SYNTAXE CRUD CANONIQUE DU SDK FLEETBO :
33
+ # FLEETBO SVRO CONSIGNES STRICTES POUR L'IA (SYSTEM INSTRUCTIONS)
34
+
35
+ ================================================================================
36
+ 🚨 PROTOCOLE UNIVERSEL FRONTEND ALEX AI : L'AUTORITÉ DU CONTRAT 🚨
37
+ ================================================================================
38
+ 1. LA SOURCE DE VÉRITÉ UNIQUE : « Fleetbo_contract.md »
39
+ - Dès l'entame de toute tâche, l'agent DOIT inspecter Fleetbo_contract.md.
40
+ - L'agent n'a le droit d'utiliser AUCUN champ, AUCUNE table et AUCUNE règle
41
+ qui ne soit pas explicitement formalisée dans Fleetbo_contract.md.
42
+
43
+ 2. INTERDICTION DU MODE « SCHEMA-FIRST » / FLEETBO-FIRST :
44
+ - L'agent ne doit JAMAIS concevoir, imaginer ou modéliser un schéma BDD avant l'interface.
45
+ - En vibe-coding Fleetbo, c'est TOUJOURS l'interface UI qui dicte la structure de données.
46
+ - Le cycle est obligatoirement Frontend-First : UI d'abord inférence par Alex AI scellage.
47
+
48
+ 3. SÉPARATION STRICTE DES RESPONSABILITÉS :
49
+ - Agent Frontend : gère exclusivement l'ergonomie, les composants d'affichage et l'UX.
50
+ - Alex AI : autorité exclusive sur la structure physique DDL, la sécurité ReBAC et la conformité.
51
+ - Zéro backend intermédiaire : N'écris AUCUN serveur Express, NestJS ou route REST fictive.
52
+ - Zero Import : L'objet Fleetbo et les balises <fleetbo-*> sont des composants globaux au runtime.
53
+
54
+ # WORKFLOW DE PRODUCTION UNIFIÉ FLEETBO SVRO (ZERO-BACKEND DATA OS)
55
+
56
+ ## 🚀 Le Cycle de Production Unifié en 5 Étapes
57
+
58
+ ### Étape 0 : Cadrage & Allocation Instantanée (Zéro LLM)
59
+ - Toute demande de création d'application DOIT immédiatement déclencher l'outil 'fleetbo_create_project'.
60
+ - RÈGLE ABSOLUE : N'inspectez JAMAIS les variables d'environnement locales ou le shell (ex: grep env). Chaque demande de création concerne un projet totalement neuf et indépendant.
61
+ - Si l'utilisateur donne un nom sans préciser de clé, déduisez automatiquement 'keyApp' (en minuscules, sans espaces ni caractères spéciaux, ex: 'Mon App' -> 'mon_app').
62
+ - Aucun schéma préalable n'est requis ni autorisé. Le Cloud réserve la base et retourne 'bootstrapToken'.
63
+
64
+ ### Étape 1 : Amorçage Local & Contrat Initial Vierge
65
+ - Exécution obligatoire de la commande combinée à la racine :
66
+ npx fleetbo-svro init --keyApp=<KEY> --token=<TOKEN> && npx fleetbo-svro sync
67
+ - Effet immédiat :
68
+ 1. Le runtime et les Web Components natifs sont injectés.
69
+ 2. Le bac à sable est activé (VITE_FLEETBO_PROTOTYPE=true).
70
+ 3. 'npx fleetbo-svro sync' télécharge le contrat initial vierge, génère 'Fleetbo_contract.md' et compile le typage global dans 'src/fleetbo.d.ts'.
71
+ - L'agent IA dispose alors de la bibliothèque complète pour prototyper l'UI sans inventer de backend.
72
+
73
+ ### Étape 2 : Prototypage Visuel & Pré-câblage Direct Zero-Rewrite
74
+ - Écriture des vues UI (.jsx, .tsx, .vue) en appelant directement le SDK global (Fleetbo.getDocsG, Fleetbo.add...).
75
+ - L'Edge acquitte les mutations en mémoire vive sans altérer la base physique.
76
+
77
+ ### Étape 3 : Modélisation Additive & Extraction Métier (Alex AI)
78
+ - L'agent transmet les fichiers UI et les contraintes métier via 'fleetbo_update_project'.
79
+ - Alex AI analyse les composants, extrait les entités et forge svro.schema.json et svro.workflow.json.
80
+
81
+ ### Étape 4 : Scellage Edge, Typage Global & Contrat Markdown
82
+ - Exécution de :
83
+ npx fleetbo-svro sync
84
+ - Le schéma physique est scellé à l'Edge (rejet O(1) HTTP 422 de tout appel hors contrat).
85
+ - Génération physique de Fleetbo_contract.md à la racine et compilation des types TypeScript.
86
+
87
+ ### Étape 5 : Bascule Live Instantanée
88
+ - Bascule dans le fichier .env :
89
+ VITE_FLEETBO_PROTOTYPE=false
90
+ - L'Edge ouvre les écritures physiques sur MongoDB Atlas sans toucher à une seule ligne de code front-end.
91
+
92
+ ## 🛠️ SYNTAXE CANONIQUE DU SDK FLEETBO
51
93
  - CREATE : await Fleetbo.add('collection', { name: String(n).trim(), price: Number(p) });
52
- - READ ALL : const docs = await Fleetbo.getDocsG('collection');
53
- - READ ONE : const doc = await Fleetbo.getDoc('collection', docId);
54
- - READ USER : const docs = await Fleetbo.getDocsU('collection');
55
- - UPDATE : await Fleetbo.update('collection', docId, { status: 'PAID' });
56
- - DELETE : await Fleetbo.delete('collection', docId);
94
+ - READ (Tous) : const docs = await Fleetbo.getDocsG('collection');
95
+ - READ (Un seul) : const doc = await Fleetbo.getDoc('collection', id);
96
+ - READ (Utilisateur) : const docs = await Fleetbo.getDocsU('collection');
97
+ - UPDATE : await Fleetbo.update('collection', id, { price: Number(p) });
98
+ - DELETE : await Fleetbo.delete('collection', id);
57
99
  - JOIN : await Fleetbo.join('orders', { innerJoin: { collection: 'users', on: ['userId', '==', 'id'], as: 'user' } });
58
100
  - CLOUD FUNCTION : const res = await Fleetbo.call('$functionName', payload);
59
-
60
- GESTION DE L'ENVIRONNEMENT (.env) :
61
- - VITE_FLEETBO_PROTOTYPE=true : Mode bac à sable UI. L'Edge acquitte immédiatement sans toucher à la base physique.
62
- - VITE_FLEETBO_PROTOTYPE=false : Mode strict live. L'Edge valide le contrat DDL et persiste sur MongoDB Atlas.
63
101
  `;
64
102
 
65
103
  const server = new Server(
@@ -117,7 +155,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
117
155
  {
118
156
  name: "fleetbo_create_project",
119
157
  description:
120
- "Étape 1 : Crée une nouvelle application Fleetbo Data OS dans le Cloud avec son nom et sa clé unique (contrats initiaux vierges prêts pour la modélisation).",
158
+ "Étape 0 OBLIGATOIRE : Alloue une nouvelle application Fleetbo Cloud. RÈGLE ULTIME : N'inspectez JAMAIS le shell ou les variables d'environnement avant d'utiliser cet outil. Toute demande de création est un projet vierge. Si l'utilisateur fournit un nom sans 'keyApp', générez 'keyApp' vous-même en slugifiant le nom (ex: 'Coworking Space' -> 'coworking_space'). Ne concevez AUCUN schéma DDL avant d'appeler cet outil.",
121
159
  inputSchema: {
122
160
  type: "object",
123
161
  properties: {
@@ -127,7 +165,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
127
165
  },
128
166
  keyApp: {
129
167
  type: "string",
130
- description: "Clé unique d'application sans espace ni caractères spéciaux (ex: coworking_prod)",
168
+ description: "Clé unique d'application déduite automatiquement sans espace ni caractères spéciaux (ex: coworking_prod)",
131
169
  },
132
170
  },
133
171
  required: ["name", "keyApp"],
@@ -277,6 +315,9 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
277
315
  const proj = json.result?.data || json.data || {};
278
316
  const resolvedId = proj.enterpriseId || proj.referenceId || proj.id;
279
317
 
318
+ // Commande chaînée : init + sync immédiat
319
+ const fullBootstrapCommand = `npx fleetbo-svro init --keyApp=${params.keyApp} --token=${proj.bootstrapToken} && npx fleetbo-svro sync`;
320
+
280
321
  return {
281
322
  content: [
282
323
  {
@@ -284,16 +325,16 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
284
325
  text: JSON.stringify(
285
326
  {
286
327
  status: "SUCCESS",
287
- message: `Project "${params.name}" successfully created. Ready for modeling.`,
328
+ message: `Project "${params.name}" successfully created. Ready for bootstrap and modeling.`,
288
329
  enterpriseID: resolvedId,
289
330
  keyApp: params.keyApp,
290
331
  bootstrapToken: proj.bootstrapToken,
291
- commandInit: `npx fleetbo-svro init --keyApp=${params.keyApp} --token=${proj.bootstrapToken}`,
332
+ commandInit: fullBootstrapCommand,
292
333
  nextSteps: [
293
- "1. Run commandInit in your terminal to configure local .env.",
294
- "2. Write your initial UI component (e.g. src/views/App.jsx).",
295
- "3. Call 'fleetbo_update_project' with this file to forge data contract.",
296
- "4. Run 'npx fleetbo-svro sync' to seal Edge and generate Fleetbo_contract.md.",
334
+ "1. Run commandInit in your terminal to bootstrap local env, fetch initial contracts, and generate src/fleetbo.d.ts + Fleetbo_contract.md.",
335
+ "2. Inspect Fleetbo_contract.md and start writing UI views (.jsx/.tsx) using global Fleetbo.* and <fleetbo-*> tags directly.",
336
+ "3. Call 'fleetbo_update_project' with the UI view files to let Alex AI infer schemas and business rules.",
337
+ "4. Run 'npx fleetbo-svro sync' to seal the production Edge and update contracts.",
297
338
  ],
298
339
  },
299
340
  null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-svro",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "exports": {