@gitwhy-cli/whyspec 0.1.2 → 0.1.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ascii-logo.d.ts","sourceRoot":"","sources":["../../src/ui/ascii-logo.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,eAAO,MAAM,YAAY,mvDAMmC,CAAC;AAE7D,wBAAgB,UAAU,IAAI,MAAM,CAEnC"}
1
+ {"version":3,"file":"ascii-logo.d.ts","sourceRoot":"","sources":["../../src/ui/ascii-logo.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,YAAY,mvDAMmC,CAAC;AAE7D,wBAAgB,UAAU,IAAI,MAAM,CAEnC"}
@@ -1,4 +1,3 @@
1
- import chalk from "chalk";
2
1
  /**
3
2
  * WhySpec ASCII logo — ANSI Shadow style, matching the landing page.
4
3
  * Raw string without color — callers apply styling.
@@ -11,6 +10,6 @@ export const WHYSPEC_LOGO = `\
11
10
  ╚███╔███╔╝██║ ██║ ██║ ███████║██║ ███████╗╚██████╗
12
11
  ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚══════╝ ╚═════╝`;
13
12
  export function renderLogo() {
14
- return chalk.cyan(WHYSPEC_LOGO);
13
+ return WHYSPEC_LOGO;
15
14
  }
16
15
  //# sourceMappingURL=ascii-logo.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ascii-logo.js","sourceRoot":"","sources":["../../src/ui/ascii-logo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;;;;;;4DAMgC,CAAC;AAE7D,MAAM,UAAU,UAAU;IACxB,OAAO,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AAClC,CAAC"}
1
+ {"version":3,"file":"ascii-logo.js","sourceRoot":"","sources":["../../src/ui/ascii-logo.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;;;;;;4DAMgC,CAAC;AAE7D,MAAM,UAAU,UAAU;IACxB,OAAO,YAAY,CAAC;AACtB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitwhy-cli/whyspec",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "The reasoning layer for AI-assisted development — capture WHY code was built the way it was",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",