ozmoz 0.1.10 → 0.1.12

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.
Files changed (2) hide show
  1. package/dist/cli.cjs +23 -19
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -1,29 +1,33 @@
1
1
  #!/usr/bin/env node
2
- var i=require("fs"),a=require("path"),q=require("https"),ne=require("http"),w=require("os"),{exec:oe,spawnSync:A}=require("child_process"),se=[a.join(__dirname,"..","scripts","setup-lib.cjs"),a.join(__dirname,"..","..","scripts","setup-lib.cjs"),a.join(__dirname,"scripts","setup-lib.cjs")],ie=se.find(i.existsSync)||a.join(__dirname,"..","scripts","setup-lib.cjs"),{runFullSetup:K,handleAuthAndEnv:W,touchTsConfig:re,attemptViteAutoImportPatch:ae,injectUniversalRuntime:ce,writeBrowserConfig:le,patchAllowScripts:de}=require(ie),ue="\x1B[34m",pe="\x1B[31m",Y="\x1B[0m";function d(e){console.log(`${ue}${e}${Y}`)}function z(e){console.error(`${pe}${e}${Y}`)}var b="ozmoz",V=/<!-- (?:ozmoz|fleetbo):start[^>]*-->[\s\S]*?<!-- (?:ozmoz|fleetbo):end -->/,me="<!-- ozmoZ:end -->",H="# OZMOZ DATA OS \u2014 DIRECTIVES SYST\xC8ME",R={claude:"Claude Code",cursor:"Cursor",windsurf:"Windsurf",devin:"Devin",codex:"Codex CLI",gemini:"Gemini CLI",antigravity:"Antigravity CLI"},N={created:"created",updated:"updated",unchanged:"already up to date",appended:"ozmoZ block appended (your own content was kept)",migrated:"old file replaced (backup: <file>.ozmoz-legacy.bak)",invalid:"skipped: the file is not valid JSON, fix or delete it first"};function fe(){try{return JSON.parse(i.readFileSync(a.join(__dirname,"..","package.json"),"utf8")).version||"dev"}catch{return"dev"}}async function X(){let e=a.join(w.homedir(),".fleetbo","guidelines.json"),n=process.env.FLEETBO_DEV_TOKEN;if(!n){let s=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(s))try{n=JSON.parse(i.readFileSync(s,"utf8")).devToken}catch{}}try{let s={"Content-Type":"application/json"};n&&(s.Authorization=`Bearer ${n}`);let r=await(await fetch("https://getagentdirectives-jqycakhlxa-uc.a.run.app",{method:"POST",headers:s,body:JSON.stringify({data:{}})})).json(),t=r.result?.data||r.result||r.data;if(t&&(t.protocol||t.directives))return i.existsSync(a.dirname(e))||i.mkdirSync(a.dirname(e),{recursive:!0}),i.writeFileSync(e,JSON.stringify(t,null,2),"utf8"),t}catch{}if(i.existsSync(e))try{return JSON.parse(i.readFileSync(e,"utf8"))}catch{}return{protocol:"",directives:"",version:"1.0.0"}}function J(e,n){return"<!-- ozmoz:start v"+e+` -->
2
+ var i=require("fs"),a=require("path"),q=require("https"),ne=require("http"),w=require("os"),{exec:oe,spawnSync:j}=require("child_process"),se=[a.join(__dirname,"..","scripts","setup-lib.cjs"),a.join(__dirname,"..","..","scripts","setup-lib.cjs"),a.join(__dirname,"scripts","setup-lib.cjs")],ie=se.find(i.existsSync)||a.join(__dirname,"..","scripts","setup-lib.cjs"),{runFullSetup:K,handleAuthAndEnv:W,touchTsConfig:re,attemptViteAutoImportPatch:ae,injectUniversalRuntime:ce,writeBrowserConfig:le,patchAllowScripts:de}=require(ie),ue="\x1B[34m",pe="\x1B[31m",Y="\x1B[0m";function d(e){console.log(`${ue}${e}${Y}`)}function z(e){console.error(`${pe}${e}${Y}`)}var b="ozmoz",J=/<!-- (?:ozmoz|fleetbo):start[^>]*-->[\s\S]*?<!-- (?:ozmoz|fleetbo):end -->/,me="<!-- ozmoZ:end -->",H="# OZMOZ DATA OS \u2014 DIRECTIVES SYST\xC8ME",M={claude:"Claude Code",cursor:"Cursor",windsurf:"Windsurf",devin:"Devin",codex:"Codex CLI",gemini:"Gemini CLI",antigravity:"Antigravity CLI"},N={created:"created",updated:"updated",unchanged:"already up to date",appended:"ozmoZ block appended (your own content was kept)",migrated:"old file replaced (backup: <file>.ozmoz-legacy.bak)",invalid:"skipped: the file is not valid JSON, fix or delete it first"};function fe(){try{return JSON.parse(i.readFileSync(a.join(__dirname,"..","package.json"),"utf8")).version||"dev"}catch{return"dev"}}async function X(){let e=a.join(w.homedir(),".fleetbo","guidelines.json"),n=process.env.FLEETBO_DEV_TOKEN;if(!n){let s=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(s))try{n=JSON.parse(i.readFileSync(s,"utf8")).devToken}catch{}}try{let s={"Content-Type":"application/json"};n&&(s.Authorization=`Bearer ${n}`);let r=await(await fetch("https://getagentdirectives-jqycakhlxa-uc.a.run.app",{method:"POST",headers:s,body:JSON.stringify({data:{}})})).json(),t=r.result?.data||r.result||r.data;if(t&&(t.protocol||t.directives))return i.existsSync(a.dirname(e))||i.mkdirSync(a.dirname(e),{recursive:!0}),i.writeFileSync(e,JSON.stringify(t,null,2),"utf8"),t}catch{}if(i.existsSync(e))try{return JSON.parse(i.readFileSync(e,"utf8"))}catch{}return{protocol:"",directives:"",version:"1.0.0"}}function V(e,n){return"<!-- ozmoz:start v"+e+` -->
3
3
  `+n.trim()+`
4
4
  `+me+`
5
- `}function he(e,n,s){let o=i.existsSync(e)?i.readFileSync(e,"utf8"):null,r,t;return o===null?(r="created",t=n):V.test(o)?(t=o.replace(V,()=>n.trimEnd()),r=t===o?"unchanged":"updated"):o.includes(H)?(r="migrated",t=n):(r="appended",t=o.replace(/\s*$/,`
5
+ `}function he(e,n,s){let o=i.existsSync(e)?i.readFileSync(e,"utf8"):null,r,t;return o===null?(r="created",t=n):J.test(o)?(t=o.replace(J,()=>n.trimEnd()),r=t===o?"unchanged":"updated"):o.includes(H)?(r="migrated",t=n):(r="appended",t=o.replace(/\s*$/,`
6
6
 
7
7
  `)+n),!s&&r!=="unchanged"&&(r==="migrated"&&i.writeFileSync(e+".ozmoz-legacy.bak",o,"utf8"),i.mkdirSync(a.dirname(e),{recursive:!0}),i.writeFileSync(e,t,"utf8")),r}function Q(){return[a.join(__dirname,"ozmoz-mcp.js"),a.join(__dirname,"..","bin","ozmoz-mcp.js"),a.join(__dirname,"bin","ozmoz-mcp.js"),a.join(__dirname,"..","src","bin","ozmoz-mcp.js")].find(n=>i.existsSync(n))||a.resolve(__dirname,"ozmoz-mcp.js")}function I(e,n){let s={command:process.execPath,args:[__filename,"mcp","--run"]},o={};if(i.existsSync(e))try{let t=JSON.parse(i.readFileSync(e,"utf8"));if(!t||typeof t!="object"||Array.isArray(t))return"invalid";o=t}catch{return"invalid"}let r=o.mcpServers&&o.mcpServers[b];return r&&JSON.stringify(r)===JSON.stringify(s)?"unchanged":(o.mcpServers=o.mcpServers||{},o.mcpServers[b]=s,n||(i.mkdirSync(a.dirname(e),{recursive:!0}),i.writeFileSync(e,JSON.stringify(o,null,2)+`
8
8
  `,"utf8")),r?"updated":"created")}function ge(e){if(!i.existsSync(e))return"absent";let n;try{n=JSON.parse(i.readFileSync(e,"utf8"))}catch{return"invalid"}return!n||typeof n!="object"||!n.mcpServers||!n.mcpServers[b]?"absent":(delete n.mcpServers[b],i.writeFileSync(e,JSON.stringify(n,null,2)+`
9
- `,"utf8"),"removed")}function P(e){let n=process.platform==="win32"?"where":"which";return A(n,[e],{stdio:"ignore"}).status===0}function B(e,n,s){let o=A(e,n,{encoding:"utf8",timeout:s||3e4,shell:process.platform==="win32"});return{ok:o.status===0,out:(o.stdout||"")+(o.stderr||"")}}function ye(e,n,s){let o=e==="claude"?["--scope",s||"user"]:[],r=Q(),t=["mcp","add"].concat(o,[b,"--",process.execPath,r]),l=["mcp","remove",b].concat(o),c=e+" "+t.join(" ");if(!P(e))return{status:"manual",detail:c};if(n)return{status:"planned",detail:c};let m=B(e,["mcp","list"],6e4),u=m.ok?m.out.split(`
9
+ `,"utf8"),"removed")}function P(e){let n=process.platform==="win32"?"where":"which";return j(n,[e],{stdio:"ignore"}).status===0}function B(e,n,s){let o=j(e,n,{encoding:"utf8",timeout:s||3e4,shell:process.platform==="win32"});return{ok:o.status===0,out:(o.stdout||"")+(o.stderr||"")}}function ye(e,n,s){let o=e==="claude"?["--scope",s||"user"]:[],r=Q(),t=["mcp","add"].concat(o,[b,"--",process.execPath,r]),l=["mcp","remove",b].concat(o),c=e+" "+t.join(" ");if(!P(e))return{status:"manual",detail:c};if(n)return{status:"planned",detail:c};let m=B(e,["mcp","list"],6e4),u=m.ok?m.out.split(`
10
10
  `):[],f=u.find(O=>/^[\s|│┃]*ozmoz(?![\w@-])/.test(O)),h=u.some(O=>/^\s*(?:fleetbo|fleetbo-svro):\s/.test(O));if(f&&f.includes("ozmoz@latest"))return{status:"unchanged",legacy:h};if(f&&!B(e,l).ok)return{status:"manual",detail:e+" "+l.join(" ")+" && "+c,legacy:h};let p=B(e,t);return p.ok?{status:f?"updated":"created",legacy:h}:{status:"failed",detail:c,message:p.out.trim().split(`
11
- `).slice(-2).join(" "),legacy:h}}function ze(e){let n={user:!1,local:!1,others:[]};try{let s=JSON.parse(i.readFileSync(a.join(w.homedir(),".claude.json"),"utf8")),o=c=>!!c&&typeof c=="object"&&/fleetbo-svro|ozmoz/.test(String(c.command||"")+" "+JSON.stringify(c.args||[])),r=(c,m)=>{!c||typeof c!="object"||Object.keys(c).forEach(u=>{u===b?n[m]=!0:o(c[u])&&n.others.push({name:u,where:m})})};r(s.mcpServers,"user");let t=e;try{t=i.realpathSync(e)}catch{}let l=s.projects||{};Array.from(new Set([e,t])).forEach(c=>r((l[c]||{}).mcpServers,"local"))}catch{}return n}function Oe(e){let n=ze(e);n.user&&d(" \u26A0\uFE0F A global (user-scope) '"+b+"' entry from a previous version also exists: the tools appear in every project. To keep them in ozmoZ projects only: claude mcp remove "+b+" --scope user"),n.local&&d(" \u26A0\uFE0F A local-scope '"+b+"' entry exists for this folder and takes precedence over .mcp.json. Remove it: claude mcp remove "+b+" --scope local"),n.others.forEach(s=>{d(" \u26A0\uFE0F An old MCP entry named '"+s.name+"' ("+s.where+" scope) points to ozmoZ/Fleetbo. Remove it: claude mcp remove "+s.name+" --scope "+s.where)})}function Se(e){let n=w.homedir(),s=o=>i.existsSync(o);return{claude:P("claude")||s(a.join(n,".claude")),cursor:s(a.join(e,".cursor"))||s(a.join(n,".cursor"))||P("cursor"),windsurf:s(a.join(n,".codeium","windsurf"))||s(a.join(e,".windsurf")),devin:s(a.join(e,".devin")),codex:P("codex")||s(a.join(n,".codex")),gemini:P("gemini")||s(a.join(n,".gemini")),antigravity:P("agy")||s(a.join(n,".antigravity"))||s(a.join(e,".antigravity"))}}var ve={claude:{bin:"claude",launch:e=>[e]},gemini:{bin:"gemini",launch:e=>["-i",e]},codex:{bin:"codex",launch:e=>[e]},antigravity:{bin:"agy",launch:e=>["-i",e]}};function Ee(e){return String(e||"").replace(/[^\p{L}\p{N} '.,:\-_]/gu," ").replace(/\s+/g," ").trim().slice(0,4e3)}function Te(e,n,s){let o=Ee(n),r=o?"The project description is already given: "+o+". Ask me only the technology question, then build it: ask me another question only if essential information is missing.":"Ask me the starter questions from your ozmoZ instructions before installing anything: the technology first, then a one-sentence project description, one question at a time.",t=null;try{let u=a.join(s,".env");if(i.existsSync(u)){let f=i.readFileSync(u,"utf8").match(/^\s*OZ_DB_KEY\s*=\s*(.+?)\s*$/m);f&&(t=f[1].trim())}}catch{}let l=i.existsSync(a.join(s,"svro.schema.json")),c=i.existsSync(a.join(s,"index.html"))||i.existsSync(a.join(s,"package.json")),m=t||l?"This folder ALREADY contains an ozmoZ project"+(t?" (OZ_DB_KEY="+t+")":"")+' \u2014 do NOT read .env or svro.schema.json yourself, do NOT call oz_create_project, and do NOT ask the starter questions (technology/description). Before doing anything else, state this in one plain sentence to the user (e.g. "Ce projet existe d\xE9j\xE0, je le reprends.") so they can correct you immediately if this is wrong \u2014 then ask what I want to work on now.':c?'This folder does NOT have an ozmoZ project yet, but a frontend project ALREADY exists here (index.html or package.json found) \u2014 do NOT run "npm create vite" or scaffold a new frontend, you would overwrite it. Do not spend a tool call checking which framework it uses. Skip the technology question (detect it from the existing files if needed) and ask me only for a one-sentence project description, then call oz_create_project directly on this existing project.':"This folder does NOT contain an ozmoZ project yet (no .env, no svro.schema.json) \u2014 do not spend a tool call checking, proceed directly to the starter questions below. "+r;return"Use ozmoZ as the backend of my app. You are in the project folder ("+s+"). Follow your ozmoZ local instructions (do NOT run bash commands or web searches to inspect instruction files, they are already active). "+m}function we(){let e=process.env;if(e.CLAUDECODE==="1"||e.GEMINI_CLI||e.CODEX_CLI||e.AI_AGENT||e.CURSOR_AGENT||e.ANTIGRAVITY_CLI)return!0;if(process.platform==="win32")return!1;try{let n=A("ps",["-A","-o","pid=,ppid=,args="],{encoding:"utf8"});if(n.status!==0)return!1;let s=new Map;n.stdout.split(`
12
- `).forEach(r=>{let t=r.match(/^\s*(\d+)\s+(\d+)\s+(.*)$/);t&&s.set(Number(t[1]),{ppid:Number(t[2]),args:t[3]})});let o=process.ppid;for(let r=0;o>1&&r<20&&s.has(o);r++){let{ppid:t,args:l}=s.get(o);if(l.split(/\s+/).slice(0,2).some(m=>/(^|\/)(gemini|claude|codex|antigravity|agy)$/.test(m))||/@google\/gemini-cli|@anthropic-ai\/claude-code|@openai\/codex/.test(l))return!0;o=t}}catch{}return!1}function be(e){let n=process.platform==="win32"?"where":"which";return A(n,[e],{stdio:"ignore"}).status===0}function xe(e,n){let s=n.slice(1).filter(f=>!f.startsWith("--")),o=(s[0]||"").toLowerCase(),r=s.slice(1).join(" "),t=ve[o];t||(z('Usage: npx ozmoz start <claude|gemini|codex> ["your app idea"]'),z('Cursor, Windsurf and Devin have no terminal agent to launch: run "npx ozmoz mcp --agent=<cursor|windsurf|devin>" instead.'),process.exit(1));let l=!1;try{l=!!JSON.parse(i.readFileSync(a.join(w.homedir(),".fleetbo","credentials.json"),"utf8")).devToken}catch{}l||(d("[ozmoZ] First use on this machine: sign in (your browser opens, approve once)."),A(process.execPath,[__filename,"login"],{stdio:"inherit",cwd:e,env:Object.assign({},process.env,{FLEETBO_START:"1"})}).status!==0&&(z('Sign-in did not complete. Run "npx ozmoz start '+o+'" again.'),process.exit(1))),A(process.execPath,[__filename,"mcp","--agent="+o],{stdio:"inherit",cwd:e,env:Object.assign({},process.env,{FLEETBO_START:"1"})}).status!==0&&(z("Could not configure "+t.bin+'. Run "npx ozmoz mcp --agent='+o+'" to see why.'),process.exit(1)),we()&&(d(`
11
+ `).slice(-2).join(" "),legacy:h}}function ze(e){let n={user:!1,local:!1,others:[]};try{let s=JSON.parse(i.readFileSync(a.join(w.homedir(),".claude.json"),"utf8")),o=c=>!!c&&typeof c=="object"&&/fleetbo-svro|ozmoz/.test(String(c.command||"")+" "+JSON.stringify(c.args||[])),r=(c,m)=>{!c||typeof c!="object"||Object.keys(c).forEach(u=>{u===b?n[m]=!0:o(c[u])&&n.others.push({name:u,where:m})})};r(s.mcpServers,"user");let t=e;try{t=i.realpathSync(e)}catch{}let l=s.projects||{};Array.from(new Set([e,t])).forEach(c=>r((l[c]||{}).mcpServers,"local"))}catch{}return n}function Oe(e){let n=ze(e);n.user&&d(" \u26A0\uFE0F A global (user-scope) '"+b+"' entry from a previous version also exists: the tools appear in every project. To keep them in ozmoZ projects only: claude mcp remove "+b+" --scope user"),n.local&&d(" \u26A0\uFE0F A local-scope '"+b+"' entry exists for this folder and takes precedence over .mcp.json. Remove it: claude mcp remove "+b+" --scope local"),n.others.forEach(s=>{d(" \u26A0\uFE0F An old MCP entry named '"+s.name+"' ("+s.where+" scope) points to ozmoZ/Fleetbo. Remove it: claude mcp remove "+s.name+" --scope "+s.where)})}function Se(e){let n=w.homedir(),s=o=>i.existsSync(o);return{claude:P("claude")||s(a.join(n,".claude")),cursor:s(a.join(e,".cursor"))||s(a.join(n,".cursor"))||P("cursor"),windsurf:s(a.join(n,".codeium","windsurf"))||s(a.join(e,".windsurf")),devin:s(a.join(e,".devin")),codex:P("codex")||s(a.join(n,".codex")),gemini:P("gemini")||s(a.join(n,".gemini")),antigravity:P("agy")||s(a.join(n,".antigravity"))||s(a.join(e,".antigravity"))}}var ve={claude:{bin:"claude",launch:e=>[e]},gemini:{bin:"gemini",launch:e=>["-i",e]},codex:{bin:"codex",launch:e=>[e]},antigravity:{bin:"agy",launch:e=>["-i",e]}};function Ee(e){return String(e||"").replace(/[^\p{L}\p{N} '.,:\-_]/gu," ").replace(/\s+/g," ").trim().slice(0,4e3)}function Te(e,n,s){let o=Ee(n),r=o?`The user already provided their project description and technical choices: "${o}".
12
+ - Check if the framework (e.g. React, Vue) is already specified.
13
+ - If it is, DO NOT ask a generic "what tech do you want" question. Acknowledge their choice naturally (e.g. "J'ai bien not\xE9 que vous souhaitez utiliser React...") and only ask for the missing precision (TypeScript vs JavaScript) in a single friendly confirmation, or proceed directly if obvious.
14
+ - If no technology was mentioned at all, ask the starter technology question from your ozmoZ instructions.
15
+ Then proceed to build it.`:"Ask me the starter questions from your ozmoZ instructions before installing anything: the technology first, then a one-sentence project description, one question at a time.",t=null;try{let u=a.join(s,".env");if(i.existsSync(u)){let f=i.readFileSync(u,"utf8").match(/^\s*OZ_DB_KEY\s*=\s*(.+?)\s*$/m);f&&(t=f[1].trim())}}catch{}let l=i.existsSync(a.join(s,"svro.schema.json")),c=i.existsSync(a.join(s,"index.html"))||i.existsSync(a.join(s,"package.json")),m=t||l?"This folder ALREADY contains an ozmoZ project"+(t?" (OZ_DB_KEY="+t+")":"")+" \u2014 do NOT read .env or svro.schema.json yourself, do NOT call oz_create_project, and do NOT ask the starter questions (technology/description). State this in one plain sentence to the user \u2014 then ask what I want to work on now.":c?'This folder does NOT have an ozmoZ project yet, but a frontend project ALREADY exists here \u2014 do NOT run "npm create vite" or scaffold a new frontend. Skip the technology question and ask me only for a one-sentence project description, then call oz_create_project directly.':"This folder does NOT contain an ozmoZ project yet (no .env, no svro.schema.json). "+r;return"Use ozmoZ as the backend of my app. You are in the project folder ("+s+"). Follow your ozmoZ local instructions (do NOT run bash commands or web searches to inspect instruction files, they are already active). "+m}function we(){let e=process.env;if(e.CLAUDECODE==="1"||e.GEMINI_CLI||e.CODEX_CLI||e.AI_AGENT||e.CURSOR_AGENT||e.ANTIGRAVITY_CLI)return!0;if(process.platform==="win32")return!1;try{let n=j("ps",["-A","-o","pid=,ppid=,args="],{encoding:"utf8"});if(n.status!==0)return!1;let s=new Map;n.stdout.split(`
16
+ `).forEach(r=>{let t=r.match(/^\s*(\d+)\s+(\d+)\s+(.*)$/);t&&s.set(Number(t[1]),{ppid:Number(t[2]),args:t[3]})});let o=process.ppid;for(let r=0;o>1&&r<20&&s.has(o);r++){let{ppid:t,args:l}=s.get(o);if(l.split(/\s+/).slice(0,2).some(m=>/(^|\/)(gemini|claude|codex|antigravity|agy)$/.test(m))||/@google\/gemini-cli|@anthropic-ai\/claude-code|@openai\/codex/.test(l))return!0;o=t}}catch{}return!1}function be(e){let n=process.platform==="win32"?"where":"which";return j(n,[e],{stdio:"ignore"}).status===0}function xe(e,n){let s=n.slice(1).filter(f=>!f.startsWith("--")),o=(s[0]||"").toLowerCase(),r=s.slice(1).join(" "),t=ve[o];t||(z('Usage: npx ozmoz start <claude|gemini|codex> ["your app idea"]'),z('Cursor, Windsurf and Devin have no terminal agent to launch: run "npx ozmoz mcp --agent=<cursor|windsurf|devin>" instead.'),process.exit(1));let l=!1;try{l=!!JSON.parse(i.readFileSync(a.join(w.homedir(),".fleetbo","credentials.json"),"utf8")).devToken}catch{}l||(d("[ozmoZ] First use on this machine: sign in (your browser opens, approve once)."),j(process.execPath,[__filename,"login"],{stdio:"inherit",cwd:e,env:Object.assign({},process.env,{FLEETBO_START:"1"})}).status!==0&&(z('Sign-in did not complete. Run "npx ozmoz start '+o+'" again.'),process.exit(1))),j(process.execPath,[__filename,"mcp","--agent="+o],{stdio:"inherit",cwd:e,env:Object.assign({},process.env,{FLEETBO_START:"1"})}).status!==0&&(z("Could not configure "+t.bin+'. Run "npx ozmoz mcp --agent='+o+'" to see why.'),process.exit(1)),we()&&(d(`
13
17
  [ozmoZ] ozmoZ is set up in this folder (instruction file + MCP server).`),d("[ozmoZ] You are already inside an AI agent's shell, so no second agent is launched."),d('[ozmoZ] NEXT: tell the user, in plain words, to quit this agent and start it again in this folder (or to run "npx -y ozmoz@latest start '+o+`" in a normal terminal), then to paste the message again. Do not run any other command.
14
18
  `),process.exit(0)),be(t.bin)||(z('"'+t.bin+'" is not installed or not in your PATH. Install it, then run: npx ozmoz start '+o),process.exit(1));let m=Te(t.rules,r,e);d(`
15
19
  [ozmoZ] Launching `+t.bin+` in this folder...
16
- `);let u=A(t.bin,t.launch(process.platform==="win32"?'"'+m+'"':m),{stdio:"inherit",cwd:e,shell:process.platform==="win32"});process.exit(u.status===null?1:u.status)}async function ee(e,n){let s=n.includes("--dry-run"),o=n.find(g=>g.startsWith("--agent=")),r=o&&o.slice(8).trim()?o.slice(8).split(",").map(g=>g.trim().toLowerCase()).filter(Boolean):null,t=null;if(r){t=r.includes("all")?Object.keys(R):r;let g=t.filter(T=>!R[T]);g.length&&(z("Unknown agent(s): "+g.join(", ")+". Valid values: "+Object.keys(R).join(", ")+", all."),process.exit(1))}let l=n.find(g=>g.startsWith("--scope=")),c=l?l.slice(8).trim().toLowerCase():"project";["project","user","local"].includes(c)||(z("Unknown scope: "+c+". Valid values for Claude Code: project (default), user, local."),process.exit(1));let m=Se(e),u=t||Object.keys(R).filter(g=>m[g]),f=fe();d(`
20
+ `);let u=j(t.bin,t.launch(process.platform==="win32"?'"'+m+'"':m),{stdio:"inherit",cwd:e,shell:process.platform==="win32"});process.exit(u.status===null?1:u.status)}async function ee(e,n){let s=n.includes("--dry-run"),o=n.find(g=>g.startsWith("--agent=")),r=o&&o.slice(8).trim()?o.slice(8).split(",").map(g=>g.trim().toLowerCase()).filter(Boolean):null,t=null;if(r){t=r.includes("all")?Object.keys(M):r;let g=t.filter(T=>!M[T]);g.length&&(z("Unknown agent(s): "+g.join(", ")+". Valid values: "+Object.keys(M).join(", ")+", all."),process.exit(1))}let l=n.find(g=>g.startsWith("--scope=")),c=l?l.slice(8).trim().toLowerCase():"project";["project","user","local"].includes(c)||(z("Unknown scope: "+c+". Valid values for Claude Code: project (default), user, local."),process.exit(1));let m=Se(e),u=t||Object.keys(M).filter(g=>m[g]),f=fe();d(`
17
21
  [ozmoZ] Configuring your AI agents`+(s?" (dry run: nothing is written)":"")+"...");let h=await X(),p=h.version||f,O=`# OZMOZ DATA OS \u2014 DIRECTIVES AGENT
18
22
 
19
23
  `+(h.directives||h.guidelines||"")+`
20
24
 
21
25
  ## PROTOCOLE DONN\xC9ES : QUI FAIT QUOI (AGENT FRONTEND \u2194 ALEX AI)
22
26
 
23
- `+(h.protocol||""),v=J(p,O),E=[["AGENTS.md",v],["GEMINI.md",v],["CLAUDE.md",J(p,`# OZMOZ DATA OS \u2014 DIRECTIVES AGENT
24
- @AGENTS.md`)]],y=a.join(e,".cursorrules");if(i.existsSync(y)){let g=i.readFileSync(y,"utf8");(V.test(g)||g.includes(H))&&E.push([".cursorrules",v])}for(let g of E)d("\u2192 "+g[0]+": "+N[he(a.join(e,g[0]),g[1],s)]);for(let g of u){let T=R[g];if(g==="cursor")d("\u2192 "+T+" MCP (.cursor/mcp.json): "+N[I(a.join(e,".cursor","mcp.json"),s)]);else if(g==="windsurf")d("\u2192 "+T+" MCP (~/.codeium/windsurf/mcp_config.json): "+N[I(a.join(w.homedir(),".codeium","windsurf","mcp_config.json"),s)]);else if(g==="antigravity"){if(d("\u2192 "+T+" MCP (.agents/mcp_config.json): "+N[I(a.join(e,".agents","mcp_config.json"),s)]),I(a.join(e,".mcp.json"),s),!s){let S=[];u.includes("gemini")||(S.push(a.join(e,".gemini","settings.json")),S.push(a.join(w.homedir(),".gemini","settings.json"))),S.push(a.join(e,".antigravity","settings.json")),S.push(a.join(w.homedir(),".antigravity","settings.json")),S.push(a.join(e,".antigravity","mcp.json")),S.forEach(C=>{try{ge(C)==="removed"&&d("\u2192 Removed stale ozmoz entry: "+(a.relative(e,C)||C))}catch{}})}}else if(g==="gemini"){let S=[a.join(w.homedir(),".gemini","settings.json"),a.join(e,".gemini","settings.json"),a.join(e,".mcp.json")],C="unchanged";S.forEach(L=>{let k=I(L,s);(k==="created"||k==="updated")&&(C=k)}),d("\u2192 "+T+" MCP (settings.json & .mcp.json): "+N[C])}else if(g==="claude"&&c==="project"){let S=I(a.join(e,".mcp.json"),s);d("\u2192 "+T+" MCP (.mcp.json, project scope): "+N[S]),(S==="created"||S==="updated")&&d(" Claude Code asks you to approve a project server the first time you launch it. Commit .mcp.json to share it with your team (it contains no token)."),Oe(e)}else if(g==="claude"||g==="codex"){let S=ye(g,s,c);S.status==="manual"?d("\u2192 "+T+": '"+g+"' not found or not scriptable. Run manually: "+S.detail):S.status==="planned"?d("\u2192 "+T+" MCP: would run: "+S.detail):S.status==="failed"?z("\u2192 "+T+" MCP: registration failed ("+S.message+"). Run manually: "+S.detail):d("\u2192 "+T+" MCP"+(g==="claude"?" ("+c+" scope)":" (~/.codex/config.toml, global)")+": "+N[S.status]),S.legacy&&d(" \u26A0\uFE0F An old MCP entry named 'fleetbo' exists. Remove it: "+g+" mcp remove fleetbo")}else g==="devin"&&d("\u2192 "+T+": reads AGENTS.md. Devin runs in its own environment: add the Fleetbo MCP server from Devin's settings (not automated).")}!t&&u.length===0&&d("\u2192 No agent detected: instruction files were written; re-run with --agent=<name> to register the MCP server.");let F=!!($(e).FLEETBO_DEV_TOKEN||process.env.FLEETBO_DEV_TOKEN),Z=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(Z))try{F=F||!!JSON.parse(i.readFileSync(Z,"utf8")).devToken}catch{}F||z('\u26A0\uFE0F No developer token found. Run "npx ozmoz login" once.'),process.env.FLEETBO_START||d(`
27
+ `+(h.protocol||""),v=V(p,O),E=[["AGENTS.md",v],["GEMINI.md",v],["CLAUDE.md",V(p,`# OZMOZ DATA OS \u2014 DIRECTIVES AGENT
28
+ @AGENTS.md`)]],y=a.join(e,".cursorrules");if(i.existsSync(y)){let g=i.readFileSync(y,"utf8");(J.test(g)||g.includes(H))&&E.push([".cursorrules",v])}for(let g of E)d("\u2192 "+g[0]+": "+N[he(a.join(e,g[0]),g[1],s)]);for(let g of u){let T=M[g];if(g==="cursor")d("\u2192 "+T+" MCP (.cursor/mcp.json): "+N[I(a.join(e,".cursor","mcp.json"),s)]);else if(g==="windsurf")d("\u2192 "+T+" MCP (~/.codeium/windsurf/mcp_config.json): "+N[I(a.join(w.homedir(),".codeium","windsurf","mcp_config.json"),s)]);else if(g==="antigravity"){if(d("\u2192 "+T+" MCP (.agents/mcp_config.json): "+N[I(a.join(e,".agents","mcp_config.json"),s)]),I(a.join(e,".mcp.json"),s),!s){let S=[];u.includes("gemini")||(S.push(a.join(e,".gemini","settings.json")),S.push(a.join(w.homedir(),".gemini","settings.json"))),S.push(a.join(e,".antigravity","settings.json")),S.push(a.join(w.homedir(),".antigravity","settings.json")),S.push(a.join(e,".antigravity","mcp.json")),S.forEach(A=>{try{ge(A)==="removed"&&d("\u2192 Removed stale ozmoz entry: "+(a.relative(e,A)||A))}catch{}})}}else if(g==="gemini"){let S=[a.join(w.homedir(),".gemini","settings.json"),a.join(e,".gemini","settings.json"),a.join(e,".mcp.json")],A="unchanged";S.forEach(L=>{let k=I(L,s);(k==="created"||k==="updated")&&(A=k)}),d("\u2192 "+T+" MCP (settings.json & .mcp.json): "+N[A])}else if(g==="claude"&&c==="project"){let S=I(a.join(e,".mcp.json"),s);d("\u2192 "+T+" MCP (.mcp.json, project scope): "+N[S]),(S==="created"||S==="updated")&&d(" Claude Code asks you to approve a project server the first time you launch it. Commit .mcp.json to share it with your team (it contains no token)."),Oe(e)}else if(g==="claude"||g==="codex"){let S=ye(g,s,c);S.status==="manual"?d("\u2192 "+T+": '"+g+"' not found or not scriptable. Run manually: "+S.detail):S.status==="planned"?d("\u2192 "+T+" MCP: would run: "+S.detail):S.status==="failed"?z("\u2192 "+T+" MCP: registration failed ("+S.message+"). Run manually: "+S.detail):d("\u2192 "+T+" MCP"+(g==="claude"?" ("+c+" scope)":" (~/.codex/config.toml, global)")+": "+N[S.status]),S.legacy&&d(" \u26A0\uFE0F An old MCP entry named 'fleetbo' exists. Remove it: "+g+" mcp remove fleetbo")}else g==="devin"&&d("\u2192 "+T+": reads AGENTS.md. Devin runs in its own environment: add the Fleetbo MCP server from Devin's settings (not automated).")}!t&&u.length===0&&d("\u2192 No agent detected: instruction files were written; re-run with --agent=<name> to register the MCP server.");let F=!!($(e).FLEETBO_DEV_TOKEN||process.env.FLEETBO_DEV_TOKEN),Z=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(Z))try{F=F||!!JSON.parse(i.readFileSync(Z,"utf8")).devToken}catch{}F||z('\u26A0\uFE0F No developer token found. Run "npx ozmoz login" once.'),process.env.FLEETBO_START||d(`
25
29
  [ozmoZ] Done. Restart your agent so it reloads the tools and instruction files.
26
- `)}function je(e){let n=process.platform==="darwin"?"open":process.platform==="win32"?"start":"xdg-open";oe(`${n} "${e}"`)}function Ce(e){return new Promise((n,s)=>{let o=ne.createServer((r,t)=>{if(t.setHeader("Access-Control-Allow-Origin","*"),t.setHeader("Access-Control-Allow-Methods","GET, OPTIONS"),t.setHeader("Access-Control-Allow-Headers","Content-Type, Authorization"),t.setHeader("Access-Control-Allow-Private-Network","true"),r.method==="OPTIONS"){t.writeHead(204),t.end();return}let l=new URL(r.url,"http://127.0.0.1");if(l.pathname==="/callback"){let c=l.searchParams.get("token"),m=l.searchParams.get("refresh");if(!c){t.writeHead(400,{"Content-Type":"text/html; charset=utf-8"}),t.end("<h3>Error: Missing token.</h3>");return}let u=a.join(w.homedir(),".fleetbo");i.existsSync(u)||i.mkdirSync(u,{recursive:!0}),i.writeFileSync(a.join(u,"credentials.json"),JSON.stringify({devToken:c,refreshToken:m||null,updatedAt:new Date().toISOString()},null,2));let f=a.join(e,".env");if(i.existsSync(f)){let h=i.readFileSync(f,"utf8");h.includes("FLEETBO_DEV_TOKEN=")?h=h.replace(/FLEETBO_DEV_TOKEN=.*/g,`FLEETBO_DEV_TOKEN=${c}`):h+=`
30
+ `)}function Ce(e){let n=process.platform==="darwin"?"open":process.platform==="win32"?"start":"xdg-open";oe(`${n} "${e}"`)}function Ae(e){return new Promise((n,s)=>{let o=ne.createServer((r,t)=>{if(t.setHeader("Access-Control-Allow-Origin","*"),t.setHeader("Access-Control-Allow-Methods","GET, OPTIONS"),t.setHeader("Access-Control-Allow-Headers","Content-Type, Authorization"),t.setHeader("Access-Control-Allow-Private-Network","true"),r.method==="OPTIONS"){t.writeHead(204),t.end();return}let l=new URL(r.url,"http://127.0.0.1");if(l.pathname==="/callback"){let c=l.searchParams.get("token"),m=l.searchParams.get("refresh");if(!c){t.writeHead(400,{"Content-Type":"text/html; charset=utf-8"}),t.end("<h3>Error: Missing token.</h3>");return}let u=a.join(w.homedir(),".fleetbo");i.existsSync(u)||i.mkdirSync(u,{recursive:!0}),i.writeFileSync(a.join(u,"credentials.json"),JSON.stringify({devToken:c,refreshToken:m||null,updatedAt:new Date().toISOString()},null,2));let f=a.join(e,".env");if(i.existsSync(f)){let h=i.readFileSync(f,"utf8");h.includes("FLEETBO_DEV_TOKEN=")?h=h.replace(/FLEETBO_DEV_TOKEN=.*/g,`FLEETBO_DEV_TOKEN=${c}`):h+=`
27
31
  FLEETBO_DEV_TOKEN=${c}
28
32
  `,i.writeFileSync(f,h,"utf8")}t.writeHead(200,{"Content-Type":"text/html; charset=utf-8",Connection:"close"}),t.end(`
29
33
  <!DOCTYPE html>
@@ -47,8 +51,8 @@ FLEETBO_DEV_TOKEN=${c}
47
51
  [ozmoZ] Developer token received and stored successfully!`),!process.env.FLEETBO_START&&!["AGENTS.md","CLAUDE.md","GEMINI.md"].some(h=>i.existsSync(a.join(e,h)))&&(d(`
48
52
  Next step to connect your AI agents:`),d(` npx ozmoz mcp (Configure Claude Code, Cursor, Windsurf, Devin, Codex CLI, Gemini CLI)
49
53
  `)),typeof o.closeAllConnections=="function"&&o.closeAllConnections(),o.close(()=>n()),setTimeout(()=>n(),300)}});o.listen(0,"127.0.0.1",()=>{let t=`https://ozmoz.io/cli-auth?port=${o.address().port}`;d(`
50
- [ozmoZ] Waiting for authentication...`),d(`If your browser does not open automatically, visit: ${t}`),je(t);let l=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(l/1e3)}s: browser approval not received. Run "npx ozmoz login" once more and approve in the browser.`))},l).unref()}),o.on("error",r=>s(r))})}function Ae(e,n,s){return new Promise((o,r)=>{let t=JSON.stringify({enterpriseID:e,schema:n,workflow:s}),l={hostname:"fleetbo-gatekeeper.fleetbo.workers.dev",path:"/sync-schema",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(t)}},c=q.request(l,m=>{let u="";m.on("data",f=>{u+=f}),m.on("end",()=>{m.statusCode>=200&&m.statusCode<300?o(JSON.parse(u)):r(new Error(`Edge sync failed with HTTP ${m.statusCode}`))})});c.on("error",m=>r(m)),c.write(t),c.end()})}function $(e){let n=a.join(e,".env");if(!i.existsSync(n))return{};let s=i.readFileSync(n,"utf8"),o={};return s.split(`
51
- `).forEach(r=>{let[t,...l]=r.split("=");t&&l.length>0&&(o[t.trim()]=l.join("=").trim())}),o}function G(e,n){return new Promise((s,o)=>{let r=JSON.stringify({projectId:e,moduleName:n}),t={hostname:"getmodulecache-jqycakhlxa-uc.a.run.app",path:"/",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r)}},l=q.request(t,c=>{let m="";c.on("data",u=>{m+=u}),c.on("end",()=>{if(c.statusCode>=200&&c.statusCode<300)try{let u=JSON.parse(m);if(u.success&&u.found&&u.module){let f=u.module.code||u.module.mockCode;s(typeof f=="string"?JSON.parse(f):f)}else s(null)}catch{o(new Error(`Invalid JSON response for ${n}.`))}else o(new Error(`Server error ${c.statusCode} while fetching ${n}`))})});l.on("error",c=>o(c)),l.write(r),l.end()})}var j=process.argv.slice(2),x=j[0],ke=["id","_id","userId","author","dateCreated","createdAt","_schema_version"],te=e=>ke.includes(e)||/^_/.test(e)||/^(created|updated|modified|deleted)(At|By)$/i.test(e);function U(e){return!e||typeof e!="object"?null:e.fields&&typeof e.fields=="object"?e.fields:e.schema&&typeof e.schema=="object"?e.schema:null}function _e(e){let n=[];if(!e||typeof e!="object"||!e.collections)return{schema:e,changed:!1,notes:n};let s=JSON.parse(JSON.stringify(e));return Object.entries(s.collections).forEach(([o,r])=>{let t=U(r);t&&Object.keys(t).forEach(l=>{te(l)&&t[l]&&typeof t[l]=="object"&&t[l].required===!0&&(t[l].required=!1,n.push(o+"."+l))})}),{schema:s,changed:n.length>0,notes:n}}function Ne(e){let n=String(typeof e=="string"?e:e&&e.type||"").toLowerCase(),s=e&&(e.enum||e.values||e.options);return Array.isArray(s)&&s.length?JSON.stringify(s[0]):n==="number"||n==="integer"||n==="float"?"0":n==="boolean"||n==="toggle"?"false":n==="date"||n==="datetime"||n==="timestamp"?"new Date().toISOString()":n==="reference"?"'<id du document li\xE9>'":n==="media"?"null /* image/fichier : oz.addWithMedia */":n==="array"?"[]":"'\u2026'"}function Ie(e){let s=Object.entries(e&&e.collections||{}),o=`## \u{1F4E5} CE QUE LE CODE DOIT ENVOYER (MOD\xC8LES D'\xC9CRITURE)
54
+ [ozmoZ] Waiting for authentication...`),d(`If your browser does not open automatically, visit: ${t}`),Ce(t);let l=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(l/1e3)}s: browser approval not received. Run "npx ozmoz login" once more and approve in the browser.`))},l).unref()}),o.on("error",r=>s(r))})}function je(e,n,s){return new Promise((o,r)=>{let t=JSON.stringify({enterpriseID:e,schema:n,workflow:s}),l={hostname:"fleetbo-gatekeeper.fleetbo.workers.dev",path:"/sync-schema",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(t)}},c=q.request(l,m=>{let u="";m.on("data",f=>{u+=f}),m.on("end",()=>{m.statusCode>=200&&m.statusCode<300?o(JSON.parse(u)):r(new Error(`Edge sync failed with HTTP ${m.statusCode}`))})});c.on("error",m=>r(m)),c.write(t),c.end()})}function $(e){let n=a.join(e,".env");if(!i.existsSync(n))return{};let s=i.readFileSync(n,"utf8"),o={};return s.split(`
55
+ `).forEach(r=>{let[t,...l]=r.split("=");t&&l.length>0&&(o[t.trim()]=l.join("=").trim())}),o}function G(e,n){return new Promise((s,o)=>{let r=JSON.stringify({projectId:e,moduleName:n}),t={hostname:"getmodulecache-jqycakhlxa-uc.a.run.app",path:"/",method:"POST",headers:{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r)}},l=q.request(t,c=>{let m="";c.on("data",u=>{m+=u}),c.on("end",()=>{if(c.statusCode>=200&&c.statusCode<300)try{let u=JSON.parse(m);if(u.success&&u.found&&u.module){let f=u.module.code||u.module.mockCode;s(typeof f=="string"?JSON.parse(f):f)}else s(null)}catch{o(new Error(`Invalid JSON response for ${n}.`))}else o(new Error(`Server error ${c.statusCode} while fetching ${n}`))})});l.on("error",c=>o(c)),l.write(r),l.end()})}var C=process.argv.slice(2),x=C[0],ke=["id","_id","userId","author","dateCreated","createdAt","_schema_version"],te=e=>ke.includes(e)||/^_/.test(e)||/^(created|updated|modified|deleted)(At|By)$/i.test(e);function U(e){return!e||typeof e!="object"?null:e.fields&&typeof e.fields=="object"?e.fields:e.schema&&typeof e.schema=="object"?e.schema:null}function _e(e){let n=[];if(!e||typeof e!="object"||!e.collections)return{schema:e,changed:!1,notes:n};let s=JSON.parse(JSON.stringify(e));return Object.entries(s.collections).forEach(([o,r])=>{let t=U(r);t&&Object.keys(t).forEach(l=>{te(l)&&t[l]&&typeof t[l]=="object"&&t[l].required===!0&&(t[l].required=!1,n.push(o+"."+l))})}),{schema:s,changed:n.length>0,notes:n}}function Ne(e){let n=String(typeof e=="string"?e:e&&e.type||"").toLowerCase(),s=e&&(e.enum||e.values||e.options);return Array.isArray(s)&&s.length?JSON.stringify(s[0]):n==="number"||n==="integer"||n==="float"?"0":n==="boolean"||n==="toggle"?"false":n==="date"||n==="datetime"||n==="timestamp"?"new Date().toISOString()":n==="reference"?"'<id du document li\xE9>'":n==="media"?"null /* image/fichier : oz.addWithMedia */":n==="array"?"[]":"'\u2026'"}function Ie(e){let s=Object.entries(e&&e.collections||{}),o=`## \u{1F4E5} CE QUE LE CODE DOIT ENVOYER (MOD\xC8LES D'\xC9CRITURE)
52
56
 
