holomime 3.3.5 → 3.3.6
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.js +39 -33
- 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.
|
|
3596
|
+
var VERSION = "3.3.6";
|
|
3597
3597
|
var LOGO = ` _ _ _
|
|
3598
3598
|
| |__ ___ | | ___ _ __ (_)_ __ ___ ___
|
|
3599
3599
|
| '_ \\ / _ \\| |/ _ \\| '_ \\| | '_ \` _ \\ / _ \\
|
|
@@ -3735,10 +3735,11 @@ function showWelcome() {
|
|
|
3735
3735
|
const content = [
|
|
3736
3736
|
`${chalk2.bold("Welcome to holomime!")}`,
|
|
3737
3737
|
"",
|
|
3738
|
-
`
|
|
3739
|
-
`Run ${chalk2.cyan("holomime init")} to build one through a guided assessment.`,
|
|
3738
|
+
`Define how your agent should behave \u2014 holomime diagnoses drift and fixes it.`,
|
|
3740
3739
|
"",
|
|
3741
|
-
chalk2.
|
|
3740
|
+
` ${chalk2.cyan("holomime personality")} ${chalk2.dim("Quick setup (1 file, ~5 min)")}`,
|
|
3741
|
+
` ${chalk2.cyan("holomime core")} ${chalk2.dim("Core identity (3 files)")}`,
|
|
3742
|
+
` ${chalk2.cyan("holomime identity")} ${chalk2.dim("Full stack with body.api (robots)")}`
|
|
3742
3743
|
].join("\n");
|
|
3743
3744
|
console.log(
|
|
3744
3745
|
boxen(content, {
|
|
@@ -3746,7 +3747,7 @@ function showWelcome() {
|
|
|
3746
3747
|
margin: { top: 1, bottom: 1, left: 2, right: 0 },
|
|
3747
3748
|
borderColor: "cyan",
|
|
3748
3749
|
borderStyle: "round",
|
|
3749
|
-
title: "
|
|
3750
|
+
title: "Get Started",
|
|
3750
3751
|
titleAlignment: "center"
|
|
3751
3752
|
})
|
|
3752
3753
|
);
|
|
@@ -5189,19 +5190,14 @@ async function initCommand() {
|
|
|
5189
5190
|
console.log(` ${chalk3.dim("A")} Agreeableness: ${bar(bigFive.agreeableness.score)} ${scoreLabel(bigFive.agreeableness.score)}`);
|
|
5190
5191
|
console.log(` ${chalk3.dim("N")} Emotional Stability: ${bar(bigFive.emotional_stability.score)} ${scoreLabel(bigFive.emotional_stability.score)}`);
|
|
5191
5192
|
const journeySteps = [
|
|
5192
|
-
`${chalk3.green("1.")} ${chalk3.cyan("holomime
|
|
5193
|
-
` ${chalk3.dim("
|
|
5194
|
-
`${chalk3.green("2.")} ${chalk3.cyan("holomime
|
|
5195
|
-
` ${chalk3.dim("
|
|
5196
|
-
`${chalk3.green("3.")} ${chalk3.cyan("holomime
|
|
5197
|
-
` ${chalk3.dim("
|
|
5198
|
-
`${chalk3.green("4.")} ${chalk3.cyan("holomime
|
|
5199
|
-
` ${chalk3.dim("
|
|
5200
|
-
``,
|
|
5201
|
-
`${chalk3.magenta("5.")} ${chalk3.cyan("holomime cure")} ${chalk3.dim("[Pro]")}`,
|
|
5202
|
-
` ${chalk3.dim("Live AI alignment session for your agent")}`,
|
|
5203
|
-
`${chalk3.magenta("6.")} ${chalk3.cyan("holomime growth")} ${chalk3.dim("[Pro]")}`,
|
|
5204
|
-
` ${chalk3.dim("Track improvement over time")}`
|
|
5193
|
+
`${chalk3.green("1.")} ${chalk3.cyan("holomime diagnose --log <path>")}`,
|
|
5194
|
+
` ${chalk3.dim("Analyze your agent's conversation logs")}`,
|
|
5195
|
+
`${chalk3.green("2.")} ${chalk3.cyan("holomime therapy")}`,
|
|
5196
|
+
` ${chalk3.dim("Autonomous behavioral therapy")}`,
|
|
5197
|
+
`${chalk3.green("3.")} ${chalk3.cyan("holomime cure")}`,
|
|
5198
|
+
` ${chalk3.dim("End-to-end fix (diagnose + train + verify)")}`,
|
|
5199
|
+
`${chalk3.green("4.")} ${chalk3.cyan("holomime benchmark")}`,
|
|
5200
|
+
` ${chalk3.dim("Verify alignment with adversarial scenarios")}`
|
|
5205
5201
|
].join("\n");
|
|
5206
5202
|
console.log(
|
|
5207
5203
|
boxen2(journeySteps, {
|
|
@@ -5312,15 +5308,14 @@ async function initFromArchetype(name, handle, purpose) {
|
|
|
5312
5308
|
console.log(` ${chalk3.dim("A")} Agreeableness: ${bar(bigFive.agreeableness.score)} ${scoreLabel(bigFive.agreeableness.score)}`);
|
|
5313
5309
|
console.log(` ${chalk3.dim("N")} Emotional Stability: ${bar(bigFive.emotional_stability.score)} ${scoreLabel(bigFive.emotional_stability.score)}`);
|
|
5314
5310
|
const journeySteps = [
|
|
5315
|
-
`${chalk3.green("1.")} ${chalk3.cyan("holomime
|
|
5316
|
-
` ${chalk3.dim("
|
|
5317
|
-
`${chalk3.green("2.")} ${chalk3.cyan("holomime
|
|
5318
|
-
` ${chalk3.dim("
|
|
5319
|
-
`${chalk3.green("3.")} ${chalk3.cyan("holomime
|
|
5320
|
-
` ${chalk3.dim("
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
` ${chalk3.dim("Live AI alignment session for your agent")}`
|
|
5311
|
+
`${chalk3.green("1.")} ${chalk3.cyan("holomime diagnose --log <path>")}`,
|
|
5312
|
+
` ${chalk3.dim("Analyze your agent's conversation logs")}`,
|
|
5313
|
+
`${chalk3.green("2.")} ${chalk3.cyan("holomime therapy")}`,
|
|
5314
|
+
` ${chalk3.dim("Autonomous behavioral therapy")}`,
|
|
5315
|
+
`${chalk3.green("3.")} ${chalk3.cyan("holomime cure")}`,
|
|
5316
|
+
` ${chalk3.dim("End-to-end fix (diagnose + train + verify)")}`,
|
|
5317
|
+
`${chalk3.green("4.")} ${chalk3.cyan("holomime benchmark")}`,
|
|
5318
|
+
` ${chalk3.dim("Verify alignment with adversarial scenarios")}`
|
|
5324
5319
|
].join("\n");
|
|
5325
5320
|
console.log(
|
|
5326
5321
|
boxen2(journeySteps, {
|
|
@@ -21843,6 +21838,7 @@ async function configCommand(options) {
|
|
|
21843
21838
|
console.log(chalk49.dim(` Provider: ${config.provider}`));
|
|
21844
21839
|
console.log(chalk49.dim(` Location: ${getConfigPath()}`));
|
|
21845
21840
|
console.log();
|
|
21841
|
+
printNextSteps();
|
|
21846
21842
|
return;
|
|
21847
21843
|
}
|
|
21848
21844
|
console.log(chalk49.dim(" Set up your API key so every command just works."));
|
|
@@ -21888,17 +21884,27 @@ async function configCommand(options) {
|
|
|
21888
21884
|
console.log(chalk49.green(" Config saved!"));
|
|
21889
21885
|
console.log(chalk49.dim(` Location: ${getConfigPath()}`));
|
|
21890
21886
|
console.log();
|
|
21891
|
-
|
|
21892
|
-
console.log(chalk49.cyan(" holomime diagnose"));
|
|
21893
|
-
console.log(chalk49.cyan(" holomime cure"));
|
|
21894
|
-
console.log(chalk49.cyan(" holomime benchmark"));
|
|
21895
|
-
console.log(chalk49.cyan(" holomime therapy"));
|
|
21896
|
-
console.log();
|
|
21887
|
+
printNextSteps();
|
|
21897
21888
|
rl.close();
|
|
21898
21889
|
} catch {
|
|
21899
21890
|
rl.close();
|
|
21900
21891
|
}
|
|
21901
21892
|
}
|
|
21893
|
+
function printNextSteps() {
|
|
21894
|
+
console.log(chalk49.bold(" NEXT STEP") + chalk49.dim(" \u2014 profile your agent:"));
|
|
21895
|
+
console.log();
|
|
21896
|
+
console.log(chalk49.dim(" Already have an agent?"));
|
|
21897
|
+
console.log(chalk49.cyan(" holomime personality") + chalk49.dim(" Define how it should behave"));
|
|
21898
|
+
console.log(chalk49.cyan(" holomime diagnose") + chalk49.dim(" Analyze its conversation logs"));
|
|
21899
|
+
console.log();
|
|
21900
|
+
console.log(chalk49.dim(" Building for a robot?"));
|
|
21901
|
+
console.log(chalk49.cyan(" holomime identity") + chalk49.dim(" Full 8-file identity stack with body.api"));
|
|
21902
|
+
console.log();
|
|
21903
|
+
console.log(chalk49.dim(" Then fix and verify:"));
|
|
21904
|
+
console.log(chalk49.cyan(" holomime therapy") + chalk49.dim(" Autonomous behavioral therapy"));
|
|
21905
|
+
console.log(chalk49.cyan(" holomime cure") + chalk49.dim(" End-to-end fix (diagnose + train + verify)"));
|
|
21906
|
+
console.log();
|
|
21907
|
+
}
|
|
21902
21908
|
|
|
21903
21909
|
// src/commands/mira-cmd.ts
|
|
21904
21910
|
import chalk50 from "chalk";
|