@next-vibe/checker 1.0.15 → 1.0.17
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 +27 -27
- package/.dist/bin/vibe-runtime.js.map +6 -6
- package/package.json +1 -1
- package/src/app/api/[locale]/system/check/config/repository.ts +2 -0
- package/src/app/api/[locale]/system/check/test-project/bun.lock +2 -2
- package/src/app/api/[locale]/system/check/test-project/package.json +1 -1
- package/src/app/api/[locale]/system/check/vibe-check/i18n/de/index.ts +8 -8
- package/src/app/api/[locale]/system/check/vibe-check/i18n/en/index.ts +8 -8
- package/src/app/api/[locale]/system/check/vibe-check/i18n/pl/index.ts +8 -8
|
@@ -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,23 +17569,23 @@ 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"
|
|
17572
|
+
description: "Linting-Probleme automatisch beheben, die auto-fixbar sind. Verwenden Sie dies, wenn Sie Probleme automatisch beheben m\xF6chten."
|
|
17573
17573
|
},
|
|
17574
17574
|
skipLint: {
|
|
17575
17575
|
label: "Alle Linting \xFCberspringen",
|
|
17576
|
-
description: "Sowohl ESLint als auch Oxlint Pr\xFCfungen \xFCberspringen"
|
|
17576
|
+
description: "NICHT EMPFOHLEN: Sowohl ESLint als auch Oxlint Pr\xFCfungen \xFCberspringen. Nur in seltenen F\xE4llen verwenden, wenn Linting wirklich nicht ben\xF6tigt wird. F\xFCr umfassende Code-Qualit\xE4t immer alle Pr\xFCfungen durchf\xFChren."
|
|
17577
17577
|
},
|
|
17578
17578
|
skipEslint: {
|
|
17579
17579
|
label: "ESLint \xFCberspringen",
|
|
17580
|
-
description: "ESLint-Pr\xFCfungen \xFCberspringen (Oxlint l\xE4uft weiter)"
|
|
17580
|
+
description: "NICHT EMPFOHLEN: ESLint-Pr\xFCfungen \xFCberspringen (Oxlint l\xE4uft weiter). ESLint erkennt Import-Sortierung und React-Hooks-Probleme, die Oxlint nicht erkennt. Nur \xFCberspringen wenn es einen spezifischen Grund gibt."
|
|
17581
17581
|
},
|
|
17582
17582
|
skipOxlint: {
|
|
17583
17583
|
label: "Oxlint \xFCberspringen",
|
|
17584
|
-
description: "Oxlint-Pr\xFCfungen \xFCberspringen (ESLint l\xE4uft weiter)"
|
|
17584
|
+
description: "NICHT EMPFOHLEN: Oxlint-Pr\xFCfungen \xFCberspringen (ESLint l\xE4uft weiter). Oxlint ist viel schneller als ESLint und erkennt die meisten Probleme. Nur \xFCberspringen beim Debuggen von Oxlint-spezifischen Problemen."
|
|
17585
17585
|
},
|
|
17586
17586
|
skipTypecheck: {
|
|
17587
17587
|
label: "Typpr\xFCfung \xFCberspringen",
|
|
17588
|
-
description: "TypeScript-Typpr\xFCfung \xFCberspringen"
|
|
17588
|
+
description: "NICHT EMPFOHLEN: TypeScript-Typpr\xFCfung \xFCberspringen. Typfehler sind kritisch und sollten immer behoben werden. Nur \xFCberspringen wenn Sie sicher sind, dass Typpr\xFCfung nicht relevant ist (z.B. reine JavaScript-Projekte)."
|
|
17589
17589
|
},
|
|
17590
17590
|
createConfig: {
|
|
17591
17591
|
label: "Konfiguration erstellen",
|
|
@@ -17605,7 +17605,7 @@ var init_de8 = __esm(() => {
|
|
|
17605
17605
|
},
|
|
17606
17606
|
paths: {
|
|
17607
17607
|
label: "Zielpfade",
|
|
17608
|
-
description: 'Spezifische Dateipfade oder Verzeichnisse zum Pr\xFCfen (String oder Array von Strings
|
|
17608
|
+
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
17609
|
placeholder: "z.B. src/app oder src/components/Button.tsx",
|
|
17610
17610
|
options: {
|
|
17611
17611
|
src: "Quellverzeichnis (src/)",
|
|
@@ -17617,7 +17617,7 @@ var init_de8 = __esm(() => {
|
|
|
17617
17617
|
},
|
|
17618
17618
|
limit: {
|
|
17619
17619
|
label: "Limit",
|
|
17620
|
-
description: "Anzahl der Probleme pro Seite (1-10000, Standard: 100)"
|
|
17620
|
+
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
17621
|
},
|
|
17622
17622
|
page: {
|
|
17623
17623
|
label: "Seite",
|
|
@@ -20905,7 +20905,7 @@ var translations37;
|
|
|
20905
20905
|
var init_en9 = __esm(() => {
|
|
20906
20906
|
translations37 = {
|
|
20907
20907
|
title: "Vibe Check",
|
|
20908
|
-
description: "Run comprehensive code quality checks
|
|
20908
|
+
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
20909
|
category: "Development Tools",
|
|
20910
20910
|
tag: "quality",
|
|
20911
20911
|
checkType: {
|
|
@@ -20943,23 +20943,23 @@ var init_en9 = __esm(() => {
|
|
|
20943
20943
|
fields: {
|
|
20944
20944
|
fix: {
|
|
20945
20945
|
label: "Auto Fix Issues",
|
|
20946
|
-
description: "Automatically fix linting issues that can be auto-fixed"
|
|
20946
|
+
description: "Automatically fix linting issues that can be auto-fixed. Use this when you want to fix issues automatically."
|
|
20947
20947
|
},
|
|
20948
20948
|
skipLint: {
|
|
20949
20949
|
label: "Skip All Linting",
|
|
20950
|
-
description: "Skip both ESLint and Oxlint checks"
|
|
20950
|
+
description: "NOT RECOMMENDED: Skip both ESLint and Oxlint checks. Only use this in rare cases where linting is genuinely not needed. For comprehensive code quality, always run all checks."
|
|
20951
20951
|
},
|
|
20952
20952
|
skipEslint: {
|
|
20953
20953
|
label: "Skip ESLint",
|
|
20954
|
-
description: "Skip ESLint checks (Oxlint will still run)"
|
|
20954
|
+
description: "NOT RECOMMENDED: Skip ESLint checks (Oxlint will still run). ESLint catches import sorting and React hooks issues that Oxlint doesn't. Only skip if you have a specific reason."
|
|
20955
20955
|
},
|
|
20956
20956
|
skipOxlint: {
|
|
20957
20957
|
label: "Skip Oxlint",
|
|
20958
|
-
description: "Skip Oxlint checks (ESLint will still run)"
|
|
20958
|
+
description: "NOT RECOMMENDED: Skip Oxlint checks (ESLint will still run). Oxlint is much faster than ESLint and catches most issues. Only skip if debugging Oxlint-specific problems."
|
|
20959
20959
|
},
|
|
20960
20960
|
skipTypecheck: {
|
|
20961
20961
|
label: "Skip Type Check",
|
|
20962
|
-
description: "Skip TypeScript type checking"
|
|
20962
|
+
description: "NOT RECOMMENDED: Skip TypeScript type checking. Type errors are critical and should always be fixed. Only skip if you're certain type checking is not relevant (e.g., JavaScript-only project)."
|
|
20963
20963
|
},
|
|
20964
20964
|
createConfig: {
|
|
20965
20965
|
label: "Create Config",
|
|
@@ -20979,7 +20979,7 @@ var init_en9 = __esm(() => {
|
|
|
20979
20979
|
},
|
|
20980
20980
|
paths: {
|
|
20981
20981
|
label: "Target Paths",
|
|
20982
|
-
description: 'Specific file paths or directories to check (string or array of strings
|
|
20982
|
+
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
20983
|
placeholder: "e.g., src/app or src/components/Button.tsx",
|
|
20984
20984
|
options: {
|
|
20985
20985
|
src: "Source Directory (src/)",
|
|
@@ -20991,7 +20991,7 @@ var init_en9 = __esm(() => {
|
|
|
20991
20991
|
},
|
|
20992
20992
|
limit: {
|
|
20993
20993
|
label: "Limit",
|
|
20994
|
-
description: "Number of issues to display per page (1-10000, default: 100)"
|
|
20994
|
+
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
20995
|
},
|
|
20996
20996
|
page: {
|
|
20997
20997
|
label: "Page",
|
|
@@ -24210,7 +24210,7 @@ var translations65;
|
|
|
24210
24210
|
var init_pl8 = __esm(() => {
|
|
24211
24211
|
translations65 = {
|
|
24212
24212
|
title: "Vibe Check",
|
|
24213
|
-
description: "Przeprowad\u017A kompleksowe sprawdzenia jako\u015Bci kodu,
|
|
24213
|
+
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
24214
|
category: "Narz\u0119dzia Deweloperskie",
|
|
24215
24215
|
tag: "jako\u015B\u0107",
|
|
24216
24216
|
checkType: {
|
|
@@ -24248,23 +24248,23 @@ var init_pl8 = __esm(() => {
|
|
|
24248
24248
|
fields: {
|
|
24249
24249
|
fix: {
|
|
24250
24250
|
label: "Automatyczne Naprawianie Problem\xF3w",
|
|
24251
|
-
description: "Automatycznie napraw problemy lintingu, kt\xF3re mo\u017Cna rozwi\u0105za\u0107 automatycznie"
|
|
24251
|
+
description: "Automatycznie napraw problemy lintingu, kt\xF3re mo\u017Cna rozwi\u0105za\u0107 automatycznie. U\u017Cyj tego, gdy chcesz naprawi\u0107 problemy automatycznie."
|
|
24252
24252
|
},
|
|
24253
24253
|
skipLint: {
|
|
24254
24254
|
label: "Pomi\u0144 Wszystkie Lintingi",
|
|
24255
|
-
description: "Pomi\u0144 sprawdzenia ESLint i Oxlint"
|
|
24255
|
+
description: "NIE ZALECANE: Pomi\u0144 sprawdzenia ESLint i Oxlint. U\u017Cywaj tylko w rzadkich przypadkach, gdy linting naprawd\u0119 nie jest potrzebny. Dla pe\u0142nej jako\u015Bci kodu zawsze uruchamiaj wszystkie sprawdzenia."
|
|
24256
24256
|
},
|
|
24257
24257
|
skipEslint: {
|
|
24258
24258
|
label: "Pomi\u0144 ESLint",
|
|
24259
|
-
description: "Pomi\u0144 sprawdzenia ESLint (Oxlint b\u0119dzie nadal dzia\u0142a\u0107)"
|
|
24259
|
+
description: "NIE ZALECANE: Pomi\u0144 sprawdzenia ESLint (Oxlint b\u0119dzie nadal dzia\u0142a\u0107). ESLint wykrywa problemy z sortowaniem import\xF3w i React hooks, kt\xF3rych Oxlint nie wykrywa. Pomijaj tylko je\u015Bli masz konkretny pow\xF3d."
|
|
24260
24260
|
},
|
|
24261
24261
|
skipOxlint: {
|
|
24262
24262
|
label: "Pomi\u0144 Oxlint",
|
|
24263
|
-
description: "Pomi\u0144 sprawdzenia Oxlint (ESLint b\u0119dzie nadal dzia\u0142a\u0107)"
|
|
24263
|
+
description: "NIE ZALECANE: Pomi\u0144 sprawdzenia Oxlint (ESLint b\u0119dzie nadal dzia\u0142a\u0107). Oxlint jest znacznie szybszy ni\u017C ESLint i wykrywa wi\u0119kszo\u015B\u0107 problem\xF3w. Pomijaj tylko podczas debugowania problem\xF3w specyficznych dla Oxlint."
|
|
24264
24264
|
},
|
|
24265
24265
|
skipTypecheck: {
|
|
24266
24266
|
label: "Pomi\u0144 Sprawdzanie Typ\xF3w",
|
|
24267
|
-
description: "Pomi\u0144 sprawdzanie typ\xF3w TypeScript"
|
|
24267
|
+
description: "NIE ZALECANE: Pomi\u0144 sprawdzanie typ\xF3w TypeScript. B\u0142\u0119dy typ\xF3w s\u0105 krytyczne i zawsze powinny by\u0107 naprawione. Pomijaj tylko je\u015Bli jeste\u015B pewien, \u017Ce sprawdzanie typ\xF3w nie jest istotne (np. projekty tylko JavaScript)."
|
|
24268
24268
|
},
|
|
24269
24269
|
createConfig: {
|
|
24270
24270
|
label: "Utw\xF3rz Konfiguracj\u0119",
|
|
@@ -24284,7 +24284,7 @@ var init_pl8 = __esm(() => {
|
|
|
24284
24284
|
},
|
|
24285
24285
|
paths: {
|
|
24286
24286
|
label: "\u015Acie\u017Cki Docelowe",
|
|
24287
|
-
description: 'Konkretne \u015Bcie\u017Cki plik\xF3w lub katalogi do sprawdzenia (string lub tablica string\xF3w
|
|
24287
|
+
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
24288
|
placeholder: "np. src/app lub src/components/Button.tsx",
|
|
24289
24289
|
options: {
|
|
24290
24290
|
src: "Katalog \u0179r\xF3d\u0142owy (src/)",
|
|
@@ -24296,7 +24296,7 @@ var init_pl8 = __esm(() => {
|
|
|
24296
24296
|
},
|
|
24297
24297
|
limit: {
|
|
24298
24298
|
label: "Limit",
|
|
24299
|
-
description: "Liczba problem\xF3w na stron\u0119 (1-10000, domy\u015Blnie: 100)"
|
|
24299
|
+
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
24300
|
},
|
|
24301
24301
|
page: {
|
|
24302
24302
|
label: "Strona",
|
|
@@ -37218,12 +37218,12 @@ class ConfigRepositoryImpl {
|
|
|
37218
37218
|
return sourcePath;
|
|
37219
37219
|
}
|
|
37220
37220
|
} else {
|
|
37221
|
-
const compiledPath = resolve12(process.cwd(), "node_modules", "@next-vibe", "checker", "oxlint-plugins", fileName);
|
|
37221
|
+
const compiledPath = resolve12(process.cwd(), "node_modules", "@next-vibe", "checker", ".dist", "oxlint-plugins", fileName);
|
|
37222
37222
|
if (existsSync11(compiledPath)) {
|
|
37223
37223
|
return compiledPath;
|
|
37224
37224
|
}
|
|
37225
37225
|
}
|
|
37226
|
-
return extension === "ts" ? resolve12(process.cwd(), "src", "app", "api", "[locale]", "system", "check", "oxlint", "plugins", baseName, "src", "index.ts") : resolve12(process.cwd(), "node_modules", "@next-vibe", "checker", "oxlint-plugins", fileName);
|
|
37226
|
+
return extension === "ts" ? resolve12(process.cwd(), "src", "app", "api", "[locale]", "system", "check", "oxlint", "plugins", baseName, "src", "index.ts") : resolve12(process.cwd(), "node_modules", "@next-vibe", "checker", ".dist", "oxlint-plugins", fileName);
|
|
37227
37227
|
}
|
|
37228
37228
|
if (pluginPath.startsWith("/")) {
|
|
37229
37229
|
return pluginPath;
|
|
@@ -55484,4 +55484,4 @@ export {
|
|
|
55484
55484
|
binaryStartTime
|
|
55485
55485
|
};
|
|
55486
55486
|
|
|
55487
|
-
//# debugId=
|
|
55487
|
+
//# debugId=3FFA652AE37B15E164756E2164756E21
|