@next-vibe/checker 1.0.51 → 1.0.52
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/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Run Oxlint, ESLint, and TypeScript in parallel. Fast caching, auto-fix by defaul
|
|
|
11
11
|
- **Smart caching** - 10x faster on large projects (41s → 4s)
|
|
12
12
|
- **Auto-fix** - Fixes issues by default
|
|
13
13
|
- **100+ rules** - React, TypeScript, a11y, Next.js, Node.js, custom plugins
|
|
14
|
-
- **MCP server** - Integrate with
|
|
14
|
+
- **MCP server** - Integrate with your AI agent via Model Context Protocol
|
|
15
15
|
- **Fast type checking** - tsgo (2-3x faster than tsc)
|
|
16
16
|
|
|
17
17
|
## Performance
|
|
@@ -58033,7 +58033,7 @@ var init_debug = __esm(() => {
|
|
|
58033
58033
|
});
|
|
58034
58034
|
|
|
58035
58035
|
// src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts
|
|
58036
|
-
var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.
|
|
58036
|
+
var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.52", DEFAULT_OUTPUT = "pretty", program2, earlyT;
|
|
58037
58037
|
var init_vibe_runtime = __esm(() => {
|
|
58038
58038
|
init_esm();
|
|
58039
58039
|
init_parse_error();
|
|
@@ -58163,4 +58163,4 @@ export {
|
|
|
58163
58163
|
binaryStartTime
|
|
58164
58164
|
};
|
|
58165
58165
|
|
|
58166
|
-
//# debugId=
|
|
58166
|
+
//# debugId=54836E34AD94251664756E2164756E21
|