@next-vibe/checker 1.0.44 → 1.0.48
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 +2 -53
- package/.dist/bin/vibe-runtime.js.map +4 -5
- package/package.json +46 -38
- package/src/app/api/[locale]/system/check/test-project/tsconfig.tsbuildinfo +1 -1
- package/src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts +1 -1
- package/src/app/api/[locale]/system/unified-interface/shared/server-only/server-only.ts +1 -4
- package/src/app/api/[locale]/system/unified-interface/shared/types/actions.ts +0 -3
- package/src/app/api/[locale]/system/unified-interface/shared/types/endpoint.ts +0 -2
- package/src/app/api/[locale]/system/unified-interface/shared/widgets/actions.ts +0 -3
- package/src/app/api/[locale]/system/unified-interface/shared/widgets/configs.ts +3 -4
|
@@ -29933,15 +29933,6 @@ function parseCliArguments(args, rawArgs, logger) {
|
|
|
29933
29933
|
}
|
|
29934
29934
|
return { positionalArgs, namedArgs };
|
|
29935
29935
|
}
|
|
29936
|
-
|
|
29937
|
-
// src/app/api/[locale]/system/unified-interface/shared/server-only/server-only.ts
|
|
29938
|
-
var exports_server_only = {};
|
|
29939
|
-
var init_server_only = __esm(() => {
|
|
29940
|
-
if (true) {
|
|
29941
|
-
Promise.resolve().then(() => init_server_only());
|
|
29942
|
-
}
|
|
29943
|
-
});
|
|
29944
|
-
|
|
29945
29936
|
// src/app/api/[locale]/system/unified-interface/shared/env/validation-logger.ts
|
|
29946
29937
|
var envValidationLogger;
|
|
29947
29938
|
var init_validation_logger = __esm(() => {
|
|
@@ -29993,7 +29984,6 @@ function defineEnv(fields) {
|
|
|
29993
29984
|
return { env };
|
|
29994
29985
|
}
|
|
29995
29986
|
var init_define_env = __esm(() => {
|
|
29996
|
-
init_server_only();
|
|
29997
29987
|
init_env_util();
|
|
29998
29988
|
init_zod();
|
|
29999
29989
|
init_validation_logger();
|
|
@@ -30002,7 +29992,6 @@ var init_define_env = __esm(() => {
|
|
|
30002
29992
|
// src/app/api/[locale]/system/unified-interface/cli/env.ts
|
|
30003
29993
|
var cliEnv;
|
|
30004
29994
|
var init_env = __esm(() => {
|
|
30005
|
-
init_server_only();
|
|
30006
29995
|
init_zod();
|
|
30007
29996
|
init_define_env();
|
|
30008
29997
|
init_config();
|
|
@@ -37446,7 +37435,6 @@ function validateResponseData(data, schema, logger) {
|
|
|
37446
37435
|
};
|
|
37447
37436
|
}
|
|
37448
37437
|
var init_request_validator = __esm(() => {
|
|
37449
|
-
init_server_only();
|
|
37450
37438
|
init_response_schema();
|
|
37451
37439
|
init_utils();
|
|
37452
37440
|
init_zod();
|
|
@@ -37531,7 +37519,6 @@ function createGenericHandler(options) {
|
|
|
37531
37519
|
};
|
|
37532
37520
|
}
|
|
37533
37521
|
var init_handler = __esm(() => {
|
|
37534
|
-
init_server_only();
|
|
37535
37522
|
init_response_schema();
|
|
37536
37523
|
init_shared();
|
|
37537
37524
|
init_registry();
|
|
@@ -37551,7 +37538,6 @@ function endpointHandler(options) {
|
|
|
37551
37538
|
};
|
|
37552
37539
|
}
|
|
37553
37540
|
var init_single = __esm(() => {
|
|
37554
|
-
init_server_only();
|
|
37555
37541
|
init_handler();
|
|
37556
37542
|
});
|
|
37557
37543
|
|
|
@@ -37624,7 +37610,6 @@ function endpointsHandler(config3) {
|
|
|
37624
37610
|
return result;
|
|
37625
37611
|
}
|
|
37626
37612
|
var init_multi = __esm(() => {
|
|
37627
|
-
init_server_only();
|
|
37628
37613
|
init_enums();
|
|
37629
37614
|
init_single();
|
|
37630
37615
|
});
|
|
@@ -38753,7 +38738,6 @@ __export(exports_route, {
|
|
|
38753
38738
|
});
|
|
38754
38739
|
var POST21, tools;
|
|
38755
38740
|
var init_route = __esm(() => {
|
|
38756
|
-
init_server_only();
|
|
38757
38741
|
init_multi();
|
|
38758
38742
|
init_enums();
|
|
38759
38743
|
init_definition2();
|
|
@@ -38771,7 +38755,6 @@ var init_route = __esm(() => {
|
|
|
38771
38755
|
// src/config/env.ts
|
|
38772
38756
|
var env;
|
|
38773
38757
|
var init_env2 = __esm(() => {
|
|
38774
|
-
init_server_only();
|
|
38775
38758
|
init_zod();
|
|
38776
38759
|
init_env_util();
|
|
38777
38760
|
init_define_env();
|
|
@@ -42046,7 +42029,6 @@ class VibeCheckRepository {
|
|
|
42046
42029
|
}
|
|
42047
42030
|
}
|
|
42048
42031
|
var init_repository6 = __esm(() => {
|
|
42049
|
-
init_server_only();
|
|
42050
42032
|
init_response_schema();
|
|
42051
42033
|
init_utils();
|
|
42052
42034
|
init_platform();
|
|
@@ -42065,7 +42047,6 @@ __export(exports_route2, {
|
|
|
42065
42047
|
});
|
|
42066
42048
|
var POST22, tools2;
|
|
42067
42049
|
var init_route2 = __esm(() => {
|
|
42068
|
-
init_server_only();
|
|
42069
42050
|
init_multi();
|
|
42070
42051
|
init_enums();
|
|
42071
42052
|
init_definition3();
|
|
@@ -44485,7 +44466,6 @@ ${"\u2550".repeat(60)}`);
|
|
|
44485
44466
|
}
|
|
44486
44467
|
}
|
|
44487
44468
|
var init_repository7 = __esm(() => {
|
|
44488
|
-
init_server_only();
|
|
44489
44469
|
init_dist8();
|
|
44490
44470
|
init_response_schema();
|
|
44491
44471
|
init_utils();
|
|
@@ -44502,7 +44482,6 @@ __export(exports_route3, {
|
|
|
44502
44482
|
});
|
|
44503
44483
|
var POST23, tools3;
|
|
44504
44484
|
var init_route3 = __esm(() => {
|
|
44505
|
-
init_server_only();
|
|
44506
44485
|
init_multi();
|
|
44507
44486
|
init_enums();
|
|
44508
44487
|
init_definition4();
|
|
@@ -44881,7 +44860,6 @@ __export(exports_route4, {
|
|
|
44881
44860
|
});
|
|
44882
44861
|
var POST24, tools4;
|
|
44883
44862
|
var init_route4 = __esm(() => {
|
|
44884
|
-
init_server_only();
|
|
44885
44863
|
init_multi();
|
|
44886
44864
|
init_enums();
|
|
44887
44865
|
init_definition5();
|
|
@@ -44904,7 +44882,6 @@ __export(exports_route5, {
|
|
|
44904
44882
|
});
|
|
44905
44883
|
var POST25, tools5;
|
|
44906
44884
|
var init_route5 = __esm(() => {
|
|
44907
|
-
init_server_only();
|
|
44908
44885
|
init_multi();
|
|
44909
44886
|
init_enums();
|
|
44910
44887
|
init_definition6();
|
|
@@ -45129,7 +45106,6 @@ function generateAbsoluteImportPath(filePath, fileType) {
|
|
|
45129
45106
|
}
|
|
45130
45107
|
var DEFAULT_EXCLUDE_DIRS;
|
|
45131
45108
|
var init_utils6 = __esm(() => {
|
|
45132
|
-
init_server_only();
|
|
45133
45109
|
DEFAULT_EXCLUDE_DIRS = ["node_modules", ".git", ".next", "dist", ".dist", "generated"];
|
|
45134
45110
|
});
|
|
45135
45111
|
|
|
@@ -45298,7 +45274,6 @@ export function setupEndpoints(): Record<string, ApiSection> {
|
|
|
45298
45274
|
}
|
|
45299
45275
|
var endpointsIndexGeneratorRepository;
|
|
45300
45276
|
var init_repository9 = __esm(() => {
|
|
45301
|
-
init_server_only();
|
|
45302
45277
|
init_response_schema();
|
|
45303
45278
|
init_parse_error();
|
|
45304
45279
|
init_formatters();
|
|
@@ -45476,7 +45451,6 @@ ${cases.join(`
|
|
|
45476
45451
|
}
|
|
45477
45452
|
var endpointGeneratorRepository;
|
|
45478
45453
|
var init_repository10 = __esm(() => {
|
|
45479
|
-
init_server_only();
|
|
45480
45454
|
init_response_schema();
|
|
45481
45455
|
init_parse_error();
|
|
45482
45456
|
init_formatters();
|
|
@@ -45627,7 +45601,6 @@ ${cases.join(`
|
|
|
45627
45601
|
}
|
|
45628
45602
|
var routeHandlersGeneratorRepository;
|
|
45629
45603
|
var init_repository11 = __esm(() => {
|
|
45630
|
-
init_server_only();
|
|
45631
45604
|
init_response_schema();
|
|
45632
45605
|
init_parse_error();
|
|
45633
45606
|
init_formatters();
|
|
@@ -45756,7 +45729,6 @@ class GenerateAllRepositoryImpl {
|
|
|
45756
45729
|
}
|
|
45757
45730
|
var generateAllRepository;
|
|
45758
45731
|
var init_repository12 = __esm(() => {
|
|
45759
|
-
init_server_only();
|
|
45760
45732
|
init_response_schema();
|
|
45761
45733
|
init_parse_error();
|
|
45762
45734
|
init_endpoint();
|
|
@@ -45773,7 +45745,6 @@ __export(exports_route6, {
|
|
|
45773
45745
|
});
|
|
45774
45746
|
var POST26, tools6;
|
|
45775
45747
|
var init_route6 = __esm(() => {
|
|
45776
|
-
init_server_only();
|
|
45777
45748
|
init_multi();
|
|
45778
45749
|
init_enums();
|
|
45779
45750
|
init_definition7();
|
|
@@ -45969,7 +45940,6 @@ __export(exports_route7, {
|
|
|
45969
45940
|
});
|
|
45970
45941
|
var POST27, tools7;
|
|
45971
45942
|
var init_route7 = __esm(() => {
|
|
45972
|
-
init_server_only();
|
|
45973
45943
|
init_multi();
|
|
45974
45944
|
init_enums();
|
|
45975
45945
|
init_definition8();
|
|
@@ -47040,7 +47010,6 @@ ${goodbyeText}
|
|
|
47040
47010
|
}
|
|
47041
47011
|
var interactiveRepository;
|
|
47042
47012
|
var init_repository14 = __esm(() => {
|
|
47043
|
-
init_server_only();
|
|
47044
47013
|
init_dist8();
|
|
47045
47014
|
init_response_schema();
|
|
47046
47015
|
init_parse_error();
|
|
@@ -47064,7 +47033,6 @@ function isCliCompatiblePlatform(platform) {
|
|
|
47064
47033
|
}
|
|
47065
47034
|
var CLI_PLATFORMS, POST28, tools8;
|
|
47066
47035
|
var init_route8 = __esm(() => {
|
|
47067
|
-
init_server_only();
|
|
47068
47036
|
init_response_schema();
|
|
47069
47037
|
init_multi();
|
|
47070
47038
|
init_enums();
|
|
@@ -47357,7 +47325,6 @@ export PATH="${binDir}:$PATH"`;
|
|
|
47357
47325
|
}
|
|
47358
47326
|
var setupInstallRepository;
|
|
47359
47327
|
var init_repository15 = __esm(() => {
|
|
47360
|
-
init_server_only();
|
|
47361
47328
|
init_response_schema();
|
|
47362
47329
|
init_utils();
|
|
47363
47330
|
init_shared();
|
|
@@ -47372,7 +47339,6 @@ __export(exports_route9, {
|
|
|
47372
47339
|
});
|
|
47373
47340
|
var POST29, tools9;
|
|
47374
47341
|
var init_route9 = __esm(() => {
|
|
47375
|
-
init_server_only();
|
|
47376
47342
|
init_multi();
|
|
47377
47343
|
init_enums();
|
|
47378
47344
|
init_definition9();
|
|
@@ -47399,7 +47365,6 @@ __export(exports_route10, {
|
|
|
47399
47365
|
});
|
|
47400
47366
|
var POST30, tools10;
|
|
47401
47367
|
var init_route10 = __esm(() => {
|
|
47402
|
-
init_server_only();
|
|
47403
47368
|
init_multi();
|
|
47404
47369
|
init_enums();
|
|
47405
47370
|
init_definition10();
|
|
@@ -47562,7 +47527,6 @@ function endpointToMCPTool(endpoint, locale) {
|
|
|
47562
47527
|
};
|
|
47563
47528
|
}
|
|
47564
47529
|
var init_converter = __esm(() => {
|
|
47565
|
-
init_server_only();
|
|
47566
47530
|
init_zod();
|
|
47567
47531
|
init_endpoint_to_metadata();
|
|
47568
47532
|
init_utils2();
|
|
@@ -47743,7 +47707,6 @@ class MCPRegistry {
|
|
|
47743
47707
|
}
|
|
47744
47708
|
var mcpRegistry;
|
|
47745
47709
|
var init_registry3 = __esm(() => {
|
|
47746
|
-
init_server_only();
|
|
47747
47710
|
init_parse_error();
|
|
47748
47711
|
init_enum();
|
|
47749
47712
|
init_shared();
|
|
@@ -47900,7 +47863,6 @@ async function createMCPProtocolHandler(logger, locale) {
|
|
|
47900
47863
|
return new MCPProtocolHandler(logger, locale, cliUser);
|
|
47901
47864
|
}
|
|
47902
47865
|
var init_protocol_handler = __esm(() => {
|
|
47903
|
-
init_server_only();
|
|
47904
47866
|
init_utils();
|
|
47905
47867
|
init_cli_user();
|
|
47906
47868
|
init_platform();
|
|
@@ -48119,7 +48081,6 @@ class MCPServer {
|
|
|
48119
48081
|
}
|
|
48120
48082
|
}
|
|
48121
48083
|
var init_server = __esm(() => {
|
|
48122
|
-
init_server_only();
|
|
48123
48084
|
init_parse_error();
|
|
48124
48085
|
init_protocol_handler();
|
|
48125
48086
|
init_stdio_transport();
|
|
@@ -48141,7 +48102,6 @@ class MCPServeRepository {
|
|
|
48141
48102
|
}
|
|
48142
48103
|
var mcpServeRepository;
|
|
48143
48104
|
var init_repository16 = __esm(() => {
|
|
48144
|
-
init_server_only();
|
|
48145
48105
|
init_response_schema();
|
|
48146
48106
|
init_server();
|
|
48147
48107
|
mcpServeRepository = new MCPServeRepository;
|
|
@@ -51599,7 +51559,6 @@ __export(exports_route12, {
|
|
|
51599
51559
|
});
|
|
51600
51560
|
var POST32, tools12;
|
|
51601
51561
|
var init_route12 = __esm(() => {
|
|
51602
|
-
init_server_only();
|
|
51603
51562
|
init_multi();
|
|
51604
51563
|
init_enums();
|
|
51605
51564
|
init_definition12();
|
|
@@ -51718,7 +51677,6 @@ class SetupStatusRepositoryImpl {
|
|
|
51718
51677
|
}
|
|
51719
51678
|
var setupStatusRepository;
|
|
51720
51679
|
var init_repository18 = __esm(() => {
|
|
51721
|
-
init_server_only();
|
|
51722
51680
|
init_response_schema();
|
|
51723
51681
|
init_utils();
|
|
51724
51682
|
init_shared();
|
|
@@ -51733,7 +51691,6 @@ __export(exports_route13, {
|
|
|
51733
51691
|
});
|
|
51734
51692
|
var POST33, tools13;
|
|
51735
51693
|
var init_route13 = __esm(() => {
|
|
51736
|
-
init_server_only();
|
|
51737
51694
|
init_multi();
|
|
51738
51695
|
init_enums();
|
|
51739
51696
|
init_definition13();
|
|
@@ -51862,7 +51819,6 @@ class SetupUninstallRepositoryImpl {
|
|
|
51862
51819
|
}
|
|
51863
51820
|
var setupUninstallRepository;
|
|
51864
51821
|
var init_repository19 = __esm(() => {
|
|
51865
|
-
init_server_only();
|
|
51866
51822
|
init_response_schema();
|
|
51867
51823
|
init_utils();
|
|
51868
51824
|
init_shared();
|
|
@@ -51877,7 +51833,6 @@ __export(exports_route14, {
|
|
|
51877
51833
|
});
|
|
51878
51834
|
var POST34, tools14;
|
|
51879
51835
|
var init_route14 = __esm(() => {
|
|
51880
|
-
init_server_only();
|
|
51881
51836
|
init_multi();
|
|
51882
51837
|
init_enums();
|
|
51883
51838
|
init_definition14();
|
|
@@ -51941,7 +51896,6 @@ class SetupUpdateRepositoryImpl {
|
|
|
51941
51896
|
}
|
|
51942
51897
|
var setupUpdateRepository;
|
|
51943
51898
|
var init_repository20 = __esm(() => {
|
|
51944
|
-
init_server_only();
|
|
51945
51899
|
init_response_schema();
|
|
51946
51900
|
init_utils();
|
|
51947
51901
|
init_shared();
|
|
@@ -51958,7 +51912,6 @@ __export(exports_route15, {
|
|
|
51958
51912
|
});
|
|
51959
51913
|
var POST35, tools15;
|
|
51960
51914
|
var init_route15 = __esm(() => {
|
|
51961
|
-
init_server_only();
|
|
51962
51915
|
init_multi();
|
|
51963
51916
|
init_enums();
|
|
51964
51917
|
init_definition15();
|
|
@@ -51982,7 +51935,6 @@ __export(exports_route16, {
|
|
|
51982
51935
|
});
|
|
51983
51936
|
var POST36, tools16;
|
|
51984
51937
|
var init_route16 = __esm(() => {
|
|
51985
|
-
init_server_only();
|
|
51986
51938
|
init_multi();
|
|
51987
51939
|
init_enums();
|
|
51988
51940
|
init_definition16();
|
|
@@ -52282,7 +52234,6 @@ ${category} Options:
|
|
|
52282
52234
|
}
|
|
52283
52235
|
var cliOptionsRepository, defineOptions, applyOptionDefaults;
|
|
52284
52236
|
var init_options_repository = __esm(() => {
|
|
52285
|
-
init_server_only();
|
|
52286
52237
|
init_response_schema();
|
|
52287
52238
|
init_parse_error();
|
|
52288
52239
|
init_shared();
|
|
@@ -52488,7 +52439,6 @@ class FunctionalGeneratorsRepositoryImpl {
|
|
|
52488
52439
|
}
|
|
52489
52440
|
var functionalGeneratorsRepository;
|
|
52490
52441
|
var init_repository21 = __esm(() => {
|
|
52491
|
-
init_server_only();
|
|
52492
52442
|
init_response_schema();
|
|
52493
52443
|
init_parse_error();
|
|
52494
52444
|
init_options_repository();
|
|
@@ -52749,7 +52699,6 @@ class RouteExecutionExecutor {
|
|
|
52749
52699
|
}
|
|
52750
52700
|
var routeExecutionExecutor;
|
|
52751
52701
|
var init_executor = __esm(() => {
|
|
52752
|
-
init_server_only();
|
|
52753
52702
|
init_parse_error();
|
|
52754
52703
|
init_response_schema();
|
|
52755
52704
|
routeExecutionExecutor = new RouteExecutionExecutor;
|
|
@@ -58169,7 +58118,7 @@ var init_debug = __esm(() => {
|
|
|
58169
58118
|
});
|
|
58170
58119
|
|
|
58171
58120
|
// src/app/api/[locale]/system/unified-interface/cli/vibe-runtime.ts
|
|
58172
|
-
var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.
|
|
58121
|
+
var binaryStartTime, environmentResult, cliPlatform, isCliPackage, projectRoot, CLI_NAME = "vibe-check", CLI_VERSION = "1.0.48", DEFAULT_OUTPUT = "pretty", program2, earlyT;
|
|
58173
58122
|
var init_vibe_runtime = __esm(() => {
|
|
58174
58123
|
init_esm();
|
|
58175
58124
|
init_parse_error();
|
|
@@ -58299,4 +58248,4 @@ export {
|
|
|
58299
58248
|
binaryStartTime
|
|
58300
58249
|
};
|
|
58301
58250
|
|
|
58302
|
-
//# debugId=
|
|
58251
|
+
//# debugId=5D29BD96D3476F9E64756E2164756E21
|