@uxcontinuum/ccwrapped 1.0.0 → 1.0.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/index.js +6 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -603,7 +603,7 @@ function printArchetype(stats) {
|
|
|
603
603
|
}
|
|
604
604
|
sep(); pr();
|
|
605
605
|
pr(` ${C.dim}Try it: github.com/turleydesigns/claude-wrapped${C.reset}`);
|
|
606
|
-
pr(` ${C.dim}npx
|
|
606
|
+
pr(` ${C.dim}npx @uxcontinuum/ccwrapped --archetype${C.reset}`);
|
|
607
607
|
pr(` ${C.dim}What's yours?${C.reset}`); pr();
|
|
608
608
|
}
|
|
609
609
|
|
|
@@ -621,7 +621,7 @@ function printRoast(stats, days) {
|
|
|
621
621
|
}
|
|
622
622
|
pr(` ${C.bold}${C.yellow}${'━'.repeat(W)}${C.reset}`);
|
|
623
623
|
pr(); pr(` ${C.dim}Try it: github.com/turleydesigns/claude-wrapped${C.reset}`);
|
|
624
|
-
pr(` ${C.dim}npx
|
|
624
|
+
pr(` ${C.dim}npx @uxcontinuum/ccwrapped --roast${C.reset}`);
|
|
625
625
|
pr(` ${C.dim}What does yours say?${C.reset}`); pr();
|
|
626
626
|
}
|
|
627
627
|
|
|
@@ -646,7 +646,7 @@ function printDna(stats) {
|
|
|
646
646
|
pr(); pr(` ${C.dim}Archetype: ${C[acol]}${C.bold}${aname}${C.reset}`); pr();
|
|
647
647
|
pr(` ${C.bold}${C.magenta}${'━'.repeat(W)}${C.reset}`);
|
|
648
648
|
pr(); pr(` ${C.dim}Try it: github.com/turleydesigns/claude-wrapped${C.reset}`);
|
|
649
|
-
pr(` ${C.dim}npx
|
|
649
|
+
pr(` ${C.dim}npx @uxcontinuum/ccwrapped --dna${C.reset}`);
|
|
650
650
|
pr(` ${C.dim}What's your prompt style?${C.reset}`); pr();
|
|
651
651
|
}
|
|
652
652
|
|
|
@@ -662,7 +662,7 @@ function printSpirit(stats) {
|
|
|
662
662
|
pr(` ${C.dim}${m.quip}${C.reset}`); pr();
|
|
663
663
|
for (const s of m.stats) pr(` ${C.bold}·${C.reset} ${s}`);
|
|
664
664
|
pr(); pr(` ${C.bold}${'━'.repeat(W)}${C.reset}`);
|
|
665
|
-
pr(); pr(` ${C.dim}npx
|
|
665
|
+
pr(); pr(` ${C.dim}npx @uxcontinuum/ccwrapped --spirit${C.reset}`);
|
|
666
666
|
pr(` ${C.dim}What's your spirit model?${C.reset}`); pr();
|
|
667
667
|
}
|
|
668
668
|
|
|
@@ -708,10 +708,10 @@ function printTuneUp(stats, days, doWrite) {
|
|
|
708
708
|
}
|
|
709
709
|
} else {
|
|
710
710
|
pr(` ${C.dim}To write this to CLAUDE.md:${C.reset}`);
|
|
711
|
-
pr(` ${C.dim} npx
|
|
711
|
+
pr(` ${C.dim} npx @uxcontinuum/ccwrapped --tune-up --write${C.reset}`);
|
|
712
712
|
}
|
|
713
713
|
pr(); pr(` ${C.bold}${C.green}${'━'.repeat(W)}${C.reset}`);
|
|
714
|
-
pr(); pr(` ${C.dim}npx
|
|
714
|
+
pr(); pr(` ${C.dim}npx @uxcontinuum/ccwrapped --tune-up${C.reset}`); pr();
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
// ── MAIN ──────────────────────────────────────────────────────────────────────
|