53
57
  `;o+=`### \u{1F194} Identifiants
54
58
  `,o+="* ozmoZ attribue lui-m\xEAme `_id` (cha\xEEne) \xE0 chaque document. Utilise `doc._id` partout ; \xE0 la lecture, `doc.id` existe comme alias de `_id` (m\xEAme valeur), en prototype comme en production, mais la r\xE9f\xE9rence est `_id`.\n",o+="* N'envoie **jamais** `id` ni `_id` dans `oz.add` : `oz.add` renvoie `{ success, documentId }` (`documentId` = `_id`).\n",o+="* Pour lire, modifier ou supprimer un document : `oz.getDoc(table, doc._id)`, `oz.update(table, doc._id, {\u2026})`, `oz.delete(table, doc._id)`. Pour relier deux collections, stocke le `_id` du document li\xE9 dans un champ (ex. `playlistId`).\n",o+="* `userId`, `createdAt` et les autres champs de tra\xE7abilit\xE9 sont renseign\xE9s par le moteur : ne les envoie pas.\n\n";let r=s.filter(([,t])=>U(t)&&Object.keys(U(t)).length>0);return r.length===0?o+`_Aucune collection scell\xE9e pour l'instant : les mod\xE8les appara\xEEtront apr\xE8s la mod\xE9lisation d'Alex._
