oh-my-agent 11.3.1 → 11.4.0
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/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -24,7 +24,7 @@ Expecting one of '${G.join("', '")}'`);if(this._lifeCycleHooks[$])this._lifeCycl
|
|
|
24
24
|
`),this.outputHelp({error:!0});let G=z||{},J=G.exitCode||1,Q=G.code||"commander.error";this._exit(J,Q,$)}_parseOptionsEnv(){this.options.forEach(($)=>{if($.envVar&&$.envVar in H4.env){let z=$.attributeName();if(this.getOptionValue(z)===void 0||["default","config","env"].includes(this.getOptionValueSource(z)))if($.required||$.optional)this.emit(`optionEnv:${$.name()}`,H4.env[$.envVar]);else this.emit(`optionEnv:${$.name()}`)}})}_parseOptionsImplied(){let $=new TS(this.options),z=(G)=>{return this.getOptionValue(G)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(G))};this.options.filter((G)=>G.implied!==void 0&&z(G.attributeName())&&$.valueFromOption(this.getOptionValue(G.attributeName()),G)).forEach((G)=>{Object.keys(G.implied).filter((J)=>!z(J)).forEach((J)=>{this.setOptionValueWithSource(J,G.implied[J],"implied")})})}missingArgument($){let z=`error: missing required argument '${$}'`;this.error(z,{code:"commander.missingArgument"})}optionMissingArgument($){let z=`error: option '${$.flags}' argument missing`;this.error(z,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue($){let z=`error: required option '${$.flags}' not specified`;this.error(z,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption($,z){let G=(U)=>{let K=U.attributeName(),Z=this.getOptionValue(K),k=this.options.find((B)=>B.negate&&K===B.attributeName()),W=this.options.find((B)=>!B.negate&&K===B.attributeName());if(k&&(k.presetArg===void 0&&Z===!1||k.presetArg!==void 0&&Z===k.presetArg))return k;return W||U},J=(U)=>{let K=G(U),Z=K.attributeName();if(this.getOptionValueSource(Z)==="env")return`environment variable '${K.envVar}'`;return`option '${K.flags}'`},Q=`error: ${J($)} cannot be used with ${J(z)}`;this.error(Q,{code:"commander.conflictingOption"})}unknownOption($){if(this._allowUnknownOption)return;let z="";if($.startsWith("--")&&this._showSuggestionAfterError){let J=[],Q=this;do{let U=Q.createHelp().visibleOptions(Q).filter((K)=>K.long).map((K)=>K.long);J=J.concat(U),Q=Q.parent}while(Q&&!Q._enablePositionalOptions);z=ES($,J)}let G=`error: unknown option '${$}'${z}`;this.error(G,{code:"commander.unknownOption"})}_excessArguments($){if(this._allowExcessArguments)return;let z=this.registeredArguments.length,G=z===1?"":"s",J=$.length,Q=this.parent?` for '${this.name()}'`:"",U=$.join(", "),K=`error: too many arguments${Q}. Expected ${z} argument${G} but got ${J}: ${U}.`;this.error(K,{code:"commander.excessArguments"})}unknownCommand(){let $=this.args[0],z="";if(this._showSuggestionAfterError){let J=[];this.createHelp().visibleCommands(this).forEach((Q)=>{if(J.push(Q.name()),Q.alias())J.push(Q.alias())}),z=ES($,J)}let G=`error: unknown command '${$}'${z}`;this.error(G,{code:"commander.unknownCommand"})}version($,z,G){if($===void 0)return this._version;this._version=$,z=z||"-V, --version",G=G||"output the version number";let J=this.createOption(z,G);return this._versionOptionName=J.attributeName(),this._registerOption(J),this.on("option:"+J.name(),()=>{this._outputConfiguration.writeOut(`${$}
|
|
25
25
|
`),this._exit(0,"commander.version",$)}),this}description($,z){if($===void 0&&z===void 0)return this._description;if(this._description=$,z)this._argsDescription=z;return this}summary($){if($===void 0)return this._summary;return this._summary=$,this}alias($){if($===void 0)return this._aliases[0];let z=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler)z=this.commands[this.commands.length-1];if($===z._name)throw Error("Command alias can't be the same as its name");let G=this.parent?._findCommand($);if(G){let J=[G.name()].concat(G.aliases()).join("|");throw Error(`cannot add alias '${$}' to command '${this.name()}' as already have command '${J}'`)}return z._aliases.push($),this}aliases($){if($===void 0)return this._aliases;return $.forEach((z)=>this.alias(z)),this}usage($){if($===void 0){if(this._usage)return this._usage;let z=this.registeredArguments.map((G)=>{return Yu(G)});return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?z:[]).join(" ")}return this._usage=$,this}name($){if($===void 0)return this._name;return this._name=$,this}helpGroup($){if($===void 0)return this._helpGroupHeading??"";return this._helpGroupHeading=$,this}commandsGroup($){if($===void 0)return this._defaultCommandGroup??"";return this._defaultCommandGroup=$,this}optionsGroup($){if($===void 0)return this._defaultOptionGroup??"";return this._defaultOptionGroup=$,this}_initOptionGroup($){if(this._defaultOptionGroup&&!$.helpGroupHeading)$.helpGroup(this._defaultOptionGroup)}_initCommandGroup($){if(this._defaultCommandGroup&&!$.helpGroup())$.helpGroup(this._defaultCommandGroup)}nameFromFilename($){return this._name=e$.basename($,e$.extname($)),this}executableDir($){if($===void 0)return this._executableDir;return this._executableDir=$,this}helpInformation($){let z=this.createHelp(),G=this._getOutputContext($);z.prepareContext({error:G.error,helpWidth:G.helpWidth,outputHasColors:G.hasColors});let J=z.formatHelp(this,z);if(G.hasColors)return J;return this._outputConfiguration.stripColor(J)}_getOutputContext($){$=$||{};let z=!!$.error,G,J,Q;if(z)G=(K)=>this._outputConfiguration.writeErr(K),J=this._outputConfiguration.getErrHasColors(),Q=this._outputConfiguration.getErrHelpWidth();else G=(K)=>this._outputConfiguration.writeOut(K),J=this._outputConfiguration.getOutHasColors(),Q=this._outputConfiguration.getOutHelpWidth();return{error:z,write:(K)=>{if(!J)K=this._outputConfiguration.stripColor(K);return G(K)},hasColors:J,helpWidth:Q}}outputHelp($){let z;if(typeof $==="function")z=$,$=void 0;let G=this._getOutputContext($),J={error:G.error,write:G.write,command:this};this._getCommandAndAncestors().reverse().forEach((U)=>U.emit("beforeAllHelp",J)),this.emit("beforeHelp",J);let Q=this.helpInformation({error:G.error});if(z){if(Q=z(Q),typeof Q!=="string"&&!Buffer.isBuffer(Q))throw Error("outputHelp callback must return a string or a Buffer")}if(G.write(Q),this._getHelpOption()?.long)this.emit(this._getHelpOption().long);this.emit("afterHelp",J),this._getCommandAndAncestors().forEach((U)=>U.emit("afterAllHelp",J))}helpOption($,z){if(typeof $==="boolean"){if($){if(this._helpOption===null)this._helpOption=void 0;if(this._defaultOptionGroup)this._initOptionGroup(this._getHelpOption())}else this._helpOption=null;return this}if(this._helpOption=this.createOption($??"-h, --help",z??"display help for command"),$||z)this._initOptionGroup(this._helpOption);return this}_getHelpOption(){if(this._helpOption===void 0)this.helpOption(void 0,void 0);return this._helpOption}addHelpOption($){return this._helpOption=$,this._initOptionGroup($),this}help($){this.outputHelp($);let z=Number(H4.exitCode??0);if(z===0&&$&&typeof $!=="function"&&$.error)z=1;this._exit(z,"commander.help","(outputHelp)")}addHelpText($,z){let G=["beforeAll","before","after","afterAll"];if(!G.includes($))throw Error(`Unexpected value for position to addHelpText.
|
|
26
26
|
Expecting one of '${G.join("', '")}'`);let J=`${$}Help`;return this.on(J,(Q)=>{let U;if(typeof z==="function")U=z({error:Q.error,command:Q.command});else U=z;if(U)Q.write(`${U}
|
|
27
|
-
`)}),this}_outputHelpIfRequested($){let z=this._getHelpOption();if(z&&$.find((J)=>z.is(J)))this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)")}}});var iF4;var _S=q(()=>{Fu();hJ2();DX();CS();PS();iF4=new RG});var Hu;var xS=q(()=>{Hu={name:"oh-my-agent",version:"11.3.1",description:"Portable multi-agent harness for .agents-based skills and workflows across Antigravity, Claude Code, Codex, OpenCode, and more",type:"module",bin:{"oh-my-agent":"./bin/cli.js",oma:"./bin/cli.js"},files:["bin"],keywords:["oh-my-agent","antigravity",".agents","agent","skills","agent-skills","multi-agent","orchestrator","claude","claude-code","codex","opencode","copilot","cursor","chatgpt","pm","frontend","backend","mobile","qa","debug","terraform","database","workflow","bug-fixing"],author:"our.first.fluke <our.first.fluke@gmail.com>",contributors:["gracefullight <gracefullight.dev@gmail.com>","gahyun-git <go4it.gh@gmail.com>"],license:"MIT",funding:[{type:"github",url:"https://github.com/sponsors/first-fluke"},{type:"buymeacoffee",url:"https://buymeacoffee.com/firstfluke"}],scripts:{"sync:readme":"node ./scripts/sync-readme.mjs","generate:skill-data":"node ./scripts/generate-skill-data.mjs",build:"bun run generate:skill-data && bun run sync:readme && bun build cli.ts --outfile bin/cli.js --target node --minify --external @napi-rs/keyring",dev:"bun run generate:skill-data && bun run cli.ts",lint:"biome check .","lint:fix":"biome check --write --unsafe .","check:boundaries":"node ./scripts/check-boundaries.mjs","check:emit-drift":"node ./scripts/check-emit-drift.mjs",test:"vitest run","test:coverage":"vitest run --coverage",prepublishOnly:"bun run build"},dependencies:{"@clack/prompts":"^1.7.0","@date-fns/tz":"^1.5.0","@napi-rs/keyring":"^1.3.0",axios:"^1.18.1","better-sqlite3":"^13.0.2",chokidar:"^5.0.0",commander:"^15.0.0","date-fns":"^4.4.0",eld:"^2.0.3","fast-xml-parser":"^5.10.1",minimatch:"^10.2.6","p-map":"^7.0.6",picocolors:"^1.1.1","puppeteer-core":"^25.4.0",remark:"^15.0.1","remark-frontmatter":"^5.0.0","remark-parse":"^11.0.0","smol-toml":"^1.7.1",unified:"^11.0.5",ws:"^8.21.1",yaml:"^2.9.0",zod:"^4.4.3"},optionalDependencies:{pptxgenjs:"^4.0.1"},devDependencies:{"@biomejs/biome":"^2.5.6","@types/better-sqlite3":"^7.6.13","@types/mdast":"^4.0.4","@types/node":"^26.1.2","@types/ws":"^8.18.1","@vitest/coverage-v8":"^4.1.10",typescript:"^7.0.2",vitest:"^4.1.10"},repository:{type:"git",url:"https://github.com/first-fluke/oh-my-agent"},homepage:"https://firstfluke.com/oh-my-agent",bugs:{url:"https://github.com/first-fluke/oh-my-agent/issues"},antigravity:{skillsPath:".agents/skills",skills:["oma-architecture","oma-brainstorm","oma-coordination","oma-pm","oma-frontend","oma-backend","oma-db","oma-mobile","oma-qa","oma-debug","oma-orchestrator","oma-dev-workflow","oma-tf-infra","oma-scm","oma-pdf","oma-recap"]}}});import*as Mk from"node:fs";import{homedir as $z5}from"node:os";import*as jX from"node:path";function fJ2($){if(Lu)throw Error("install context already set in this process");Lu=$}function mJ2(){if(Lu===null)throw Error("install context not set — entry point must call setInstallContext()");return Lu}function ZU(){return mJ2().installRoot}function l3(){return mJ2().mode}function kU(){try{return l3()}catch{return"project"}}function Ok(){try{return ZU()}catch{return process.cwd()}}function iJ2($){let z=process.env.OMA_HOME,G=$.global===!0||process.env.OMA_INSTALL_GLOBAL==="1";if(z!==void 0&&z!=="")return zz5(z),{installRoot:z,mode:G?"global":"project"};if(G)return{installRoot:$z5(),mode:"global"};return{installRoot:process.cwd(),mode:"project"}}function zz5($){if(!jX.isAbsolute($))throw Error("OMA_HOME must be absolute path");for(let G of gJ2)if($===G||$.startsWith(G+jX.sep))throw Error(`OMA_HOME=${$} is forbidden (system path ${G})`);let z;try{z=Mk.realpathSync($)}catch(G){let J=G instanceof Error?G.message:String(G);throw Error(`OMA_HOME=${$}: ${J}`)}for(let G of gJ2)if(z===G||z.startsWith(G+jX.sep))throw Error(`OMA_HOME=${z} is forbidden (system path ${G})`);try{Mk.accessSync(z,Mk.constants.W_OK)}catch{throw Error(`OMA_HOME=${z} is not writable`)}}var Lu=null,gJ2;var E8=q(()=>{gJ2=["/etc","/usr","/bin","/boot","/sys","/proc"]});import{join as Gz5}from"node:path";function vk($){return $.endsWith("/")?$:`${$}/`}function p3($,z){let G=z.split("/").filter((J)=>J.length>0);return Gz5($,...G)}var b8=".agents",qu,e1,wG,cJ2,lJ2,Nu,Jz5=".antigravitycli",pJ2,Qz5=".migration-backup",Uz5="docs/plans",Kz5,Zz5,kz5,Wz5,Bz5,Yz5,yS;var $3=q(()=>{qu=`${b8}/skills`,e1=`${b8}/results`,wG=`${b8}/state`,cJ2=`${wG}/sessions`,lJ2=`${wG}/retry`,Nu=`${wG}/archive`,pJ2=`${b8}/backup`;Kz5=vk(e1),Zz5=vk(wG),kz5=vk(Jz5),Wz5=vk(pJ2),Bz5=vk(Qz5),Yz5=vk(Uz5),yS=[kz5,Kz5,Zz5,Wz5,Yz5,Bz5]});var Y1="first-fluke/oh-my-agent",L4,_8,Du,Fz5,Vz5,$z,P1;var P0=q(()=>{$3();L4=qu,_8=["antigravity","claude","codex","commandcode","cursor","grok","kimi","kiro","qwen"],Du=["pi","opencode"],Fz5=["copilot","hermes"],Vz5=["zcode"],$z=[..._8,...Fz5,...Vz5].sort(),P1={antigravity:{projectPath:".gemini/antigravity-cli/skills",homePath:".gemini/antigravity-cli/skills",requiresHomeConsent:!0},claude:{projectPath:".claude/skills",homePath:".claude/skills"},codex:{projectPath:".codex/skills",homePath:".codex/skills"},commandcode:{projectPath:".commandcode/skills",homePath:".commandcode/skills",optIn:!0},copilot:{projectPath:".github/skills",homePath:".copilot/skills"},cursor:{projectPath:".cursor/skills",homePath:".cursor/skills"},hermes:{projectPath:".hermes/skills/oma",homePath:".hermes/skills/oma",requiresHomeConsent:!0},kimi:{projectPath:".kimi-code/skills",homePath:".kimi-code/skills",requiresHomeConsent:!0,optIn:!0},kiro:{projectPath:".kiro/skills",homePath:".kiro/skills",optIn:!0},opencode:{projectPath:".opencode/skills",homePath:".opencode/skills"},qwen:{projectPath:".qwen/skills",homePath:".qwen/skills"}}});var tJ2={};P2(tJ2,{runAction:()=>H2,resolveJsonMode:()=>t2,printDescribe:()=>Iz5,addOutputOptions:()=>e2});function e2($,z="Output as JSON"){return $.option("--json",z).option("--output <format>","Output format (text/json)",(G)=>{let J=G.trim().toLowerCase();if(!uX.includes(J))throw Error(`Invalid output format: ${G}. Expected one of ${uX.join(", ")}`);return J})}function Xz5($){if($?.json)return"json";let z=$?.output?.trim().toLowerCase();if(z&&uX.includes(z))return z;if(process.env[aJ2]?.trim().toLowerCase()==="json")return"json";return"text"}function t2($){return Xz5($)==="json"}function oJ2($){let z=$.at(-1);return z instanceof RG?z:null}function Hz5($){let z=oJ2($);if(z)return z.opts();let G=$.at(-1);return G&&typeof G==="object"?G:{}}function Lz5($){if($ instanceof Error)return $.message;return String($)}function CG($){throw Error($)}function hS($,z){for(let G of $){let J=G.charCodeAt(0);if(J>=0&&J<=31||J===127)CG(`${z} must not contain control characters`)}}function qz5($,z){if(hS($,z),/[?#%]/.test($))CG(`${z} must not contain ?, #, or %`);if($.includes(".."))CG(`${z} must not contain '..'`)}function Nz5($,z){hS($,z);try{new URL($)}catch{CG(`${z} must be a valid absolute URL`)}}function SS($,z,G="text"){if(typeof $==="string"){if(G==="identifier"){qz5($,z);return}if(G==="url"){Nz5($,z);return}hS($,z);return}if(Array.isArray($))for(let[J,Q]of $.entries())SS(Q,`${z}[${J}]`,G)}function nJ2($){let z=$.toLowerCase();if(z==="url"||z.endsWith("url"))return"url";if(z.includes("id")||z.includes("type")||z.includes("vendor")||z.includes("session"))return"identifier";return"text"}function Dz5($){let z=$.vendor;if(typeof z==="string"){if(z.split(",").map((U)=>U.trim()).filter(Boolean).filter((U)=>!$z.includes(U)).length>0)CG(`vendor must be one of ${$z.join(", ")}`)}let G=$.output;if(typeof G==="string"&&!uX.includes(G))CG(`output must be one of ${uX.join(", ")}`)}function Az5($){let z=$.processedArgs??$.args??[];($.registeredArguments??[]).forEach((Q,U)=>{let K=Q.name?.()||String(U),Z=z[U];if(SS(Z,K,nJ2(K)),K==="agent-type"&&typeof Z==="string"&&!dJ2.includes(Z))CG(`agent-type must be one of ${dJ2.join(", ")}`)});let J=$.opts();Dz5(J);for(let[Q,U]of Object.entries(J))SS(U,Q,nJ2(Q))}function jz5($){return($.registeredArguments??[]).map((z)=>({name:z.name?.()||"",required:!!z.required,variadic:!!z.variadic}))}function uz5($){return $.options.map((z)=>({flags:z.flags,long:z.long||void 0,short:z.short||void 0,description:z.description||"",required:!!z.required||!!z.mandatory,optional:!!z.optional,defaultValue:z.defaultValue}))}function rJ2($){let z=[],G=$;while(G?.parent)z.unshift(G.name()),G=G.parent;return z.join(" ")}function Mz5($){return $.options.some((z)=>z.long==="--json"||z.long==="--output")}function Oz5($){return $.options.some((z)=>z.long==="--dry-run")}function sJ2($){return{name:$.name(),path:rJ2($),summary:$.summary()||void 0,description:$.description(),arguments:jz5($),options:uz5($),supportsJsonOutput:Mz5($),supportsDryRun:Oz5($),subcommands:$.commands.map((z)=>sJ2(z))}}function vz5($,z){if(!z?.trim())return $;let G=z.trim(),J=[...$.commands];while(J.length>0){let Q=J.shift();if(!Q)continue;if(Q.name()===G||rJ2(Q)===G)return Q;J.push(...Q.commands)}return null}function Iz5($,z){let G=vz5($,z);if(!G)CG(`Unknown command: ${z}`);let J={name:$.name(),version:$.version(),description:$.description(),env:{[aJ2]:"Set to json to force machine-readable output on commands that support it."},command:sJ2(G)};console.log(JSON.stringify(J,null,2))}function H2($,z={}){return async(...G)=>{let J=oJ2(G);if(J&&G.length>=2)G[G.length-2]=J.optsWithGlobals();let Q=Hz5(G);try{if(J)Az5(J);await $(...G)}catch(U){let K=Lz5(U);if(z.supportsJsonOutput&&t2(Q))console.log(JSON.stringify({error:K},null,2));else console.error(K);process.exitCode=1}}}var aJ2="OH_MY_AG_OUTPUT_FORMAT",uX,dJ2;var W4=q(()=>{_S();P0();uX=["text","json"],dJ2=["backend","frontend","mobile","qa","debug","pm"]});var eJ2,$Q2=($)=>{return $===12288||$>=65281&&$<=65376||$>=65504&&$<=65510},zQ2=($)=>{return $===8987||$===9001||$>=12272&&$<=12287||$>=12289&&$<=12350||$>=12441&&$<=12543||$>=12549&&$<=12591||$>=12593&&$<=12686||$>=12688&&$<=12771||$>=12783&&$<=12830||$>=12832&&$<=12871||$>=12880&&$<=19903||$>=65040&&$<=65049||$>=65072&&$<=65106||$>=65108&&$<=65126||$>=65128&&$<=65131||$>=127488&&$<=127490||$>=127504&&$<=127547||$>=127552&&$<=127560||$>=131072&&$<=196605||$>=196608&&$<=262141};var GQ2=q(()=>{eJ2=(()=>{let $=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;return(z)=>{let G=0;$.lastIndex=0;while($.test(z))G+=1;return z.length-G}})()});var Rz5,wz5,JQ2,Cz5,QQ2,Tz5,Pz5,Ez5,UQ2=($,z={},G={})=>{let J=z.limit??1/0,Q=z.ellipsis??"",U=z?.ellipsisWidth??(Q?UQ2(Q,Ez5,G).width:0),K=0,Z=G.controlWidth??0,k=G.tabWidth??8,W=G.emojiWidth??2,B=2,Y=G.regularWidth??1,F=G.wideWidth??2,V=[[Tz5,Y],[Rz5,0],[wz5,Z],[Cz5,k],[QQ2,W],[JQ2,F]],X=0,H=0,L=$.length,N=0,D=!1,A=L,u=Math.max(0,J-U),v=0,j=0,M=0,O=0;$:while(!0){if(j>v||H>=L&&H>X){let w=$.slice(v,j)||$.slice(X,H);N=0;for(let C of w.replaceAll(Pz5,"")){let I=C.codePointAt(0)||0;if($Q2(I))O=2;else if(zQ2(I))O=F;else O=Y;if(M+O>u)A=Math.min(A,Math.max(v,X)+N);if(M+O>J){D=!0;break $}N+=C.length,M+=O}v=j=0}if(H>=L)break $;for(let w=0,C=V.length;w<C;w++){let[I,T]=V[w];if(I.lastIndex=H,I.test($)){if(N=I===JQ2?eJ2($.slice(H,I.lastIndex)):I===QQ2?1:I.lastIndex-H,O=N*T,M+O>u)A=Math.min(A,H+Math.floor((u-M)/T));if(M+O>J){D=!0;break $}M+=O,v=X,j=H,H=X=I.lastIndex;continue $}}H+=1}return{width:D?u:M,index:D?A:L,truncated:D,ellipsed:D&&J>=U}},KQ2;var ZQ2=q(()=>{GQ2();Rz5=/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]|\u001b\]8;[^;]*;.*?(?:\u0007|\u001b\u005c)/y,wz5=/[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y,JQ2=/(?:(?![\uFF61-\uFF9F\uFF00-\uFFEF])[\p{Script=Han}\p{Script=Hiragana}\p{Script=Katakana}\p{Script=Hangul}\p{Script=Tangut}]){1,1000}/yu,Cz5=/\t{1,1000}/y,QQ2=/[\u{1F1E6}-\u{1F1FF}]{2}|\u{1F3F4}[\u{E0061}-\u{E007A}]{2}[\u{E0030}-\u{E0039}\u{E0061}-\u{E007A}]{1,3}\u{E007F}|(?:\p{Emoji}\uFE0F\u20E3?|\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation})(?:\u200D(?:\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation}|\p{Emoji}\uFE0F\u20E3?))*/yu,Tz5=/(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y,Pz5=/\p{M}+/gu,Ez5={limit:1/0,ellipsis:""},KQ2=UQ2});var bz5,_z5=($,z={})=>{return KQ2($,bz5,z).width},h7;var gS=q(()=>{ZQ2();bz5={limit:1/0,ellipsis:"",ellipsisWidth:0},h7=_z5});function E0($,z,G){return String($).normalize().split(gz5).map((J)=>hz5(J,z,G)).join(`
|
|
27
|
+
`)}),this}_outputHelpIfRequested($){let z=this._getHelpOption();if(z&&$.find((J)=>z.is(J)))this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)")}}});var iF4;var _S=q(()=>{Fu();hJ2();DX();CS();PS();iF4=new RG});var Hu;var xS=q(()=>{Hu={name:"oh-my-agent",version:"11.4.0",description:"Portable multi-agent harness for .agents-based skills and workflows across Antigravity, Claude Code, Codex, OpenCode, and more",type:"module",bin:{"oh-my-agent":"./bin/cli.js",oma:"./bin/cli.js"},files:["bin"],keywords:["oh-my-agent","antigravity",".agents","agent","skills","agent-skills","multi-agent","orchestrator","claude","claude-code","codex","opencode","copilot","cursor","chatgpt","pm","frontend","backend","mobile","qa","debug","terraform","database","workflow","bug-fixing"],author:"our.first.fluke <our.first.fluke@gmail.com>",contributors:["gracefullight <gracefullight.dev@gmail.com>","gahyun-git <go4it.gh@gmail.com>"],license:"MIT",funding:[{type:"github",url:"https://github.com/sponsors/first-fluke"},{type:"buymeacoffee",url:"https://buymeacoffee.com/firstfluke"}],scripts:{"sync:readme":"node ./scripts/sync-readme.mjs","generate:skill-data":"node ./scripts/generate-skill-data.mjs",build:"bun run generate:skill-data && bun run sync:readme && bun build cli.ts --outfile bin/cli.js --target node --minify --external @napi-rs/keyring",dev:"bun run generate:skill-data && bun run cli.ts",lint:"biome check .","lint:fix":"biome check --write --unsafe .","check:boundaries":"node ./scripts/check-boundaries.mjs","check:emit-drift":"node ./scripts/check-emit-drift.mjs",test:"vitest run","test:coverage":"vitest run --coverage",prepublishOnly:"bun run build"},dependencies:{"@clack/prompts":"^1.7.0","@date-fns/tz":"^1.5.0","@napi-rs/keyring":"^1.3.0",axios:"^1.18.1","better-sqlite3":"^13.0.2",chokidar:"^5.0.0",commander:"^15.0.0","date-fns":"^4.4.0",eld:"^2.0.3","fast-xml-parser":"^5.10.1",minimatch:"^10.2.6","p-map":"^7.0.6",picocolors:"^1.1.1","puppeteer-core":"^25.4.0",remark:"^15.0.1","remark-frontmatter":"^5.0.0","remark-parse":"^11.0.0","smol-toml":"^1.7.1",unified:"^11.0.5",ws:"^8.21.1",yaml:"^2.9.0",zod:"^4.4.3"},optionalDependencies:{pptxgenjs:"^4.0.1"},devDependencies:{"@biomejs/biome":"^2.5.6","@types/better-sqlite3":"^7.6.13","@types/mdast":"^4.0.4","@types/node":"^26.1.2","@types/ws":"^8.18.1","@vitest/coverage-v8":"^4.1.10",typescript:"^7.0.2",vitest:"^4.1.10"},repository:{type:"git",url:"https://github.com/first-fluke/oh-my-agent"},homepage:"https://firstfluke.com/oh-my-agent",bugs:{url:"https://github.com/first-fluke/oh-my-agent/issues"},antigravity:{skillsPath:".agents/skills",skills:["oma-architecture","oma-brainstorm","oma-coordination","oma-pm","oma-frontend","oma-backend","oma-db","oma-mobile","oma-qa","oma-debug","oma-orchestrator","oma-dev-workflow","oma-tf-infra","oma-scm","oma-pdf","oma-recap"]}}});import*as Mk from"node:fs";import{homedir as $z5}from"node:os";import*as jX from"node:path";function fJ2($){if(Lu)throw Error("install context already set in this process");Lu=$}function mJ2(){if(Lu===null)throw Error("install context not set — entry point must call setInstallContext()");return Lu}function ZU(){return mJ2().installRoot}function l3(){return mJ2().mode}function kU(){try{return l3()}catch{return"project"}}function Ok(){try{return ZU()}catch{return process.cwd()}}function iJ2($){let z=process.env.OMA_HOME,G=$.global===!0||process.env.OMA_INSTALL_GLOBAL==="1";if(z!==void 0&&z!=="")return zz5(z),{installRoot:z,mode:G?"global":"project"};if(G)return{installRoot:$z5(),mode:"global"};return{installRoot:process.cwd(),mode:"project"}}function zz5($){if(!jX.isAbsolute($))throw Error("OMA_HOME must be absolute path");for(let G of gJ2)if($===G||$.startsWith(G+jX.sep))throw Error(`OMA_HOME=${$} is forbidden (system path ${G})`);let z;try{z=Mk.realpathSync($)}catch(G){let J=G instanceof Error?G.message:String(G);throw Error(`OMA_HOME=${$}: ${J}`)}for(let G of gJ2)if(z===G||z.startsWith(G+jX.sep))throw Error(`OMA_HOME=${z} is forbidden (system path ${G})`);try{Mk.accessSync(z,Mk.constants.W_OK)}catch{throw Error(`OMA_HOME=${z} is not writable`)}}var Lu=null,gJ2;var E8=q(()=>{gJ2=["/etc","/usr","/bin","/boot","/sys","/proc"]});import{join as Gz5}from"node:path";function vk($){return $.endsWith("/")?$:`${$}/`}function p3($,z){let G=z.split("/").filter((J)=>J.length>0);return Gz5($,...G)}var b8=".agents",qu,e1,wG,cJ2,lJ2,Nu,Jz5=".antigravitycli",pJ2,Qz5=".migration-backup",Uz5="docs/plans",Kz5,Zz5,kz5,Wz5,Bz5,Yz5,yS;var $3=q(()=>{qu=`${b8}/skills`,e1=`${b8}/results`,wG=`${b8}/state`,cJ2=`${wG}/sessions`,lJ2=`${wG}/retry`,Nu=`${wG}/archive`,pJ2=`${b8}/backup`;Kz5=vk(e1),Zz5=vk(wG),kz5=vk(Jz5),Wz5=vk(pJ2),Bz5=vk(Qz5),Yz5=vk(Uz5),yS=[kz5,Kz5,Zz5,Wz5,Yz5,Bz5]});var Y1="first-fluke/oh-my-agent",L4,_8,Du,Fz5,Vz5,$z,P1;var P0=q(()=>{$3();L4=qu,_8=["antigravity","claude","codex","commandcode","cursor","grok","kimi","kiro","qwen"],Du=["pi","opencode"],Fz5=["copilot","hermes"],Vz5=["zcode"],$z=[..._8,...Fz5,...Vz5].sort(),P1={antigravity:{projectPath:".gemini/antigravity-cli/skills",homePath:".gemini/antigravity-cli/skills",requiresHomeConsent:!0},claude:{projectPath:".claude/skills",homePath:".claude/skills"},codex:{projectPath:".codex/skills",homePath:".codex/skills"},commandcode:{projectPath:".commandcode/skills",homePath:".commandcode/skills",optIn:!0},copilot:{projectPath:".github/skills",homePath:".copilot/skills"},cursor:{projectPath:".cursor/skills",homePath:".cursor/skills"},hermes:{projectPath:".hermes/skills/oma",homePath:".hermes/skills/oma",requiresHomeConsent:!0},kimi:{projectPath:".kimi-code/skills",homePath:".kimi-code/skills",requiresHomeConsent:!0,optIn:!0},kiro:{projectPath:".kiro/skills",homePath:".kiro/skills",optIn:!0},opencode:{projectPath:".opencode/skills",homePath:".opencode/skills"},qwen:{projectPath:".qwen/skills",homePath:".qwen/skills"}}});var tJ2={};P2(tJ2,{runAction:()=>H2,resolveJsonMode:()=>t2,printDescribe:()=>Iz5,addOutputOptions:()=>e2});function e2($,z="Output as JSON"){return $.option("--json",z).option("--output <format>","Output format (text/json)",(G)=>{let J=G.trim().toLowerCase();if(!uX.includes(J))throw Error(`Invalid output format: ${G}. Expected one of ${uX.join(", ")}`);return J})}function Xz5($){if($?.json)return"json";let z=$?.output?.trim().toLowerCase();if(z&&uX.includes(z))return z;if(process.env[aJ2]?.trim().toLowerCase()==="json")return"json";return"text"}function t2($){return Xz5($)==="json"}function oJ2($){let z=$.at(-1);return z instanceof RG?z:null}function Hz5($){let z=oJ2($);if(z)return z.opts();let G=$.at(-1);return G&&typeof G==="object"?G:{}}function Lz5($){if($ instanceof Error)return $.message;return String($)}function CG($){throw Error($)}function hS($,z){for(let G of $){let J=G.charCodeAt(0);if(J>=0&&J<=31||J===127)CG(`${z} must not contain control characters`)}}function qz5($,z){if(hS($,z),/[?#%]/.test($))CG(`${z} must not contain ?, #, or %`);if($.includes(".."))CG(`${z} must not contain '..'`)}function Nz5($,z){hS($,z);try{new URL($)}catch{CG(`${z} must be a valid absolute URL`)}}function SS($,z,G="text"){if(typeof $==="string"){if(G==="identifier"){qz5($,z);return}if(G==="url"){Nz5($,z);return}hS($,z);return}if(Array.isArray($))for(let[J,Q]of $.entries())SS(Q,`${z}[${J}]`,G)}function nJ2($){let z=$.toLowerCase();if(z==="url"||z.endsWith("url"))return"url";if(z.includes("id")||z.includes("type")||z.includes("vendor")||z.includes("session"))return"identifier";return"text"}function Dz5($){let z=$.vendor;if(typeof z==="string"){if(z.split(",").map((U)=>U.trim()).filter(Boolean).filter((U)=>!$z.includes(U)).length>0)CG(`vendor must be one of ${$z.join(", ")}`)}let G=$.output;if(typeof G==="string"&&!uX.includes(G))CG(`output must be one of ${uX.join(", ")}`)}function Az5($){let z=$.processedArgs??$.args??[];($.registeredArguments??[]).forEach((Q,U)=>{let K=Q.name?.()||String(U),Z=z[U];if(SS(Z,K,nJ2(K)),K==="agent-type"&&typeof Z==="string"&&!dJ2.includes(Z))CG(`agent-type must be one of ${dJ2.join(", ")}`)});let J=$.opts();Dz5(J);for(let[Q,U]of Object.entries(J))SS(U,Q,nJ2(Q))}function jz5($){return($.registeredArguments??[]).map((z)=>({name:z.name?.()||"",required:!!z.required,variadic:!!z.variadic}))}function uz5($){return $.options.map((z)=>({flags:z.flags,long:z.long||void 0,short:z.short||void 0,description:z.description||"",required:!!z.required||!!z.mandatory,optional:!!z.optional,defaultValue:z.defaultValue}))}function rJ2($){let z=[],G=$;while(G?.parent)z.unshift(G.name()),G=G.parent;return z.join(" ")}function Mz5($){return $.options.some((z)=>z.long==="--json"||z.long==="--output")}function Oz5($){return $.options.some((z)=>z.long==="--dry-run")}function sJ2($){return{name:$.name(),path:rJ2($),summary:$.summary()||void 0,description:$.description(),arguments:jz5($),options:uz5($),supportsJsonOutput:Mz5($),supportsDryRun:Oz5($),subcommands:$.commands.map((z)=>sJ2(z))}}function vz5($,z){if(!z?.trim())return $;let G=z.trim(),J=[...$.commands];while(J.length>0){let Q=J.shift();if(!Q)continue;if(Q.name()===G||rJ2(Q)===G)return Q;J.push(...Q.commands)}return null}function Iz5($,z){let G=vz5($,z);if(!G)CG(`Unknown command: ${z}`);let J={name:$.name(),version:$.version(),description:$.description(),env:{[aJ2]:"Set to json to force machine-readable output on commands that support it."},command:sJ2(G)};console.log(JSON.stringify(J,null,2))}function H2($,z={}){return async(...G)=>{let J=oJ2(G);if(J&&G.length>=2)G[G.length-2]=J.optsWithGlobals();let Q=Hz5(G);try{if(J)Az5(J);await $(...G)}catch(U){let K=Lz5(U);if(z.supportsJsonOutput&&t2(Q))console.log(JSON.stringify({error:K},null,2));else console.error(K);process.exitCode=1}}}var aJ2="OH_MY_AG_OUTPUT_FORMAT",uX,dJ2;var W4=q(()=>{_S();P0();uX=["text","json"],dJ2=["backend","frontend","mobile","qa","debug","pm"]});var eJ2,$Q2=($)=>{return $===12288||$>=65281&&$<=65376||$>=65504&&$<=65510},zQ2=($)=>{return $===8987||$===9001||$>=12272&&$<=12287||$>=12289&&$<=12350||$>=12441&&$<=12543||$>=12549&&$<=12591||$>=12593&&$<=12686||$>=12688&&$<=12771||$>=12783&&$<=12830||$>=12832&&$<=12871||$>=12880&&$<=19903||$>=65040&&$<=65049||$>=65072&&$<=65106||$>=65108&&$<=65126||$>=65128&&$<=65131||$>=127488&&$<=127490||$>=127504&&$<=127547||$>=127552&&$<=127560||$>=131072&&$<=196605||$>=196608&&$<=262141};var GQ2=q(()=>{eJ2=(()=>{let $=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;return(z)=>{let G=0;$.lastIndex=0;while($.test(z))G+=1;return z.length-G}})()});var Rz5,wz5,JQ2,Cz5,QQ2,Tz5,Pz5,Ez5,UQ2=($,z={},G={})=>{let J=z.limit??1/0,Q=z.ellipsis??"",U=z?.ellipsisWidth??(Q?UQ2(Q,Ez5,G).width:0),K=0,Z=G.controlWidth??0,k=G.tabWidth??8,W=G.emojiWidth??2,B=2,Y=G.regularWidth??1,F=G.wideWidth??2,V=[[Tz5,Y],[Rz5,0],[wz5,Z],[Cz5,k],[QQ2,W],[JQ2,F]],X=0,H=0,L=$.length,N=0,D=!1,A=L,u=Math.max(0,J-U),v=0,j=0,M=0,O=0;$:while(!0){if(j>v||H>=L&&H>X){let w=$.slice(v,j)||$.slice(X,H);N=0;for(let C of w.replaceAll(Pz5,"")){let I=C.codePointAt(0)||0;if($Q2(I))O=2;else if(zQ2(I))O=F;else O=Y;if(M+O>u)A=Math.min(A,Math.max(v,X)+N);if(M+O>J){D=!0;break $}N+=C.length,M+=O}v=j=0}if(H>=L)break $;for(let w=0,C=V.length;w<C;w++){let[I,T]=V[w];if(I.lastIndex=H,I.test($)){if(N=I===JQ2?eJ2($.slice(H,I.lastIndex)):I===QQ2?1:I.lastIndex-H,O=N*T,M+O>u)A=Math.min(A,H+Math.floor((u-M)/T));if(M+O>J){D=!0;break $}M+=O,v=X,j=H,H=X=I.lastIndex;continue $}}H+=1}return{width:D?u:M,index:D?A:L,truncated:D,ellipsed:D&&J>=U}},KQ2;var ZQ2=q(()=>{GQ2();Rz5=/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]|\u001b\]8;[^;]*;.*?(?:\u0007|\u001b\u005c)/y,wz5=/[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y,JQ2=/(?:(?![\uFF61-\uFF9F\uFF00-\uFFEF])[\p{Script=Han}\p{Script=Hiragana}\p{Script=Katakana}\p{Script=Hangul}\p{Script=Tangut}]){1,1000}/yu,Cz5=/\t{1,1000}/y,QQ2=/[\u{1F1E6}-\u{1F1FF}]{2}|\u{1F3F4}[\u{E0061}-\u{E007A}]{2}[\u{E0030}-\u{E0039}\u{E0061}-\u{E007A}]{1,3}\u{E007F}|(?:\p{Emoji}\uFE0F\u20E3?|\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation})(?:\u200D(?:\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation}|\p{Emoji}\uFE0F\u20E3?))*/yu,Tz5=/(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y,Pz5=/\p{M}+/gu,Ez5={limit:1/0,ellipsis:""},KQ2=UQ2});var bz5,_z5=($,z={})=>{return KQ2($,bz5,z).width},h7;var gS=q(()=>{ZQ2();bz5={limit:1/0,ellipsis:"",ellipsisWidth:0},h7=_z5});function E0($,z,G){return String($).normalize().split(gz5).map((J)=>hz5(J,z,G)).join(`
|
|
28
28
|
`)}var Au="\x1B",FQ2="",xz5=39,mS="\x07",VQ2="[",yz5="]",XQ2="m",iS,kQ2,WQ2=($)=>{if($>=30&&$<=37)return 39;if($>=90&&$<=97)return 39;if($>=40&&$<=47)return 49;if($>=100&&$<=107)return 49;if($===1||$===2)return 22;if($===3)return 23;if($===4)return 24;if($===7)return 27;if($===8)return 28;if($===9)return 29;if($===0)return 0;return},BQ2=($)=>`${Au}${VQ2}${$}${XQ2}`,YQ2=($)=>`${Au}${iS}${$}${mS}`,fS=($,z,G)=>{let J=z[Symbol.iterator](),Q=!1,U=!1,K=$.at(-1),Z=K===void 0?0:h7(K),k=J.next(),W=J.next(),B=0;while(!k.done){let Y=k.value,F=h7(Y);if(Z+F<=G)$[$.length-1]+=Y;else $.push(Y),Z=0;if(Y===Au||Y===FQ2)Q=!0,U=z.startsWith(iS,B+1);if(Q){if(U){if(Y===mS)Q=!1,U=!1}else if(Y===XQ2)Q=!1}else if(Z+=F,Z===G&&!W.done)$.push(""),Z=0;k=W,W=J.next(),B+=Y.length}if(K=$.at(-1),!Z&&K!==void 0&&K.length&&$.length>1)$[$.length-2]+=$.pop()},Sz5=($)=>{let z=$.split(" "),G=z.length;while(G){if(h7(z[G-1]))break;G--}if(G===z.length)return $;return z.slice(0,G).join(" ")+z.slice(G).join("")},hz5=($,z,G={})=>{if(G.trim!==!1&&$.trim()==="")return"";let J="",Q,U,K=$.split(" "),Z=[""],k=0;for(let Y=0;Y<K.length;Y++){let F=K[Y];if(G.trim!==!1){let X=Z.at(-1)??"",H=X.trimStart();if(X.length!==H.length)Z[Z.length-1]=H,k=h7(H)}if(Y!==0){if(k>=z&&(G.wordWrap===!1||G.trim===!1))Z.push(""),k=0;if(k||G.trim===!1)Z[Z.length-1]+=" ",k++}let V=h7(F);if(G.hard&&V>z){let X=z-k,H=1+Math.floor((V-X-1)/z);if(Math.floor((V-1)/z)<H)Z.push("");fS(Z,F,z),k=h7(Z.at(-1)??"");continue}if(k+V>z&&k&&V){if(G.wordWrap===!1&&k<z){fS(Z,F,z),k=h7(Z.at(-1)??"");continue}Z.push(""),k=0}if(k+V>z&&G.wordWrap===!1){fS(Z,F,z),k=h7(Z.at(-1)??"");continue}Z[Z.length-1]+=F,k+=V}if(G.trim!==!1)Z=Z.map((Y)=>Sz5(Y));let W=Z.join(`
|
|
29
29
|
`),B=!1;for(let Y=0;Y<W.length;Y++){let F=W[Y];if(J+=F,!B){if(B=F>="\uD800"&&F<="\uDBFF",B)continue}else B=!1;if(F===Au||F===FQ2){kQ2.lastIndex=Y+1;let X=kQ2.exec(W)?.groups;if(X?.code!==void 0){let H=Number.parseFloat(X.code);Q=H===xz5?void 0:H}else if(X?.uri!==void 0)U=X.uri.length===0?void 0:X.uri}if(W[Y+1]===`
|
|
30
30
|
`){if(U)J+=YQ2("");let V=Q?WQ2(Q):void 0;if(Q&&V)J+=BQ2(V)}else if(F===`
|
package/package.json
CHANGED