@aiready/cli 0.13.4 → 0.13.5

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/cli@0.13.3 build /Users/pengcao/projects/aiready/packages/cli
3
+ > @aiready/cli@0.13.4 build /Users/pengcao/projects/aiready/packages/cli
4
4
  > tsup src/index.ts src/cli.ts --format cjs,esm
5
5
 
6
6
  CLI Building entry: src/cli.ts, src/index.ts
@@ -10,7 +10,7 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
 
13
-  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 8:48:54 pm
13
+  WARN  ▲ [WARNING] "import.meta" is not available with the "cjs" output format and will be empty [empty-import-meta] 8:54:27 pm
14
14
 
15
15
  src/cli.ts:34:31:
16
16
   34 │ return dirname(fileURLToPath(import.meta.url));
@@ -20,10 +20,10 @@
20
20
 
21
21
 
22
22
 
23
- ESM dist/index.mjs 170.00 B
24
23
  ESM dist/chunk-VOKP7FGM.mjs 9.52 KB
24
+ ESM dist/index.mjs 170.00 B
25
25
  ESM dist/cli.mjs 72.43 KB
26
- ESM ⚡️ Build success in 110ms
27
- CJS dist/cli.js 86.27 KB
26
+ ESM ⚡️ Build success in 75ms
28
27
  CJS dist/index.js 10.62 KB
29
- CJS ⚡️ Build success in 110ms
28
+ CJS dist/cli.js 86.27 KB
29
+ CJS ⚡️ Build success in 76ms
package/dist/cli.js CHANGED
@@ -788,7 +788,7 @@ async function scanAction(directory, options) {
788
788
  console.log(import_chalk3.default.dim("\u{1F449} Copy/paste this to your AI agent:"));
789
789
  console.log(
790
790
  import_chalk3.default.cyan(
791
- ` "Help me report an issue to AIReady. Use 'aiready bug' to prepare a draft."`
791
+ ` "Any feedback for the tools? Please use 'aiready bug' to report \u2764\uFE0F"`
792
792
  )
793
793
  );
794
794
  console.log(import_chalk3.default.dim("\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"));
package/dist/cli.mjs CHANGED
@@ -528,7 +528,7 @@ async function scanAction(directory, options) {
528
528
  console.log(chalk3.dim("\u{1F449} Copy/paste this to your AI agent:"));
529
529
  console.log(
530
530
  chalk3.cyan(
531
- ` "Help me report an issue to AIReady. Use 'aiready bug' to prepare a draft."`
531
+ ` "Any feedback for the tools? Please use 'aiready bug' to report \u2764\uFE0F"`
532
532
  )
533
533
  );
534
534
  console.log(chalk3.dim("\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/cli",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "Unified CLI for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -11,18 +11,18 @@
11
11
  "dependencies": {
12
12
  "chalk": "^5.3.0",
13
13
  "commander": "^14.0.0",
14
+ "@aiready/agent-grounding": "0.12.0",
14
15
  "@aiready/clawmart": "0.1.2",
15
16
  "@aiready/context-analyzer": "0.20.0",
16
- "@aiready/consistency": "0.19.0",
17
17
  "@aiready/core": "0.22.1",
18
18
  "@aiready/deps": "0.12.0",
19
- "@aiready/change-amplification": "0.12.0",
19
+ "@aiready/consistency": "0.19.0",
20
20
  "@aiready/doc-drift": "0.12.0",
21
21
  "@aiready/ai-signal-clarity": "0.12.0",
22
- "@aiready/agent-grounding": "0.12.0",
23
- "@aiready/testability": "0.5.0",
22
+ "@aiready/pattern-detect": "0.15.0",
24
23
  "@aiready/visualizer": "0.5.0",
25
- "@aiready/pattern-detect": "0.15.0"
24
+ "@aiready/testability": "0.5.0",
25
+ "@aiready/change-amplification": "0.12.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.0.0",
@@ -386,7 +386,7 @@ export async function scanAction(directory: string, options: ScanOptions) {
386
386
  console.log(chalk.dim('👉 Copy/paste this to your AI agent:'));
387
387
  console.log(
388
388
  chalk.cyan(
389
- ` "Help me report an issue to AIReady. Use 'aiready bug' to prepare a draft."`
389
+ ` "Any feedback for the tools? Please use 'aiready bug' to report ❤️"`
390
390
  )
391
391
  );
392
392
  console.log(