@@ -206,23 +210,23 @@ ${JSON.stringify(n||{},null,2)}
206
210
  \`\`\`
207
211
  `}function De(e){return String(e).toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^a-z0-9]/g,"_").replace(/^_+|_+$/g,"").slice(0,30)||"app"}async function Fe(e,n){let s=$(e),o=i.existsSync(a.join(e,"svro.schema.json"));(s.OZ_DB_KEY||o)&&(z("Cannot create project: an ozmoZ project already exists in this folder."),d('\u2192 Use "npx ozmoz sync" or evolve the existing contract instead.'),process.exit(1));let r=(n||"").trim();r||(z('Project name is required. Usage: npx ozmoz create "<name>"'),process.exit(1));let t=a.join(e,".ozmoz.lock");if(i.existsSync(t)){let c=!1;try{let m=Number(i.readFileSync(t,"utf8"));Date.now()-m>6e4&&(c=!0)}catch{c=!0}c||(z("A project creation is already running in this folder."),process.exit(1)),i.unlinkSync(t)}i.writeFileSync(t,String(Date.now()));let l=()=>{if(i.existsSync(t))try{i.unlinkSync(t)}catch{}};try{let c=process.env.FLEETBO_DEV_TOKEN;if(!c){let v=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(v))try{c=JSON.parse(i.readFileSync(v,"utf8")).devToken}catch{}}c||(l(),z('Missing developer token. Please run "npx ozmoz login" first.'),process.exit(1)),d(`[ozmoZ] Creating project "${r}" on Cloud...`);let m=De(r),u=[m,`${m.slice(0,24)}_${Math.random().toString(36).slice(2,6)}`,`${m.slice(0,24)}_${Math.random().toString(36).slice(2,6)}`],f=null,h=null;for(let v of u)try{let E=await fetch("https://createprojectlight-jqycakhlxa-uc.a.run.app",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${c}`},body:JSON.stringify({data:{name:r,keyApp:v}})}),y=await E.json();if(E.ok&&!y.error){f={keyApp:v,data:y.result?.data||y.data||{}};break}else h=y.error?.message||`HTTP ${E.status}`}catch(E){h=E.message}f||(l(),z(`Failed to create project on Cloud: ${h||"Unknown error"}`),process.exit(1));let p=f.data.bootstrapToken;await W(e,[`--keyApp=${f.keyApp}`,`--token=${p}`]);let O=a.join(e,"package.json");K(e,O),await ee(e,[]),d(`
208
212
  [ozmoZ] Project "${r}" (${f.keyApp}) created and configured successfully.`),d(`Next step: scaffold the frontend if needed, then run "npx ozmoz sync".
209
- `)}finally{if(i.existsSync(t))try{i.unlinkSync(t)}catch{}}}async function Le(e){let n=process.env.FLEETBO_DEV_TOKEN;if(!n){let p=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(p))try{n=JSON.parse(i.readFileSync(p,"utf8")).devToken}catch{}}let o=$(e).OZ_KEY_APP;(!o||!n)&&(z("Cannot update: project uninitialized or dev token missing."),process.exit(1));let r=i.existsSync(a.join(e,"src"))?a.join(e,"src"):e,t=new Set([".jsx",".tsx",".vue",".svelte",".js",".ts",".html"]),l=[],c=0;function m(p){let O=[];try{O=i.readdirSync(p,{withFileTypes:!0})}catch{return}for(let v of O){if(/^(node_modules|\.git|dist|build|\.next|\.svelte-kit)$/.test(v.name))continue;let E=a.join(p,v.name);if(v.isDirectory())m(E);else if(t.has(a.extname(v.name))&&!v.name.endsWith(".d.ts"))try{let y=i.statSync(E);if(y.size>3e5)continue;let D=i.readFileSync(E,"utf8");/oz\.|<oz-/i.test(D)&&(c+=y.size,l.push({name:a.relative(e,E).split(a.sep).join("/"),content:D}))}catch{}}}m(r),l.length===0&&(z("Cannot update: no components using oz.* found."),process.exit(1)),c>8*1024*1024&&(z("Payload too large: total UI source files exceed 8 MB limit."),process.exit(1));let u=j.find(p=>p.startsWith("--rules=")),f=u?u.slice(8).trim():"";d(`[ozmoZ] Sending ${l.length} component(s) to Cloud Engine for modeling...`);try{let p=await fetch("https://updateprojectlight-jqycakhlxa-uc.a.run.app",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n}`},body:JSON.stringify({data:{keyApp:o,name:o,newViewFiles:l,fleetbo_rules:f}})}),O=await p.json();(!p.ok||O.error)&&(z(`Update failed: ${O.error?.message||O.message||"Server error"}`),process.exit(1))}catch(p){z(`Network error: ${p.message}`),process.exit(1)}d("\u2192 Structure modeled. Sealing into SVRO Kernel..."),A(process.execPath,[__filename,"sync"],{stdio:"inherit",cwd:e}).status===0?d(`
213
+ `)}finally{if(i.existsSync(t))try{i.unlinkSync(t)}catch{}}}async function Le(e){let n=process.env.FLEETBO_DEV_TOKEN;if(!n){let p=a.join(w.homedir(),".fleetbo","credentials.json");if(i.existsSync(p))try{n=JSON.parse(i.readFileSync(p,"utf8")).devToken}catch{}}let o=$(e).OZ_KEY_APP;(!o||!n)&&(z("Cannot update: project uninitialized or dev token missing."),process.exit(1));let r=i.existsSync(a.join(e,"src"))?a.join(e,"src"):e,t=new Set([".jsx",".tsx",".vue",".svelte",".js",".ts",".html"]),l=[],c=0;function m(p){let O=[];try{O=i.readdirSync(p,{withFileTypes:!0})}catch{return}for(let v of O){if(/^(node_modules|\.git|dist|build|\.next|\.svelte-kit)$/.test(v.name))continue;let E=a.join(p,v.name);if(v.isDirectory())m(E);else if(t.has(a.extname(v.name))&&!v.name.endsWith(".d.ts"))try{let y=i.statSync(E);if(y.size>3e5)continue;let D=i.readFileSync(E,"utf8");/oz\.|<oz-/i.test(D)&&(c+=y.size,l.push({name:a.relative(e,E).split(a.sep).join("/"),content:D}))}catch{}}}m(r),l.length===0&&(z("Cannot update: no components using oz.* found."),process.exit(1)),c>8*1024*1024&&(z("Payload too large: total UI source files exceed 8 MB limit."),process.exit(1));let u=C.find(p=>p.startsWith("--rules=")),f=u?u.slice(8).trim():"";d(`[ozmoZ] Sending ${l.length} component(s) to Cloud Engine for modeling...`);try{let p=await fetch("https://updateprojectlight-jqycakhlxa-uc.a.run.app",{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n}`},body:JSON.stringify({data:{keyApp:o,name:o,newViewFiles:l,fleetbo_rules:f}})}),O=await p.json();(!p.ok||O.error)&&(z(`Update failed: ${O.error?.message||O.message||"Server error"}`),process.exit(1))}catch(p){z(`Network error: ${p.message}`),process.exit(1)}d("\u2192 Structure modeled. Sealing into SVRO Kernel..."),j(process.execPath,[__filename,"sync"],{stdio:"inherit",cwd:e}).status===0?d(`
210
214
  [ozmoZ] Contract successfully locked into SVRO Kernel.
211
215
  `):(z(`
212
216
  [ozmoZ] Kernel sync failed. Run "npx ozmoz sync" manually.
213
- `),process.exit(1))}async function Me(){let e=process.cwd(),n=a.join(e,"package.json");if(x==="init"||x==="doctor")d(`
214
- [ozmoZ] Initializing and configuring ozmoZ...`),await W(e,j),K(e,n),d(`
217
+ `),process.exit(1))}async function Re(){let e=process.cwd(),n=a.join(e,"package.json");if(x==="init"||x==="doctor")d(`
218
+ [ozmoZ] Initializing and configuring ozmoZ...`),await W(e,C),K(e,n),d(`
215
219
  [ozmoZ] Configuration completed successfully!
216
220
  `),d(`
217
221
  Next step:`),d(` npx ozmoz sync (Sync cloud schema & generate IDE types)
218
- `);else if(x==="sync"){let s=j.includes("--dry-run"),o=j.includes("--check-only");d(`[ozmoZ] Syncing schema...${s?" (dry-run)":""}${o?" (check-only, no network)":""}`),s||le(e);let r=a.join(e,"svro.schema.json"),t=a.join(e,"svro.workflow.json"),l=a.join(e,"ozmoz_contract.md"),c=a.join(e,"src","ozmoz.d.ts"),u=$(e).OZ_ENTERPRISE_ID,f=null,h=null;if(o)d("\u2192 Mode check-only : Local contract used, no cloud fetch..");else if(u)try{d("\u2192 Fetching latest contracts from Cloud..."),f=await G(u,"svro.schema.json"),f&&(i.writeFileSync(r,JSON.stringify(f,null,2)+`
222
+ `);else if(x==="sync"){let s=C.includes("--dry-run"),o=C.includes("--check-only");d(`[ozmoZ] Syncing schema...${s?" (dry-run)":""}${o?" (check-only, no network)":""}`),s||le(e);let r=a.join(e,"svro.schema.json"),t=a.join(e,"svro.workflow.json"),l=a.join(e,"ozmoz_contract.md"),c=a.join(e,"src","ozmoz.d.ts"),u=$(e).OZ_ENTERPRISE_ID,f=null,h=null;if(o)d("\u2192 Mode check-only : Local contract used, no cloud fetch..");else if(u)try{d("\u2192 Fetching latest contracts from Cloud..."),f=await G(u,"svro.schema.json"),f&&(i.writeFileSync(r,JSON.stringify(f,null,2)+`
219
223
  `),d("\u2192 Local svro.schema.json updated.")),h=await G(u,"svro.workflow.json"),h&&(i.writeFileSync(t,JSON.stringify(h,null,2)+`
220
224
  `),d("\u2192 Local svro.workflow.json updated."))}catch(y){z(`\u26A0\uFE0F Cloud fetch bypassed: ${y.message}. Using local file fallback.`)}else z("\u26A0\uFE0F OZ_ENTERPRISE_ID missing in .env. Skipping cloud fetch.");let p=f;if(!p&&i.existsSync(r))try{p=JSON.parse(i.readFileSync(r,"utf8"))}catch{}p||(p={context:"Application en cours de mod\xE9lisation initiale.",collections:{}},i.writeFileSync(r,JSON.stringify(p,null,2)+`
221
225
  `,"utf8"),d("\u2192 Initial blank svro.schema.json created."));let O=h;if(!O&&i.existsSync(t))try{O=JSON.parse(i.readFileSync(t,"utf8"))}catch{}O||(O={actors:{},sequences:[]},i.writeFileSync(t,JSON.stringify(O,null,2)+`
222
226
  `,"utf8"),d("\u2192 Initial blank svro.workflow.json created."));{let y=_e(p);y.changed&&(p=y.schema,i.writeFileSync(r,JSON.stringify(p,null,2)+`
223
- `,"utf8"),d("\u2192 Managed by system, no longer required from your code: "+y.notes.join(", ")+"."))}let{protocol:v}=await X(),E=Pe(p,O,v);i.writeFileSync(l,E,"utf8"),d("\u2192 Contract markdown successfully generated at project root.");try{let y=Object.keys(p.collections||{});if(u&&!o)try{await Ae(u,p,O),d("\u2192 Schema successfully sealed into SVRO Kernel (O(1)).")}catch(g){z(`\u26A0\uFE0F Kernel Shield sync warning: ${g.message}`)}let D=p.collections||{},F=Object.entries(D).map(([g,T])=>{let S=T.fields||T.schema||{},C=Object.entries(S).map(([L,k])=>{let M="any",_=String(typeof k=="string"?k:k.type||"").toLowerCase();return _==="string"||_==="text"||_==="media"?M="string":_==="number"?M="number":_==="boolean"||_==="toggle"?M="boolean":_==="array"&&(M="any[]"),` ${L}?:${M};`}).join(`
227
+ `,"utf8"),d("\u2192 Managed by system, no longer required from your code: "+y.notes.join(", ")+"."))}let{protocol:v}=await X(),E=Pe(p,O,v);i.writeFileSync(l,E,"utf8"),d("\u2192 Contract markdown successfully generated at project root.");try{let y=Object.keys(p.collections||{});if(u&&!o)try{await je(u,p,O),d("\u2192 Schema successfully sealed into SVRO Kernel (O(1)).")}catch(g){z(`\u26A0\uFE0F Kernel Shield sync warning: ${g.message}`)}let D=p.collections||{},F=Object.entries(D).map(([g,T])=>{let S=T.fields||T.schema||{},A=Object.entries(S).map(([L,k])=>{let R="any",_=String(typeof k=="string"?k:k.type||"").toLowerCase();return _==="string"||_==="text"||_==="media"?R="string":_==="number"?R="number":_==="boolean"||_==="toggle"?R="boolean":_==="array"&&(R="any[]"),` ${L}?:${R};`}).join(`
224
228
  `);return` ${g}: {
225
- ${C}
229
+ ${A}
226
230
  };`}).join(`
227
231
  `),Z=y.length>0?y.map(g=>`'${g}'`).join(" | "):"string";if(i.existsSync(a.dirname(c))){let g=`/* eslint-disable */
228
232
  /* prettier-ignore */
@@ -360,7 +364,7 @@ declare module 'svelte/elements' {
360
364
  'oz-reference': OzProp;
361
365
  }
362
366
  }
363
- `;i.writeFileSync(c,g)}re(e),ae(e,n),ce(e),de(e),d(`[ozmoZ] Schema synced successfully (${y.length} collection(s)).`),s&&d("\u2192 [Dry-run] Schema is valid.")}catch(y){z(`Error during synchronization: ${y.message}`),process.exit(1)}}else if(x==="create"){let s=j.slice(1).filter(o=>!o.startsWith("--")).join(" ");await Fe(e,s),process.exit(0)}else if(x==="update")await Le(e),process.exit(0);else if(x==="mcp"){let s=j.includes("--run"),o=!1;if(!s&&!process.stdin.isTTY&&(s=await new Promise(r=>{let t=process.stdin,l=null,c=f=>{clearTimeout(l),t.removeListener("data",m),t.removeListener("end",u),t.removeListener("error",u),r(f)},m=f=>{t.pause(),t.unshift(f),o=!0,c(!0)},u=()=>c(!1);l=setTimeout(()=>{t.pause(),c(!1)},1500),t.on("data",m),t.once("end",u),t.once("error",u)})),s){try{await import(`file://${Q()}`),o&&process.stdin.resume()}catch(r){z(`Failed to start MCP server: ${r.message}`),process.exit(1)}return}await ee(e,j),process.exit(0)}else x==="login"?(await Ce(e),process.exit(0)):x==="start"?xe(e,j):["--help","-h","help"].includes(x)?(d(`ozmoZ CLI
367
+ `;i.writeFileSync(c,g)}re(e),ae(e,n),ce(e),de(e),d(`[ozmoZ] Schema synced successfully (${y.length} collection(s)).`),s&&d("\u2192 [Dry-run] Schema is valid.")}catch(y){z(`Error during synchronization: ${y.message}`),process.exit(1)}}else if(x==="create"){let s=C.slice(1).filter(o=>!o.startsWith("--")).join(" ");await Fe(e,s),process.exit(0)}else if(x==="update")await Le(e),process.exit(0);else if(x==="mcp"){let s=C.includes("--run"),o=!1;if(!s&&!process.stdin.isTTY&&(s=await new Promise(r=>{let t=process.stdin,l=null,c=f=>{clearTimeout(l),t.removeListener("data",m),t.removeListener("end",u),t.removeListener("error",u),r(f)},m=f=>{t.pause(),t.unshift(f),o=!0,c(!0)},u=()=>c(!1);l=setTimeout(()=>{t.pause(),c(!1)},1500),t.on("data",m),t.once("end",u),t.once("error",u)})),s){try{await import(`file://${Q()}`),o&&process.stdin.resume()}catch(r){z(`Failed to start MCP server: ${r.message}`),process.exit(1)}return}await ee(e,C),process.exit(0)}else x==="login"?(await Ae(e),process.exit(0)):x==="start"?xe(e,C):["--help","-h","help"].includes(x)?(d(`ozmoZ CLI
364
368
 
365
369
  Commands:
366
370
  login Authenticate this machine (opens the browser: approve once, the command exits by itself)
@@ -376,4 +380,4 @@ Commands:
376
380
 
377
381
  AI agents: to create a project, call the MCP tool "oz_create_project".
378
382
  To evolve schema/workflow from UI files, call the MCP tool "oz_update_project", then run "sync".
379
- `),process.exit(0)):(z('Unknown command. Run "npx ozmoz --help".'),process.exit(1))}Me().catch(e=>{z(`ozmoZ CLI Error: ${e.message}`),process.exit(1)});
383
+ `),process.exit(0)):(z('Unknown command. Run "npx ozmoz --help".'),process.exit(1))}Re().catch(e=>{z(`ozmoZ CLI Error: ${e.message}`),process.exit(1)});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ozmoz",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "SDK and CLI for the oz.* data API and the <oz-*> web components.",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [