@next-vibe/checker 1.0.49 → 1.0.51

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 (32) hide show
  1. package/.dist/README.md +142 -245
  2. package/.dist/bin/vibe-runtime.js +37 -122
  3. package/.dist/bin/vibe-runtime.js.map +25 -25
  4. package/README.md +142 -245
  5. package/check.config.ts +1 -2
  6. package/package.json +1 -1
  7. package/src/app/api/[locale]/system/builder/definition.ts +7 -1
  8. package/src/app/api/[locale]/system/check/config/types.ts +0 -2
  9. package/src/app/api/[locale]/system/check/lint/definition.ts +0 -14
  10. package/src/app/api/[locale]/system/check/lint/i18n/de/index.ts +0 -4
  11. package/src/app/api/[locale]/system/check/lint/i18n/en/index.ts +0 -4
  12. package/src/app/api/[locale]/system/check/lint/i18n/pl/index.ts +0 -4
  13. package/src/app/api/[locale]/system/check/lint/repository.ts +1 -4
  14. package/src/app/api/[locale]/system/check/oxlint/definition.ts +0 -14
  15. package/src/app/api/[locale]/system/check/oxlint/i18n/de/index.ts +0 -4
  16. package/src/app/api/[locale]/system/check/oxlint/i18n/en/index.ts +0 -4
  17. package/src/app/api/[locale]/system/check/oxlint/i18n/pl/index.ts +0 -4
  18. package/src/app/api/[locale]/system/check/oxlint/repository.ts +4 -18
  19. package/src/app/api/[locale]/system/check/test-project/check.config.ts +0 -1
  20. package/src/app/api/[locale]/system/check/test-project/tsconfig.tsbuildinfo +1 -1
  21. package/src/app/api/[locale]/system/check/typecheck/definition.ts +0 -12
  22. package/src/app/api/[locale]/system/check/typecheck/i18n/de/index.ts +0 -4
  23. package/src/app/api/[locale]/system/check/typecheck/i18n/en/index.ts +0 -4
  24. package/src/app/api/[locale]/system/check/typecheck/i18n/pl/index.ts +0 -4
  25. package/src/app/api/[locale]/system/check/typecheck/repository.ts +1 -4
  26. package/src/app/api/[locale]/system/check/vibe-check/definition.ts +0 -17
  27. package/src/app/api/[locale]/system/check/vibe-check/i18n/de/index.ts +0 -4
  28. package/src/app/api/[locale]/system/check/vibe-check/i18n/en/index.ts +0 -4
  29. package/src/app/api/[locale]/system/check/vibe-check/i18n/pl/index.ts +0 -4
  30. package/src/app/api/[locale]/system/check/vibe-check/repository.ts +1 -8
  31. package/src/app/api/[locale]/system/help/interactive/definition.ts +6 -1
  32. package/src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts +1 -1
