phewsh 0.15.32 → 0.15.33

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/lib/ui.js +4 -4
  2. package/package.json +1 -1
package/lib/ui.js CHANGED
@@ -98,10 +98,10 @@ async function brandReveal(fast = false) {
98
98
  console.log(` ${b(cream('█▀█ █░█ █▀▀ █░█ █▀ █░█'))}`);
99
99
  console.log(` ${b(cream('█▀▀ █▀█ ██▄ ▀▄▀ ▄█ █▀█'))}`);
100
100
  await pause(160);
101
- // The value prop, plain language, off the bat — the approved north-star line.
102
- // It exhales in (typewriter) when animated; lands instantly otherwise. Safe:
103
- // the color wrapper is emitted up front, so only the words reveal.
104
- const tagline = 'Stop re-explaining yourself to AI.';
101
+ // The value prop, plain language, off the bat — the alignment wedge, not
102
+ // "memory". It exhales in (typewriter) when animated; lands instantly
103
+ // otherwise. Safe: the color wrapper is emitted up front, only words reveal.
104
+ const tagline = 'One mission. Many AI tools. No lost context.';
105
105
  if (fast || !process.stdout.isTTY) {
106
106
  console.log(` ${sage(tagline)}`);
107
107
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phewsh",
3
- "version": "0.15.32",
3
+ "version": "0.15.33",
4
4
  "description": "Turn intent into action. Structure your thinking, execute your next step.",
5
5
  "bin": {
6
6
  "phewsh": "bin/phewsh.js"