holomime 3.3.7 → 3.3.9

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.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -3593,7 +3593,7 @@ import { Command } from "commander";
3593
3593
  // src/ui/branding.ts
3594
3594
  import chalk from "chalk";
3595
3595
  import gradientString from "gradient-string";
3596
- var VERSION = "3.3.7";
3596
+ var VERSION = "3.3.9";
3597
3597
  var LOGO = ` _ _ _
3598
3598
  | |__ ___ | | ___ _ __ (_)_ __ ___ ___
3599
3599
  | '_ \\ / _ \\| |/ _ \\| '_ \\| | '_ \` _ \\ / _ \\
@@ -22466,7 +22466,7 @@ function correctResponse(problematic) {
22466
22466
 
22467
22467
  // src/cli.ts
22468
22468
  var program = new Command();
22469
- program.name("holomime").description("Personality engine for AI agents \u2014 Big Five psychology, not RPG archetypes").version("1.7.0").hook("preAction", (_thisCommand, actionCommand) => {
22469
+ program.name("holomime").description("Behavioral intelligence for AI agents and humanoid robots").version(VERSION).hook("preAction", (_thisCommand, actionCommand) => {
22470
22470
  printBanner();
22471
22471
  const commandName = actionCommand.name();
22472
22472
  showTelemetryBannerIfNeeded();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holomime",
3
- "version": "3.3.7",
3
+ "version": "3.3.9",
4
4
  "description": "Behavioral therapy infrastructure for AI agents — Big Five psychology, structured treatment, behavioral alignment",
5
5
  "type": "module",
6
6
  "bin": {