@@ -17389,10 +17389,6 @@ var init_de6 = __esm(() => {
17389
17389
  label: "Seite",
17390
17390
  description: "Seitenzahl f\xFCr Paginierung"
17391
17391
  },
17392
- maxFilesInSummary: {
17393
- label: "Max. Dateien in Zusammenfassung",
17394
- description: "Maximale Anzahl von Dateien in der Zusammenfassung"
17395
- },
17396
17392
  skipSorting: {
17397
17393
  label: "Sortierung \xFCberspringen",
17398
17394
  description: "Sortierung von Problemen \xFCberspringen (f\xFCr Leistung)"
@@ -17556,10 +17552,6 @@ var init_de7 = __esm(() => {
17556
17552
  label: "Seite",
17557
17553
  description: "Seitenzahl f\xFCr Paginierung"
17558
17554
  },
17559
- maxFilesInSummary: {
17560
- label: "Max. Dateien in Zusammenfassung",
17561
- description: "Maximale Anzahl von Dateien in der Zusammenfassung"
17562
- },
17563
17555
  skipSorting: {
17564
17556
  label: "Sortierung \xFCberspringen",
17565
17557
  description: "Sortierung von Problemen \xFCberspringen (f\xFCr Leistung)"
@@ -17725,10 +17717,6 @@ var init_de8 = __esm(() => {
17725
17717
  label: "Seite",
17726
17718
  description: "Seitenzahl f\xFCr Paginierung"
17727
17719
  },
17728
- maxFilesInSummary: {
17729
- label: "Max. Dateien in Zusammenfassung",
17730
- description: "Maximale Anzahl von Dateien in der Zusammenfassung"
17731
- },
17732
17720
  skipSorting: {
17733
17721
  label: "Sortierung \xFCberspringen",
17734
17722
  description: "Sortierung von Problemen \xFCberspringen (f\xFCr Leistung)"
@@ -17880,10 +17868,6 @@ var init_de9 = __esm(() => {
17880
17868
  page: {
17881
17869
  label: "Seite",
17882
17870
  description: "Seitennummer f\xFCr paginierte Ergebnisse (beginnt bei 1)"
17883
- },
17884
- maxFilesInSummary: {
17885
- label: "Max. Dateien in Zusammenfassung",
17886
- description: "Maximale Anzahl der Dateien in der betroffenen Dateiliste (1-1000)"
17887
17871
  }
17888
17872
  },
17889
17873
  response: {
@@ -21530,10 +21514,6 @@ var init_en7 = __esm(() => {
21530
21514
  label: "Page",
21531
21515
  description: "Page number for pagination"
21532
21516
  },
21533
- maxFilesInSummary: {
21534
- label: "Max Files in Summary",
21535
- description: "Maximum number of files to show in summary"
21536
- },
21537
21517
  skipSorting: {
21538
21518
  label: "Skip Sorting",
21539
21519
  description: "Skip sorting issues (for performance)"
@@ -21697,10 +21677,6 @@ var init_en8 = __esm(() => {
21697
21677
  label: "Page",
21698
21678
  description: "Page number for pagination"
21699
21679
  },
21700
- maxFilesInSummary: {
21701
- label: "Max Files in Summary",
21702
- description: "Maximum number of files to show in summary"
21703
- },
21704
21680
  skipSorting: {
21705
21681
  label: "Skip Sorting",
21706
21682
  description: "Skip sorting issues (for performance)"
@@ -21866,10 +21842,6 @@ var init_en9 = __esm(() => {
21866
21842
  label: "Page",
21867
21843
  description: "Page number for pagination"
21868
21844
  },
21869
- maxFilesInSummary: {
21870
- label: "Max Files in Summary",
21871
- description: "Maximum number of files to show in summary"
21872
- },
21873
21845
  skipSorting: {
21874
21846
  label: "Skip Sorting",
21875
21847
  description: "Skip sorting issues (for performance)"
@@ -22021,10 +21993,6 @@ var init_en10 = __esm(() => {
22021
21993
  page: {
22022
21994
  label: "Page",
22023
21995
  description: "Page number for paginated results (starts at 1)"
22024
- },
22025
- maxFilesInSummary: {
22026
- label: "Max Files in Summary",
22027
- description: "Maximum number of files to show in the affected files list (1-1000)"
22028
21996
  }
22029
21997
  },
22030
21998
  response: {
@@ -25608,10 +25576,6 @@ var init_pl6 = __esm(() => {
25608
25576
  label: "Strona",
25609
25577
  description: "Numer strony do paginacji"
25610
25578
  },
25611
- maxFilesInSummary: {
25612
- label: "Maks. plik\xF3w w podsumowaniu",
25613
- description: "Maksymalna liczba plik\xF3w w podsumowaniu"
25614
- },
25615
25579
  skipSorting: {
25616
25580
  label: "Pomi\u0144 sortowanie",
25617
25581
  description: "Pomi\u0144 sortowanie problem\xF3w (wydajno\u015B\u0107)"
@@ -25775,10 +25739,6 @@ var init_pl7 = __esm(() => {
25775
25739
  label: "Strona",
25776
25740
  description: "Numer strony do paginacji"
25777
25741
  },
25778
- maxFilesInSummary: {
25779
- label: "Maks. plik\xF3w w podsumowaniu",
25780
- description: "Maksymalna liczba plik\xF3w w podsumowaniu"
25781
- },
25782
25742
  skipSorting: {
25783
25743
  label: "Pomi\u0144 sortowanie",
25784
25744
  description: "Pomi\u0144 sortowanie problem\xF3w (wydajno\u015B\u0107)"
@@ -25944,10 +25904,6 @@ var init_pl8 = __esm(() => {
25944
25904
  label: "Strona",
25945
25905
  description: "Numer strony do paginacji"
25946
25906
  },
25947
- maxFilesInSummary: {
25948
- label: "Maks. plik\xF3w w podsumowaniu",
25949
- description: "Maksymalna liczba plik\xF3w w podsumowaniu"
25950
- },
25951
25907
  skipSorting: {
25952
25908
  label: "Pomi\u0144 sortowanie",
25953
25909
  description: "Pomi\u0144 sortowanie problem\xF3w (wydajno\u015B\u0107)"
@@ -26099,10 +26055,6 @@ var init_pl9 = __esm(() => {
26099
26055
  page: {
26100
26056
  label: "Strona",
26101
26057
  description: "Numer strony dla paginowanych wynik\xF3w (zaczyna si\u0119 od 1)"
26102
- },
26103
- maxFilesInSummary: {
26104
- label: "Maks. Plik\xF3w w Podsumowaniu",
26105
- description: "Maksymalna liczba plik\xF3w na li\u015Bcie dotkni\u0119tych plik\xF3w (1-1000)"
26106
26058
  }
26107
26059
  },
26108
26060
  response: {
@@ -30431,7 +30383,12 @@ var init_definition = __esm(() => {
30431
30383
  "app.api.system.help.interactive.post.tags.help"
30432
30384
  ],
30433
30385
  icon: "book",
30434
- allowedRoles: [UserRole.PRODUCTION_OFF, UserRole.AI_TOOL_OFF, UserRole.CLI_AUTH_BYPASS],
30386
+ allowedRoles: [
30387
+ UserRole.PRODUCTION_OFF,
30388
+ UserRole.AI_TOOL_OFF,
30389
+ UserRole.CLI_AUTH_BYPASS,
30390
+ UserRole.MCP_OFF
30391
+ ],
30435
30392
  aliases: [INTERACTIVE_MODE_ALIAS, "i"],
30436
30393
  fields: objectField({
30437
30394
  type: "container" /* CONTAINER */,
@@ -30624,7 +30581,13 @@ var init_definition2 = __esm(() => {
30624
30581
  "app.api.system.builder.tags.vite"
30625
30582
  ],
30626
30583
  icon: "package",
30627
- allowedRoles: [UserRole.ADMIN, UserRole.AI_TOOL_OFF, UserRole.WEB_OFF, UserRole.CLI_AUTH_BYPASS],
30584
+ allowedRoles: [
30585
+ UserRole.ADMIN,
30586
+ UserRole.AI_TOOL_OFF,
30587
+ UserRole.WEB_OFF,
30588
+ UserRole.CLI_AUTH_BYPASS,
30589
+ UserRole.MCP_OFF
30590
+ ],
30628
30591
  aliases: ["builder", "package", "bundle", "build"],
30629
30592
  fields: objectField({
30630
30593
  type: "container" /* CONTAINER */,
@@ -31747,13 +31710,6 @@ var init_definition3 = __esm(() => {
31747
31710
  description: "app.api.system.check.vibeCheck.fields.page.description",
31748
31711
  columns: 4
31749
31712
  }, exports_external.coerce.number().min(1).optional().default(1)),
31750
- maxFilesInSummary: requestDataField({
31751
- type: "form_field" /* FORM_FIELD */,
31752
- fieldType: "number" /* NUMBER */,
31753
- label: "app.api.system.check.vibeCheck.fields.maxFilesInSummary.label",
31754
- description: "app.api.system.check.vibeCheck.fields.maxFilesInSummary.description",
31755
- columns: 4
31756
- }, exports_external.coerce.number().min(1).optional()),
31757
31713
  issues: objectField({
31758
31714
  type: "code_quality_list" /* CODE_QUALITY_LIST */,
31759
31715
  groupBy: "file",
@@ -31877,33 +31833,28 @@ var init_definition3 = __esm(() => {
31877
31833
  default: {
31878
31834
  fix: true,
31879
31835
  limit: 100,
31880
- page: 1,
31881
- maxFilesInSummary: 50
31836
+ page: 1
31882
31837
  },
31883
31838
  success: {
31884
31839
  fix: false,
31885
31840
  limit: 100,
31886
- page: 1,
31887
- maxFilesInSummary: 50
31841
+ page: 1
31888
31842
  },
31889
31843
  withErrors: {
31890
31844
  fix: true,
31891
31845
  limit: 100,
31892
- page: 1,
31893
- maxFilesInSummary: 50
31846
+ page: 1
31894
31847
  },
31895
31848
  quickCheck: {
31896
31849
  fix: false,
31897
31850
  limit: 100,
31898
- page: 1,
31899
- maxFilesInSummary: 50
31851
+ page: 1
31900
31852
  },
31901
31853
  specificPaths: {
31902
31854
  fix: true,
31903
31855
  paths: ["src/components", "src/utils"],
31904
31856
  limit: 100,
31905
- page: 1,
31906
- maxFilesInSummary: 50
31857
+ page: 1
31907
31858
  }
31908
31859
  },
31909
31860
  responses: {
@@ -32569,13 +32520,6 @@ var init_definition6 = __esm(() => {
32569
32520
  description: "app.api.system.check.lint.fields.page.description",
32570
32521
  columns: 4
32571
32522
  }, exports_external.coerce.number().min(1).optional().default(1)),
32572
- maxFilesInSummary: requestDataField({
32573
- type: "form_field" /* FORM_FIELD */,
32574
- fieldType: "number" /* NUMBER */,
32575
- label: "app.api.system.check.lint.fields.maxFilesInSummary.label",
32576
- description: "app.api.system.check.lint.fields.maxFilesInSummary.description",
32577
- columns: 4
32578
- }, exports_external.coerce.number().min(1).default(50)),
32579
32523
  skipSorting: requestDataField({
32580
32524
  type: "form_field" /* FORM_FIELD */,
32581
32525
  fieldType: "boolean" /* BOOLEAN */,
@@ -32706,21 +32650,18 @@ var init_definition6 = __esm(() => {
32706
32650
  default: {
32707
32651
  fix: false,
32708
32652
  limit: 100,
32709
- page: 1,
32710
- maxFilesInSummary: 50
32653
+ page: 1
32711
32654
  },
32712
32655
  verbose: {
32713
32656
  fix: false,
32714
32657
  limit: 100,
32715
- page: 1,
32716
- maxFilesInSummary: 50
32658
+ page: 1
32717
32659
  },
32718
32660
  fix: {
32719
32661
  path: "src/app/api/[locale]/system/unified-interface/cli",
32720
32662
  fix: true,
32721
32663
  limit: 100,
32722
- page: 1,
32723
- maxFilesInSummary: 50
32664
+ page: 1
32724
32665
  }
32725
32666
  },
32726
32667
  responses: {
@@ -33582,13 +33523,6 @@ var init_definition10 = __esm(() => {
33582
33523
  description: "app.api.system.check.oxlint.fields.page.description",
33583
33524
  columns: 4
33584
33525
  }, exports_external.coerce.number().min(1).optional().default(1)),
33585
- maxFilesInSummary: requestDataField({
33586
- type: "form_field" /* FORM_FIELD */,
33587
- fieldType: "number" /* NUMBER */,
33588
- label: "app.api.system.check.oxlint.fields.maxFilesInSummary.label",
33589
- description: "app.api.system.check.oxlint.fields.maxFilesInSummary.description",
33590
- columns: 4
33591
- }, exports_external.coerce.number().min(1).default(50)),
33592
33526
  skipSorting: requestDataField({
33593
33527
  type: "form_field" /* FORM_FIELD */,
33594
33528
  fieldType: "boolean" /* BOOLEAN */,
@@ -33719,21 +33653,18 @@ var init_definition10 = __esm(() => {
33719
33653
  default: {
33720
33654
  fix: false,
33721
33655
  limit: 100,
33722
- page: 1,
33723
- maxFilesInSummary: 50
33656
+ page: 1
33724
33657
  },
33725
33658
  verbose: {
33726
33659
  fix: false,
33727
33660
  limit: 100,
33728
- page: 1,
33729
- maxFilesInSummary: 50
33661
+ page: 1
33730
33662
  },
33731
33663
  fix: {
33732
33664
  path: "src/app/api/[locale]/system/unified-interface/cli",
33733
33665
  fix: true,
33734
33666
  limit: 100,
33735
- page: 1,
33736
- maxFilesInSummary: 50
33667
+ page: 1
33737
33668
  }
33738
33669
  },
33739
33670
  responses: {
@@ -36066,13 +35997,6 @@ var init_definition16 = __esm(() => {
36066
35997
  description: "app.api.system.check.typecheck.fields.page.description",
36067
35998
  columns: 4
36068
35999
  }, exports_external.coerce.number().min(1).optional().default(1)),
36069
- maxFilesInSummary: requestDataField({
36070
- type: "form_field" /* FORM_FIELD */,
36071
- fieldType: "number" /* NUMBER */,
36072
- label: "app.api.system.check.typecheck.fields.maxFilesInSummary.label",
36073
- description: "app.api.system.check.typecheck.fields.maxFilesInSummary.description",
36074
- columns: 4
36075
- }, exports_external.coerce.number().min(1).default(50)),
36076
36000
  skipSorting: requestDataField({
36077
36001
  type: "form_field" /* FORM_FIELD */,
36078
36002
  fieldType: "boolean" /* BOOLEAN */,
@@ -36202,8 +36126,7 @@ var init_definition16 = __esm(() => {
36202
36126
  requests: {
36203
36127
  default: {
36204
36128
  limit: 100,
36205
- page: 1,
36206
- maxFilesInSummary: 50
36129
+ page: 1
36207
36130
  }
36208
36131
  },
36209
36132
  responses: {
@@ -40698,7 +40621,6 @@ class LintRepositoryImpl {
40698
40621
  const totalErrors = allIssues.filter((issue2) => issue2.severity === "error").length;
40699
40622
  const fileStats = this.buildFileStats(allIssues);
40700
40623
  const allFiles = this.formatFileStats(fileStats);
40701
- const limitedFiles = data.maxFilesInSummary ? allFiles.slice(0, data.maxFilesInSummary) : allFiles;
40702
40624
  const limit = data.limit;
40703
40625
  const currentPage = data.page;
40704
40626
  const totalPages = Math.ceil(totalIssues / limit);
@@ -40710,7 +40632,7 @@ class LintRepositoryImpl {
40710
40632
  return {
40711
40633
  issues: {
40712
40634
  items: limitedIssues,
40713
- files: limitedFiles,
40635
+ files: allFiles,
40714
40636
  summary: {
40715
40637
  totalIssues,
40716
40638
  totalFiles,
@@ -41054,7 +40976,6 @@ class OxlintRepositoryImpl {
41054
40976
  const totalErrors = allIssues.filter((issue2) => issue2.severity === "error").length;
41055
40977
  const fileStats = this.buildFileStats(allIssues);
41056
40978
  const allFiles = this.formatFileStats(fileStats);
41057
- const limitedFiles = data.maxFilesInSummary ? allFiles.slice(0, data.maxFilesInSummary) : allFiles;
41058
40979
  const limit = data.limit;
41059
40980
  const currentPage = data.page;
41060
40981
  const totalPages = Math.ceil(totalIssues / limit);
@@ -41066,7 +40987,7 @@ class OxlintRepositoryImpl {
41066
40987
  return {
41067
40988
  issues: {
41068
40989
  items: limitedIssues,
41069
- files: limitedFiles,
40990
+ files: allFiles,
41070
40991
  summary: {
41071
40992
  totalIssues,
41072
40993
  totalFiles,
@@ -41565,7 +41486,6 @@ class TypecheckRepositoryImpl {
41565
41486
  const totalErrors = allIssues.filter((issue2) => issue2.severity === "error").length;
41566
41487
  const fileStats = TypecheckRepositoryImpl.buildFileStats(allIssues);
41567
41488
  const allFiles = TypecheckRepositoryImpl.formatFileStats(fileStats);
41568
- const limitedFiles = data.maxFilesInSummary ? allFiles.slice(0, data.maxFilesInSummary) : allFiles;
41569
41489
  const limit = data.limit;
41570
41490
  const currentPage = data.page;
41571
41491
  const totalPages = Math.ceil(totalIssues / limit);
@@ -41577,7 +41497,7 @@ class TypecheckRepositoryImpl {
41577
41497
  return {
41578
41498
  issues: {
41579
41499
  items: limitedIssues,
41580
- files: limitedFiles,
41500
+ files: allFiles,
41581
41501
  summary: {
41582
41502
  totalIssues,
41583
41503
  totalFiles,
@@ -41729,8 +41649,7 @@ class VibeCheckRepository {
41729
41649
  timeout,
41730
41650
  skipSorting: true,
41731
41651
  limit: 999999,
41732
- page: 1,
41733
- maxFilesInSummary: 999999
41652
+ page: 1
41734
41653
  }, logger, config3);
41735
41654
  logger.info("\u2713 Oxlint check completed");
41736
41655
  return {
@@ -41748,8 +41667,7 @@ class VibeCheckRepository {
41748
41667
  cacheDir: config3.eslint.enabled ? config3.eslint.cachePath : "./.tmp",
41749
41668
  skipSorting: true,
41750
41669
  limit: 999999,
41751
- page: 1,
41752
- maxFilesInSummary: 999999
41670
+ page: 1
41753
41671
  }, logger, config3);
41754
41672
  logger.info("\u2713 ESLint check completed");
41755
41673
  return {
@@ -41766,8 +41684,7 @@ class VibeCheckRepository {
41766
41684
  skipSorting: true,
41767
41685
  disableFilter: false,
41768
41686
  limit: 999999,
41769
- page: 1,
41770
- maxFilesInSummary: 999999
41687
+ page: 1
41771
41688
  }, logger, config3);
41772
41689
  logger.info("\u2713 TypeScript check completed");
41773
41690
  return {
@@ -41844,8 +41761,7 @@ class VibeCheckRepository {
41844
41761
  skipTypecheck: defaults.skipTypecheck ?? false,
41845
41762
  timeout: data.timeout ?? defaults.timeout ?? 3600,
41846
41763
  limit: data.limit ?? defaults.limit ?? 200,
41847
- page: data.page ?? 1,
41848
- maxFilesInSummary: data.maxFilesInSummary ?? defaults.maxFilesInSummary ?? 50
41764
+ page: data.page ?? 1
41849
41765
  };
41850
41766
  const pathsToCheck = this.normalizePaths(effectiveData.paths);
41851
41767
  const baseDir = env.PROJECT_ROOT || "./";
@@ -41893,7 +41809,7 @@ class VibeCheckRepository {
41893
41809
  }
41894
41810
  const { allIssues, hasErrors } = this.processCheckResults(checkResults, performanceTimings);
41895
41811
  const sortedIssues = this.sortIssues(allIssues);
41896
- const response = this.buildResponse(sortedIssues, effectiveData.limit, effectiveData.page, effectiveData.maxFilesInSummary, isMCP);
41812
+ const response = this.buildResponse(sortedIssues, effectiveData.limit, effectiveData.page, isMCP);
41897
41813
  return success2(response, {
41898
41814
  isErrorResponse: hasErrors ? true : undefined,
41899
41815
  performance: performanceTimings
@@ -41967,7 +41883,7 @@ class VibeCheckRepository {
41967
41883
  return severityA - severityB;
41968
41884
  });
41969
41885
  }
41970
- static buildResponse(allIssues, limit, page, maxFilesInSummary, skipFiles = false) {
41886
+ static buildResponse(allIssues, limit, page, skipFiles = false) {
41971
41887
  const totalIssues = allIssues.length;
41972
41888
  const totalFiles = new Set(allIssues.map((issue2) => issue2.file)).size;
41973
41889
  const totalErrors = allIssues.filter((issue2) => issue2.severity === "error").length;
@@ -41980,8 +41896,7 @@ class VibeCheckRepository {
41980
41896
  let files;
41981
41897
  if (!skipFiles) {
41982
41898
  const fileStats = this.buildFileStats(allIssues);
41983
- const allFiles = this.formatFileStats(fileStats);
41984
- files = allFiles.slice(0, maxFilesInSummary);
41899
+ files = this.formatFileStats(fileStats);
41985
41900
  }
41986
41901
  return {
41987
41902
  issues: {
@@ -58118,7 +58033,7 @@ var init_debug = __esm(() => {
58118
58033
  });
58119
58034
 
58120
58035
  // src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts
58121
- var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.49", DEFAULT_OUTPUT = "pretty", program2, earlyT;
58036
+ var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.51", DEFAULT_OUTPUT = "pretty", program2, earlyT;
58122
58037
  var init_vibe_runtime = __esm(() => {
58123
58038
  init_esm();
58124
58039
  init_parse_error();
@@ -58248,4 +58163,4 @@ export {
58248
58163
  binaryStartTime
58249
58164
  };
58250
58165
 
58251
- //# debugId=50DFFBA5A7295E4664756E2164756E21
58166
+ //# debugId=5C93A59EDA2EAB6864756E2164756E21