ai-ops-cli 1.1.0 → 1.1.1

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/bin/index.js CHANGED
@@ -3640,7 +3640,7 @@ var codexHookUninstallCommand = async (hookId) => {
3640
3640
 
3641
3641
  // src/bin/index.ts
3642
3642
  var program = new Command();
3643
- program.name("ai-ops").description("AI agent operating layer manager").version("0.1.0");
3643
+ program.name("ai-ops").description("AI agent operating layer manager").version(getCliVersion());
3644
3644
  program.command("init").description("project operating layer \uCD08\uAE30 \uC124\uCE58").option("--tool <tool...>", "\uB300\uC0C1 \uB3C4\uAD6C adapter \uC9C0\uC815 (codex|gemini|claude-code)").action((opts) => initCommand(opts));
3645
3645
  program.command("update").description("project operating layer \uAC31\uC2E0").option("--force", "\uBCC0\uACBD \uC5C6\uC5B4\uB3C4 \uAC15\uC81C \uC7AC\uC124\uCE58", false).action((opts) => updateCommand(opts));
3646
3646
  program.command("diff").description("project operating layer drift \uBE44\uAD50").action(() => diffCommand());