@next-vibe/checker 1.0.16 → 1.0.18
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/.dist/bin/vibe-runtime.js +16 -136
- package/.dist/bin/vibe-runtime.js.map +6 -6
- package/package.json +1 -1
- package/src/app/api/[locale]/system/check/vibe-check/definition.ts +0 -72
- package/src/app/api/[locale]/system/check/vibe-check/i18n/de/index.ts +5 -29
- package/src/app/api/[locale]/system/check/vibe-check/i18n/en/index.ts +5 -29
- package/src/app/api/[locale]/system/check/vibe-check/i18n/pl/index.ts +5 -29
|
@@ -17531,7 +17531,7 @@ var translations7;
|
|
|
17531
17531
|
var init_de8 = __esm(() => {
|
|
17532
17532
|
translations7 = {
|
|
17533
17533
|
title: "Vibe Check",
|
|
17534
|
-
description: "Umfassende Code-Qualit\xE4tspr\xFCfungen durchf\xFChren
|
|
17534
|
+
description: "Umfassende Code-Qualit\xE4tspr\xFCfungen durchf\xFChren (Oxlint + ESLint + TypeScript). WICHTIG: Verwenden Sie dies anstelle von direktem 'eslint', 'tsc' oder 'oxlint' - vibe-check f\xFChrt alle Pr\xFCfungen parallel aus und ist deutlich schneller. F\xFChren Sie IMMER ALLE Pr\xFCfungen durch (Typecheck oder Lint nicht \xFCberspringen), um vollst\xE4ndige Code-Qualit\xE4t sicherzustellen - das Ziel ist es, ALLE Probleme zu beheben, nicht nur einige.",
|
|
17535
17535
|
category: "Entwicklungstools",
|
|
17536
17536
|
tag: "qualit\xE4t",
|
|
17537
17537
|
checkType: {
|
|
@@ -17569,43 +17569,19 @@ var init_de8 = __esm(() => {
|
|
|
17569
17569
|
fields: {
|
|
17570
17570
|
fix: {
|
|
17571
17571
|
label: "Probleme automatisch beheben",
|
|
17572
|
-
description: "Linting-Probleme automatisch beheben, die auto-fixbar sind"
|
|
17573
|
-
},
|
|
17574
|
-
skipLint: {
|
|
17575
|
-
label: "Alle Linting \xFCberspringen",
|
|
17576
|
-
description: "Sowohl ESLint als auch Oxlint Pr\xFCfungen \xFCberspringen"
|
|
17577
|
-
},
|
|
17578
|
-
skipEslint: {
|
|
17579
|
-
label: "ESLint \xFCberspringen",
|
|
17580
|
-
description: "ESLint-Pr\xFCfungen \xFCberspringen (Oxlint l\xE4uft weiter)"
|
|
17581
|
-
},
|
|
17582
|
-
skipOxlint: {
|
|
17583
|
-
label: "Oxlint \xFCberspringen",
|
|
17584
|
-
description: "Oxlint-Pr\xFCfungen \xFCberspringen (ESLint l\xE4uft weiter)"
|
|
17585
|
-
},
|
|
17586
|
-
skipTypecheck: {
|
|
17587
|
-
label: "Typpr\xFCfung \xFCberspringen",
|
|
17588
|
-
description: "TypeScript-Typpr\xFCfung \xFCberspringen"
|
|
17572
|
+
description: "Linting-Probleme automatisch beheben, die auto-fixbar sind. Verwenden Sie dies, wenn Sie Probleme automatisch beheben m\xF6chten."
|
|
17589
17573
|
},
|
|
17590
17574
|
createConfig: {
|
|
17591
17575
|
label: "Konfiguration erstellen",
|
|
17592
|
-
description: "Standard check.config.ts Konfigurationsdatei erstellen falls nicht vorhanden"
|
|
17576
|
+
description: "Standard check.config.ts Konfigurationsdatei erstellen falls nicht vorhanden. Verwenden Sie check.config.ts um Skip-Optionen zu konfigurieren (skipLint, skipEslint, skipOxlint, skipTypecheck)."
|
|
17593
17577
|
},
|
|
17594
17578
|
timeoutSeconds: {
|
|
17595
17579
|
label: "Timeout (Sekunden)",
|
|
17596
17580
|
description: "Maximale Ausf\xFChrungszeit in Sekunden (1-3600)"
|
|
17597
17581
|
},
|
|
17598
|
-
skipTrpcCheck: {
|
|
17599
|
-
label: "tRPC Check \xFCberspringen",
|
|
17600
|
-
description: "tRPC-Route-Validierung \xFCberspringen"
|
|
17601
|
-
},
|
|
17602
|
-
quiet: {
|
|
17603
|
-
label: "Ruhiger Modus",
|
|
17604
|
-
description: "Ausgabe-Ausf\xFChrlichkeit reduzieren"
|
|
17605
|
-
},
|
|
17606
17582
|
paths: {
|
|
17607
17583
|
label: "Zielpfade",
|
|
17608
|
-
description: 'Spezifische Dateipfade oder Verzeichnisse zum Pr\xFCfen (String oder Array von Strings
|
|
17584
|
+
description: 'Spezifische Dateipfade oder Verzeichnisse zum Pr\xFCfen (String oder Array von Strings). Leer lassen um ALLE Dateien im Projekt zu pr\xFCfen (empfohlen f\xFCr umfassende Qualit\xE4tspr\xFCfungen). Beispiele: "src/app" oder ["src/components", "src/utils"]. Nur Pfade angeben wenn Sie sich auf eine Teilmenge konzentrieren m\xFCssen.',
|
|
17609
17585
|
placeholder: "z.B. src/app oder src/components/Button.tsx",
|
|
17610
17586
|
options: {
|
|
17611
17587
|
src: "Quellverzeichnis (src/)",
|
|
@@ -17617,7 +17593,7 @@ var init_de8 = __esm(() => {
|
|
|
17617
17593
|
},
|
|
17618
17594
|
limit: {
|
|
17619
17595
|
label: "Limit",
|
|
17620
|
-
description: "Anzahl der Probleme pro Seite (1-10000, Standard: 100)"
|
|
17596
|
+
description: "Anzahl der Probleme pro Seite (1-10000, Standard: 100). WICHTIG: Dies kontrolliert nur die Anzeige, nicht die Erkennung. Verwenden Sie hohe Werte (1000+) oder Paginierung um ALLE Probleme zu sehen - das Ziel ist es, alles zu beheben, nicht nur die erste Seite."
|
|
17621
17597
|
},
|
|
17622
17598
|
page: {
|
|
17623
17599
|
label: "Seite",
|
|
@@ -20905,7 +20881,7 @@ var translations37;
|
|
|
20905
20881
|
var init_en9 = __esm(() => {
|
|
20906
20882
|
translations37 = {
|
|
20907
20883
|
title: "Vibe Check",
|
|
20908
|
-
description: "Run comprehensive code quality checks
|
|
20884
|
+
description: "Run comprehensive code quality checks (Oxlint + ESLint + TypeScript). IMPORTANT: Use this instead of running 'eslint', 'tsc', or 'oxlint' directly - vibe-check runs all checks in parallel and is significantly faster. Always run ALL checks (do not skip typecheck or lint) to ensure complete code quality - the goal is to fix all issues, not some.",
|
|
20909
20885
|
category: "Development Tools",
|
|
20910
20886
|
tag: "quality",
|
|
20911
20887
|
checkType: {
|
|
@@ -20943,43 +20919,19 @@ var init_en9 = __esm(() => {
|
|
|
20943
20919
|
fields: {
|
|
20944
20920
|
fix: {
|
|
20945
20921
|
label: "Auto Fix Issues",
|
|
20946
|
-
description: "Automatically fix linting issues that can be auto-fixed"
|
|
20947
|
-
},
|
|
20948
|
-
skipLint: {
|
|
20949
|
-
label: "Skip All Linting",
|
|
20950
|
-
description: "Skip both ESLint and Oxlint checks"
|
|
20951
|
-
},
|
|
20952
|
-
skipEslint: {
|
|
20953
|
-
label: "Skip ESLint",
|
|
20954
|
-
description: "Skip ESLint checks (Oxlint will still run)"
|
|
20955
|
-
},
|
|
20956
|
-
skipOxlint: {
|
|
20957
|
-
label: "Skip Oxlint",
|
|
20958
|
-
description: "Skip Oxlint checks (ESLint will still run)"
|
|
20959
|
-
},
|
|
20960
|
-
skipTypecheck: {
|
|
20961
|
-
label: "Skip Type Check",
|
|
20962
|
-
description: "Skip TypeScript type checking"
|
|
20922
|
+
description: "Automatically fix linting issues that can be auto-fixed. Use this when you want to fix issues automatically."
|
|
20963
20923
|
},
|
|
20964
20924
|
createConfig: {
|
|
20965
20925
|
label: "Create Config",
|
|
20966
|
-
description: "Create default check.config.ts configuration file if missing"
|
|
20926
|
+
description: "Create default check.config.ts configuration file if missing. Use check.config.ts to configure skip options (skipLint, skipEslint, skipOxlint, skipTypecheck)."
|
|
20967
20927
|
},
|
|
20968
20928
|
timeoutSeconds: {
|
|
20969
20929
|
label: "Timeout (seconds)",
|
|
20970
20930
|
description: "Maximum execution time in seconds (1-3600)"
|
|
20971
20931
|
},
|
|
20972
|
-
skipTrpcCheck: {
|
|
20973
|
-
label: "Skip tRPC Check",
|
|
20974
|
-
description: "Skip tRPC route validation"
|
|
20975
|
-
},
|
|
20976
|
-
quiet: {
|
|
20977
|
-
label: "Quiet Mode",
|
|
20978
|
-
description: "Reduce output verbosity"
|
|
20979
|
-
},
|
|
20980
20932
|
paths: {
|
|
20981
20933
|
label: "Target Paths",
|
|
20982
|
-
description: 'Specific file paths or directories to check (string or array of strings
|
|
20934
|
+
description: 'Specific file paths or directories to check (string or array of strings). Leave empty to check ALL files in the project (recommended for comprehensive quality checks). Examples: "src/app" or ["src/components", "src/utils"]. Only specify paths if you need to focus on a subset of files.',
|
|
20983
20935
|
placeholder: "e.g., src/app or src/components/Button.tsx",
|
|
20984
20936
|
options: {
|
|
20985
20937
|
src: "Source Directory (src/)",
|
|
@@ -20991,7 +20943,7 @@ var init_en9 = __esm(() => {
|
|
|
20991
20943
|
},
|
|
20992
20944
|
limit: {
|
|
20993
20945
|
label: "Limit",
|
|
20994
|
-
description: "Number of issues to display per page (1-10000, default: 100)"
|
|
20946
|
+
description: "Number of issues to display per page (1-10000, default: 100). IMPORTANT: This only controls display, not detection. Use high values (1000+) or pagination to see ALL issues - the goal is to fix everything, not just the first page."
|
|
20995
20947
|
},
|
|
20996
20948
|
page: {
|
|
20997
20949
|
label: "Page",
|
|
@@ -24210,7 +24162,7 @@ var translations65;
|
|
|
24210
24162
|
var init_pl8 = __esm(() => {
|
|
24211
24163
|
translations65 = {
|
|
24212
24164
|
title: "Vibe Check",
|
|
24213
|
-
description: "Przeprowad\u017A kompleksowe sprawdzenia jako\u015Bci kodu,
|
|
24165
|
+
description: "Przeprowad\u017A kompleksowe sprawdzenia jako\u015Bci kodu (Oxlint + ESLint + TypeScript). WA\u017BNE: U\u017Cyj tego zamiast bezpo\u015Bredniego uruchamiania 'eslint', 'tsc' lub 'oxlint' - vibe-check wykonuje wszystkie sprawdzenia r\xF3wnolegle i jest znacznie szybszy. ZAWSZE uruchamiaj WSZYSTKIE sprawdzenia (nie pomijaj typecheck ani lint), aby zapewni\u0107 pe\u0142n\u0105 jako\u015B\u0107 kodu - celem jest naprawienie WSZYSTKICH problem\xF3w, a nie tylko niekt\xF3rych.",
|
|
24214
24166
|
category: "Narz\u0119dzia Deweloperskie",
|
|
24215
24167
|
tag: "jako\u015B\u0107",
|
|
24216
24168
|
checkType: {
|
|
@@ -24248,43 +24200,19 @@ var init_pl8 = __esm(() => {
|
|
|
24248
24200
|
fields: {
|
|
24249
24201
|
fix: {
|
|
24250
24202
|
label: "Automatyczne Naprawianie Problem\xF3w",
|
|
24251
|
-
description: "Automatycznie napraw problemy lintingu, kt\xF3re mo\u017Cna rozwi\u0105za\u0107 automatycznie"
|
|
24252
|
-
},
|
|
24253
|
-
skipLint: {
|
|
24254
|
-
label: "Pomi\u0144 Wszystkie Lintingi",
|
|
24255
|
-
description: "Pomi\u0144 sprawdzenia ESLint i Oxlint"
|
|
24256
|
-
},
|
|
24257
|
-
skipEslint: {
|
|
24258
|
-
label: "Pomi\u0144 ESLint",
|
|
24259
|
-
description: "Pomi\u0144 sprawdzenia ESLint (Oxlint b\u0119dzie nadal dzia\u0142a\u0107)"
|
|
24260
|
-
},
|
|
24261
|
-
skipOxlint: {
|
|
24262
|
-
label: "Pomi\u0144 Oxlint",
|
|
24263
|
-
description: "Pomi\u0144 sprawdzenia Oxlint (ESLint b\u0119dzie nadal dzia\u0142a\u0107)"
|
|
24264
|
-
},
|
|
24265
|
-
skipTypecheck: {
|
|
24266
|
-
label: "Pomi\u0144 Sprawdzanie Typ\xF3w",
|
|
24267
|
-
description: "Pomi\u0144 sprawdzanie typ\xF3w TypeScript"
|
|
24203
|
+
description: "Automatycznie napraw problemy lintingu, kt\xF3re mo\u017Cna rozwi\u0105za\u0107 automatycznie. U\u017Cyj tego, gdy chcesz naprawi\u0107 problemy automatycznie."
|
|
24268
24204
|
},
|
|
24269
24205
|
createConfig: {
|
|
24270
24206
|
label: "Utw\xF3rz Konfiguracj\u0119",
|
|
24271
|
-
description: "Utw\xF3rz domy\u015Blny plik konfiguracyjny check.config.ts je\u015Bli brakuje"
|
|
24207
|
+
description: "Utw\xF3rz domy\u015Blny plik konfiguracyjny check.config.ts je\u015Bli brakuje. U\u017Cyj check.config.ts aby skonfigurowa\u0107 opcje pomijania (skipLint, skipEslint, skipOxlint, skipTypecheck)."
|
|
24272
24208
|
},
|
|
24273
24209
|
timeoutSeconds: {
|
|
24274
24210
|
label: "Limit czasu (sekundy)",
|
|
24275
24211
|
description: "Maksymalny czas wykonania w sekundach (1-3600)"
|
|
24276
24212
|
},
|
|
24277
|
-
skipTrpcCheck: {
|
|
24278
|
-
label: "Pomi\u0144 Sprawdzanie tRPC",
|
|
24279
|
-
description: "Pomi\u0144 walidacj\u0119 tras tRPC"
|
|
24280
|
-
},
|
|
24281
|
-
quiet: {
|
|
24282
|
-
label: "Tryb Cichy",
|
|
24283
|
-
description: "Zmniejsz szczeg\xF3\u0142owo\u015B\u0107 wyj\u015Bcia"
|
|
24284
|
-
},
|
|
24285
24213
|
paths: {
|
|
24286
24214
|
label: "\u015Acie\u017Cki Docelowe",
|
|
24287
|
-
description: 'Konkretne \u015Bcie\u017Cki plik\xF3w lub katalogi do sprawdzenia (string lub tablica string\xF3w
|
|
24215
|
+
description: 'Konkretne \u015Bcie\u017Cki plik\xF3w lub katalogi do sprawdzenia (string lub tablica string\xF3w). Zostaw puste aby sprawdzi\u0107 WSZYSTKIE pliki w projekcie (zalecane dla kompleksowych sprawdze\u0144 jako\u015Bci). Przyk\u0142ady: "src/app" lub ["src/components", "src/utils"]. Podaj \u015Bcie\u017Cki tylko je\u015Bli musisz skupi\u0107 si\u0119 na podzbiorze plik\xF3w.',
|
|
24288
24216
|
placeholder: "np. src/app lub src/components/Button.tsx",
|
|
24289
24217
|
options: {
|
|
24290
24218
|
src: "Katalog \u0179r\xF3d\u0142owy (src/)",
|
|
@@ -24296,7 +24224,7 @@ var init_pl8 = __esm(() => {
|
|
|
24296
24224
|
},
|
|
24297
24225
|
limit: {
|
|
24298
24226
|
label: "Limit",
|
|
24299
|
-
description: "Liczba problem\xF3w na stron\u0119 (1-10000, domy\u015Blnie: 100)"
|
|
24227
|
+
description: "Liczba problem\xF3w na stron\u0119 (1-10000, domy\u015Blnie: 100). WA\u017BNE: To kontroluje tylko wy\u015Bwietlanie, nie wykrywanie. U\u017Cywaj wysokich warto\u015Bci (1000+) lub paginacji aby zobaczy\u0107 WSZYSTKIE problemy - celem jest naprawienie wszystkiego, nie tylko pierwszej strony."
|
|
24300
24228
|
},
|
|
24301
24229
|
page: {
|
|
24302
24230
|
label: "Strona",
|
|
@@ -29314,34 +29242,6 @@ var init_definition3 = __esm(() => {
|
|
|
29314
29242
|
description: "app.api.system.check.vibeCheck.fields.fix.description",
|
|
29315
29243
|
columns: 4
|
|
29316
29244
|
}, exports_external.boolean().optional()),
|
|
29317
|
-
skipLint: requestDataField({
|
|
29318
|
-
type: "form_field" /* FORM_FIELD */,
|
|
29319
|
-
fieldType: "boolean" /* BOOLEAN */,
|
|
29320
|
-
label: "app.api.system.check.vibeCheck.fields.skipLint.label",
|
|
29321
|
-
description: "app.api.system.check.vibeCheck.fields.skipLint.description",
|
|
29322
|
-
columns: 3
|
|
29323
|
-
}, exports_external.boolean().optional()),
|
|
29324
|
-
skipEslint: requestDataField({
|
|
29325
|
-
type: "form_field" /* FORM_FIELD */,
|
|
29326
|
-
fieldType: "boolean" /* BOOLEAN */,
|
|
29327
|
-
label: "app.api.system.check.vibeCheck.fields.skipEslint.label",
|
|
29328
|
-
description: "app.api.system.check.vibeCheck.fields.skipEslint.description",
|
|
29329
|
-
columns: 3
|
|
29330
|
-
}, exports_external.boolean().optional()),
|
|
29331
|
-
skipOxlint: requestDataField({
|
|
29332
|
-
type: "form_field" /* FORM_FIELD */,
|
|
29333
|
-
fieldType: "boolean" /* BOOLEAN */,
|
|
29334
|
-
label: "app.api.system.check.vibeCheck.fields.skipOxlint.label",
|
|
29335
|
-
description: "app.api.system.check.vibeCheck.fields.skipOxlint.description",
|
|
29336
|
-
columns: 3
|
|
29337
|
-
}, exports_external.boolean().optional()),
|
|
29338
|
-
skipTypecheck: requestDataField({
|
|
29339
|
-
type: "form_field" /* FORM_FIELD */,
|
|
29340
|
-
fieldType: "boolean" /* BOOLEAN */,
|
|
29341
|
-
label: "app.api.system.check.vibeCheck.fields.skipTypecheck.label",
|
|
29342
|
-
description: "app.api.system.check.vibeCheck.fields.skipTypecheck.description",
|
|
29343
|
-
columns: 3
|
|
29344
|
-
}, exports_external.boolean().optional()),
|
|
29345
29245
|
createConfig: requestDataField({
|
|
29346
29246
|
type: "form_field" /* FORM_FIELD */,
|
|
29347
29247
|
fieldType: "boolean" /* BOOLEAN */,
|
|
@@ -29529,50 +29429,30 @@ var init_definition3 = __esm(() => {
|
|
|
29529
29429
|
requests: {
|
|
29530
29430
|
default: {
|
|
29531
29431
|
fix: true,
|
|
29532
|
-
skipLint: false,
|
|
29533
|
-
skipEslint: false,
|
|
29534
|
-
skipOxlint: false,
|
|
29535
|
-
skipTypecheck: false,
|
|
29536
29432
|
limit: 100,
|
|
29537
29433
|
page: 1,
|
|
29538
29434
|
maxFilesInSummary: 50
|
|
29539
29435
|
},
|
|
29540
29436
|
success: {
|
|
29541
29437
|
fix: false,
|
|
29542
|
-
skipLint: false,
|
|
29543
|
-
skipEslint: false,
|
|
29544
|
-
skipOxlint: false,
|
|
29545
|
-
skipTypecheck: false,
|
|
29546
29438
|
limit: 100,
|
|
29547
29439
|
page: 1,
|
|
29548
29440
|
maxFilesInSummary: 50
|
|
29549
29441
|
},
|
|
29550
29442
|
withErrors: {
|
|
29551
29443
|
fix: true,
|
|
29552
|
-
skipLint: false,
|
|
29553
|
-
skipEslint: false,
|
|
29554
|
-
skipOxlint: false,
|
|
29555
|
-
skipTypecheck: false,
|
|
29556
29444
|
limit: 100,
|
|
29557
29445
|
page: 1,
|
|
29558
29446
|
maxFilesInSummary: 50
|
|
29559
29447
|
},
|
|
29560
29448
|
quickCheck: {
|
|
29561
29449
|
fix: false,
|
|
29562
|
-
skipLint: false,
|
|
29563
|
-
skipEslint: false,
|
|
29564
|
-
skipOxlint: false,
|
|
29565
|
-
skipTypecheck: false,
|
|
29566
29450
|
limit: 100,
|
|
29567
29451
|
page: 1,
|
|
29568
29452
|
maxFilesInSummary: 50
|
|
29569
29453
|
},
|
|
29570
29454
|
specificPaths: {
|
|
29571
29455
|
fix: true,
|
|
29572
|
-
skipLint: false,
|
|
29573
|
-
skipEslint: false,
|
|
29574
|
-
skipOxlint: false,
|
|
29575
|
-
skipTypecheck: false,
|
|
29576
29456
|
paths: ["src/components", "src/utils"],
|
|
29577
29457
|
limit: 100,
|
|
29578
29458
|
page: 1,
|
|
@@ -55484,4 +55364,4 @@ export {
|
|
|
55484
55364
|
binaryStartTime
|
|
55485
55365
|
};
|
|
55486
55366
|
|
|
55487
|
-
//# debugId=
|
|
55367
|
+
//# debugId=B61B8F6C64FA008F64756E2164756E21
|