diff --git a/src/build/delta.cc b/src/build/delta.cc index 32a15727..9e502f42 100644 --- a/src/build/delta.cc +++ b/src/build/delta.cc @@ -1006,6 +1006,10 @@ auto delta(const BuildPhase phase, const BuildPlan::Type build_type, case DirectoryDependencyKind::ExternalConfig: rule_dependencies.push_back(configuration_string); break; + case DirectoryDependencyKind::GlobalRoutes: + rule_dependencies.push_back( + (output / "routes.bin").lexically_normal().string()); + break; } } @@ -1271,12 +1275,6 @@ auto delta(const BuildPhase phase, const BuildPlan::Type build_type, {BuildPlan::Action::Type::Remove, comment_path, {}, {}}); } - for (auto &wave : dag_waves) { - if (!wave.empty()) { - plan.waves.push_back(std::move(wave)); - } - } - if (is_full || web_added || web_removed) { std::vector global_wave; for (const auto &rule : GLOBAL_RULES) { @@ -1296,6 +1294,12 @@ auto delta(const BuildPhase phase, const BuildPlan::Type build_type, } } + for (auto &wave : dag_waves) { + if (!wave.empty()) { + plan.waves.push_back(std::move(wave)); + } + } + if (!remove_wave.empty()) { std::ranges::sort(remove_wave, [](const BuildPlan::Action &left, const BuildPlan::Action &right) { diff --git a/src/build/rules.h b/src/build/rules.h index f52c4a66..7d73b387 100644 --- a/src/build/rules.h +++ b/src/build/rules.h @@ -199,7 +199,8 @@ enum class DirectoryDependencyKind : std::uint8_t { ChildDirectories, AllDirectoryListings, SameDirectoryTarget, - ExternalConfig + ExternalConfig, + GlobalRoutes }; struct DirectoryDependency { @@ -207,7 +208,7 @@ struct DirectoryDependency { const char *filename; }; -static constexpr std::size_t MAX_DIRECTORY_DEPENDENCIES = 2; +static constexpr std::size_t MAX_DIRECTORY_DEPENDENCIES = 3; struct DirectoryRule { BuildPlan::Action::Type action; @@ -248,8 +249,10 @@ static constexpr std::array DIRECTORY_RULES{{ .dependencies = {{{.kind = DirectoryDependencyKind::SameDirectoryTarget, .filename = "search.metapack"}, {.kind = DirectoryDependencyKind::ExternalConfig, + .filename = nullptr}, + {.kind = DirectoryDependencyKind::GlobalRoutes, .filename = nullptr}}}, - .dependency_count = 2}, + .dependency_count = 3}, {.action = BuildPlan::Action::Type::WebIndex, .filename = "directory-html.metapack", diff --git a/test/cli/index/common/collection-path-dot.sh b/test/cli/index/common/collection-path-dot.sh index 1be7fb0e..e8b07a1f 100755 --- a/test/cli/index/common/collection-path-dot.sh +++ b/test/cli/index/common/collection-path-dot.sh @@ -125,554 +125,554 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack +( 38%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack +( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/rpc/%/dependents.metapack diff --git a/test/cli/index/common/collection-path-empty.sh b/test/cli/index/common/collection-path-empty.sh index a2b09612..f10cb459 100755 --- a/test/cli/index/common/collection-path-empty.sh +++ b/test/cli/index/common/collection-path-empty.sh @@ -125,554 +125,554 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack +( 38%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack +( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/rpc/%/dependents.metapack diff --git a/test/cli/index/common/collection-path-skips-config-files.sh b/test/cli/index/common/collection-path-skips-config-files.sh index 7272cf58..d97f4b7e 100755 --- a/test/cli/index/common/collection-path-skips-config-files.sh +++ b/test/cli/index/common/collection-path-skips-config-files.sh @@ -148,570 +148,570 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/test/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/test/%/locations.metapack ( 8%) Producing: schemas/example/schemas/test/%/positions.metapack ( 8%) Producing: schemas/example/schemas/test/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/test/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/test/%/health.metapack +( 38%) Producing: schemas/example/schemas/test/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/test/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/test/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/test/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/test/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/test/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/test/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/comment-removed-on-rebuild.sh b/test/cli/index/common/comment-removed-on-rebuild.sh index a9f376a5..8e35a09c 100755 --- a/test/cli/index/common/comment-removed-on-rebuild.sh +++ b/test/cli/index/common/comment-removed-on-rebuild.sh @@ -115,554 +115,554 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# ( 0%) Producing: comment.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack +( 38%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack +( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/rpc/%/dependents.metapack diff --git a/test/cli/index/common/comment-updated-on-rebuild.sh b/test/cli/index/common/comment-updated-on-rebuild.sh index e5800f25..1aefdc3c 100755 --- a/test/cli/index/common/comment-updated-on-rebuild.sh +++ b/test/cli/index/common/comment-updated-on-rebuild.sh @@ -115,554 +115,554 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# ( 0%) Producing: comment.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack +( 38%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack +( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/rpc/%/dependents.metapack diff --git a/test/cli/index/common/draft4-ignore-vocabulary.sh b/test/cli/index/common/draft4-ignore-vocabulary.sh index 1a955ffa..755a9bdc 100755 --- a/test/cli/index/common/draft4-ignore-vocabulary.sh +++ b/test/cli/index/common/draft4-ignore-vocabulary.sh @@ -137,570 +137,570 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/test/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/test/%/locations.metapack ( 8%) Producing: schemas/example/schemas/test/%/positions.metapack ( 8%) Producing: schemas/example/schemas/test/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/test/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/test/%/health.metapack +( 38%) Producing: schemas/example/schemas/test/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/test/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/test/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/test/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/test/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/test/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/test/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/extra-files-on-rebuild.sh b/test/cli/index/common/extra-files-on-rebuild.sh index 5f688c6f..67ca0815 100755 --- a/test/cli/index/common/extra-files-on-rebuild.sh +++ b/test/cli/index/common/extra-files-on-rebuild.sh @@ -133,570 +133,570 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/old/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/old/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/old/%/locations.metapack ( 8%) Producing: schemas/example/schemas/old/%/positions.metapack ( 8%) Producing: schemas/example/schemas/old/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/old/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/old/%/health.metapack +( 38%) Producing: schemas/example/schemas/old/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/old/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/old/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/old/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/old/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/old/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/old/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/fail-bundle-ref-no-fragment.sh b/test/cli/index/common/fail-bundle-ref-no-fragment.sh index 8437a233..3e0401f0 100755 --- a/test/cli/index/common/fail-bundle-ref-no-fragment.sh +++ b/test/cli/index/common/fail-bundle-ref-no-fragment.sh @@ -137,49 +137,50 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/test/%/dependencies.metapack error: Could not resolve schema reference to identifier https://sourcemeta.com/example/schemas/test#foo diff --git a/test/cli/index/common/fail-external-reference.sh b/test/cli/index/common/fail-external-reference.sh index 335053bf..b460f8f1 100755 --- a/test/cli/index/common/fail-external-reference.sh +++ b/test/cli/index/common/fail-external-reference.sh @@ -136,49 +136,50 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/test/%/dependencies.metapack error: Could not resolve the reference to an external schema at identifier https://sourcemeta.com/external diff --git a/test/cli/index/common/fail-invalid-schema-top-level-ref-draft7.sh b/test/cli/index/common/fail-invalid-schema-top-level-ref-draft7.sh index c433f210..ae3f4709 100755 --- a/test/cli/index/common/fail-invalid-schema-top-level-ref-draft7.sh +++ b/test/cli/index/common/fail-invalid-schema-top-level-ref-draft7.sh @@ -137,6 +137,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: A schema with a top-level \`\$ref\` in JSON Schema Draft 7 and older dialects ignores every sibling keywords (like identifiers and meta-schema declarations) and therefore many operations, like bundling, are not possible without undefined behavior diff --git a/test/cli/index/common/fail-invalid-schema.sh b/test/cli/index/common/fail-invalid-schema.sh index 512bc6bc..ec2915ff 100755 --- a/test/cli/index/common/fail-invalid-schema.sh +++ b/test/cli/index/common/fail-invalid-schema.sh @@ -136,6 +136,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: The schema does not adhere to its metaschema diff --git a/test/cli/index/common/fail-no-evaluate-unknown-required-vocabulary.sh b/test/cli/index/common/fail-no-evaluate-unknown-required-vocabulary.sh index bf280400..4328e71a 100755 --- a/test/cli/index/common/fail-no-evaluate-unknown-required-vocabulary.sh +++ b/test/cli/index/common/fail-no-evaluate-unknown-required-vocabulary.sh @@ -150,6 +150,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: schemas/example/custom-meta/%/schema.metapack error: The metaschema requires an unrecognised vocabulary at vocabulary https://example.com/vocab/totally-unknown diff --git a/test/cli/index/common/fail-schema-non-string-dynamic-ref.sh b/test/cli/index/common/fail-schema-non-string-dynamic-ref.sh index e4fa2a29..35c33173 100755 --- a/test/cli/index/common/fail-schema-non-string-dynamic-ref.sh +++ b/test/cli/index/common/fail-schema-non-string-dynamic-ref.sh @@ -136,6 +136,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: The schema does not adhere to its metaschema diff --git a/test/cli/index/common/fail-schema-non-string-ref.sh b/test/cli/index/common/fail-schema-non-string-ref.sh index 5e0e8249..3e63b151 100755 --- a/test/cli/index/common/fail-schema-non-string-ref.sh +++ b/test/cli/index/common/fail-schema-non-string-ref.sh @@ -136,6 +136,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: A schema with a top-level \`\$ref\` in JSON Schema Draft 7 and older dialects ignores every sibling keywords (like identifiers and meta-schema declarations) and therefore many operations, like bundling, are not possible without undefined behavior diff --git a/test/cli/index/common/fail-schema-ref-as-object.sh b/test/cli/index/common/fail-schema-ref-as-object.sh index 1a0c6832..dd6dea5a 100755 --- a/test/cli/index/common/fail-schema-ref-as-object.sh +++ b/test/cli/index/common/fail-schema-ref-as-object.sh @@ -136,6 +136,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: The schema does not adhere to its metaschema diff --git a/test/cli/index/common/fail-schema-self-metaschema.sh b/test/cli/index/common/fail-schema-self-metaschema.sh index 851bb5c1..01cd31aa 100755 --- a/test/cli/index/common/fail-schema-self-metaschema.sh +++ b/test/cli/index/common/fail-schema-self-metaschema.sh @@ -135,6 +135,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: Could not resolve the metaschema of the schema diff --git a/test/cli/index/common/fail-self-referencing-metaschema.sh b/test/cli/index/common/fail-self-referencing-metaschema.sh index a2b78896..9e7a86f6 100755 --- a/test/cli/index/common/fail-self-referencing-metaschema.sh +++ b/test/cli/index/common/fail-self-referencing-metaschema.sh @@ -144,6 +144,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/my-metaschema/%/schema.metapack error: Could not resolve the metaschema of the schema diff --git a/test/cli/index/common/fail-unknown-dialect.sh b/test/cli/index/common/fail-unknown-dialect.sh index 06dbf90e..64faa154 100755 --- a/test/cli/index/common/fail-unknown-dialect.sh +++ b/test/cli/index/common/fail-unknown-dialect.sh @@ -135,6 +135,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/test/%/schema.metapack error: Could not resolve the metaschema of the schema diff --git a/test/cli/index/common/fail-unknown-required-vocabulary-nested-metaschema.sh b/test/cli/index/common/fail-unknown-required-vocabulary-nested-metaschema.sh index a8667b9c..56351ae9 100755 --- a/test/cli/index/common/fail-unknown-required-vocabulary-nested-metaschema.sh +++ b/test/cli/index/common/fail-unknown-required-vocabulary-nested-metaschema.sh @@ -155,9 +155,10 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/meta-a/%/schema.metapack -( 0%) Producing: schemas/example/schemas/meta-b/%/schema.metapack +( 1%) Producing: schemas/example/schemas/meta-b/%/schema.metapack error: The metaschema requires an unrecognised vocabulary at vocabulary https://example.com/vocab/totally-unknown at path $(realpath "$TMP")/schemas/meta-b.json diff --git a/test/cli/index/common/fail-unknown-required-vocabulary-standalone.sh b/test/cli/index/common/fail-unknown-required-vocabulary-standalone.sh index 76348760..7fabfd43 100755 --- a/test/cli/index/common/fail-unknown-required-vocabulary-standalone.sh +++ b/test/cli/index/common/fail-unknown-required-vocabulary-standalone.sh @@ -140,6 +140,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/custom-meta/%/schema.metapack error: The metaschema requires an unrecognised vocabulary diff --git a/test/cli/index/common/fail-unknown-required-vocabulary.sh b/test/cli/index/common/fail-unknown-required-vocabulary.sh index ac4178b1..b7863e1a 100755 --- a/test/cli/index/common/fail-unknown-required-vocabulary.sh +++ b/test/cli/index/common/fail-unknown-required-vocabulary.sh @@ -152,6 +152,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/custom-meta/%/schema.metapack error: The metaschema requires an unrecognised vocabulary diff --git a/test/cli/index/common/fail-url-with-path-external-ref.sh b/test/cli/index/common/fail-url-with-path-external-ref.sh index 04cbdd1a..ca155437 100755 --- a/test/cli/index/common/fail-url-with-path-external-ref.sh +++ b/test/cli/index/common/fail-url-with-path-external-ref.sh @@ -130,212 +130,213 @@ Detecting: $(realpath "$TMP")/schemas/foo.json (#42) (100%) Resolving: test/foo.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 7%) Producing: schemas/test/foo/%/schema.metapack +( 8%) Producing: schemas/test/foo/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/test/foo/%/dependencies.metapack error: Could not resolve the reference to an external schema diff --git a/test/cli/index/common/fail-vocabulary-not-object.sh b/test/cli/index/common/fail-vocabulary-not-object.sh index 5381de4c..b2284aef 100755 --- a/test/cli/index/common/fail-vocabulary-not-object.sh +++ b/test/cli/index/common/fail-vocabulary-not-object.sh @@ -145,6 +145,7 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/custom-meta/%/schema.metapack error: The schema does not adhere to its metaschema diff --git a/test/cli/index/common/manifest-no-api.sh b/test/cli/index/common/manifest-no-api.sh index aa562484..aee0ea5f 100755 --- a/test/cli/index/common/manifest-no-api.sh +++ b/test/cli/index/common/manifest-no-api.sh @@ -49,22 +49,22 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#1) (100%) Resolving: example/test.json ( 5%) Producing: configuration.json ( 11%) Producing: version.json -( 16%) Producing: schemas/example/test/%/schema.metapack -( 22%) Producing: schemas/example/test/%/dependencies.metapack -( 27%) Producing: schemas/example/test/%/locations.metapack -( 33%) Producing: schemas/example/test/%/positions.metapack -( 38%) Producing: schemas/example/test/%/stats.metapack -( 44%) Producing: schemas/example/test/%/bundle.metapack -( 50%) Producing: schemas/example/test/%/health.metapack -( 55%) Producing: explorer/example/test/%/schema.metapack -( 61%) Producing: schemas/example/test/%/blaze-exhaustive.metapack -( 66%) Producing: schemas/example/test/%/blaze-fast.metapack -( 72%) Producing: schemas/example/test/%/editor.metapack -( 77%) Producing: explorer/example/%/directory.metapack -( 83%) Producing: explorer/%/directory.metapack -( 88%) Producing: explorer/%/search.metapack -( 94%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +( 16%) Producing: routes.bin +( 22%) Producing: schemas/example/test/%/schema.metapack +( 27%) Producing: schemas/example/test/%/dependencies.metapack +( 33%) Producing: schemas/example/test/%/locations.metapack +( 38%) Producing: schemas/example/test/%/positions.metapack +( 44%) Producing: schemas/example/test/%/stats.metapack +( 50%) Producing: schemas/example/test/%/bundle.metapack +( 55%) Producing: schemas/example/test/%/health.metapack +( 61%) Producing: explorer/example/test/%/schema.metapack +( 66%) Producing: schemas/example/test/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/example/test/%/blaze-fast.metapack +( 77%) Producing: schemas/example/test/%/editor.metapack +( 83%) Producing: explorer/example/%/directory.metapack +( 88%) Producing: explorer/%/directory.metapack +( 94%) Producing: explorer/%/search.metapack +(100%) Producing: explorer/%/mcp.metapack (100%) Combining: schemas/example/test/%/dependents.metapack EOF diff --git a/test/cli/index/common/rebuild-cache-config-change.sh b/test/cli/index/common/rebuild-cache-config-change.sh index ec729acd..18d396d4 100755 --- a/test/cli/index/common/rebuild-cache-config-change.sh +++ b/test/cli/index/common/rebuild-cache-config-change.sh @@ -204,569 +204,569 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/foo/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/foo/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/foo/%/locations.metapack ( 8%) Producing: schemas/example/schemas/foo/%/positions.metapack ( 8%) Producing: schemas/example/schemas/foo/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/foo/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/foo/%/health.metapack +( 38%) Producing: schemas/example/schemas/foo/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/foo/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/foo/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/foo/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack EOF diff "$TMP/output.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/rebuild-cache.sh b/test/cli/index/common/rebuild-cache.sh index 4cbc3282..2bae304b 100755 --- a/test/cli/index/common/rebuild-cache.sh +++ b/test/cli/index/common/rebuild-cache.sh @@ -132,570 +132,570 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/foo/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/foo/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/foo/%/locations.metapack ( 8%) Producing: schemas/example/schemas/foo/%/positions.metapack ( 8%) Producing: schemas/example/schemas/foo/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/foo/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/foo/%/health.metapack +( 38%) Producing: schemas/example/schemas/foo/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/foo/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/foo/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/foo/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/foo/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/rebuild-deleted-deps.sh b/test/cli/index/common/rebuild-deleted-deps.sh index 04e87781..0b5f4916 100755 --- a/test/cli/index/common/rebuild-deleted-deps.sh +++ b/test/cli/index/common/rebuild-deleted-deps.sh @@ -139,570 +139,570 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/a/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/a/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/a/%/locations.metapack ( 8%) Producing: schemas/example/schemas/a/%/positions.metapack ( 8%) Producing: schemas/example/schemas/a/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/a/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/a/%/health.metapack +( 38%) Producing: schemas/example/schemas/a/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/a/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/a/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/a/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/a/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/a/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/a/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/rebuild-one-to-zero.sh b/test/cli/index/common/rebuild-one-to-zero.sh index 1b5d85aa..ef95160c 100755 --- a/test/cli/index/common/rebuild-one-to-zero.sh +++ b/test/cli/index/common/rebuild-one-to-zero.sh @@ -130,568 +130,568 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/schemas/test/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/schemas/test/%/dependencies.metapack ( 8%) Producing: schemas/schemas/test/%/locations.metapack ( 8%) Producing: schemas/schemas/test/%/positions.metapack ( 8%) Producing: schemas/schemas/test/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack -( 37%) Producing: schemas/schemas/test/%/bundle.metapack +( 38%) Producing: schemas/schemas/test/%/bundle.metapack ( 38%) Producing: schemas/schemas/test/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/schemas/test/%/schema.metapack +( 53%) Producing: explorer/schemas/test/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/schemas/test/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/schemas/test/%/blaze-fast.metapack ( 60%) Producing: schemas/schemas/test/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/schemas/%/directory.metapack ( 82%) Producing: explorer/schemas/test/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack +( 83%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/schemas/test/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/rebuild-url-no-path-to-path.sh b/test/cli/index/common/rebuild-url-no-path-to-path.sh index eccc1ca2..13bfe0eb 100755 --- a/test/cli/index/common/rebuild-url-no-path-to-path.sh +++ b/test/cli/index/common/rebuild-url-no-path-to-path.sh @@ -1062,567 +1062,567 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/foo/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/foo/%/dependencies.metapack ( 8%) Producing: schemas/example/foo/%/locations.metapack ( 8%) Producing: schemas/example/foo/%/positions.metapack ( 8%) Producing: schemas/example/foo/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack -( 37%) Producing: schemas/example/foo/%/bundle.metapack +( 38%) Producing: schemas/example/foo/%/bundle.metapack ( 38%) Producing: schemas/example/foo/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/example/foo/%/schema.metapack +( 53%) Producing: explorer/example/foo/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/foo/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/foo/%/blaze-fast.metapack ( 60%) Producing: schemas/example/foo/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/%/directory.metapack ( 82%) Producing: explorer/example/foo/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack +( 83%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/example/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack EOF diff "$TMP/output.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/rebuild-url-path-to-no-path.sh b/test/cli/index/common/rebuild-url-path-to-no-path.sh index 4d64ae64..0fb100a0 100755 --- a/test/cli/index/common/rebuild-url-path-to-no-path.sh +++ b/test/cli/index/common/rebuild-url-path-to-no-path.sh @@ -1062,568 +1062,568 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/foo/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/foo/%/dependencies.metapack ( 8%) Producing: schemas/example/foo/%/locations.metapack ( 8%) Producing: schemas/example/foo/%/positions.metapack ( 8%) Producing: schemas/example/foo/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack -( 37%) Producing: schemas/example/foo/%/bundle.metapack +( 38%) Producing: schemas/example/foo/%/bundle.metapack ( 38%) Producing: schemas/example/foo/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/example/foo/%/schema.metapack +( 53%) Producing: explorer/example/foo/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/foo/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/foo/%/blaze-fast.metapack ( 60%) Producing: schemas/example/foo/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/%/directory.metapack ( 82%) Producing: explorer/example/foo/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack +( 83%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/example/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack EOF diff "$TMP/output.txt" "$TMP/expected.txt" diff --git a/test/cli/index/common/rebuild-zero-to-one.sh b/test/cli/index/common/rebuild-zero-to-one.sh index 45388dd0..e8cf6971 100755 --- a/test/cli/index/common/rebuild-zero-to-one.sh +++ b/test/cli/index/common/rebuild-zero-to-one.sh @@ -120,554 +120,554 @@ Detecting: $ONE_PREFIX/share/sourcemeta/one/self/v1/schemas/mcp/response.json (# (100%) Resolving: self/v1/schemas/mcp/response.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack -( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack +( 38%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack -( 60%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack +( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack -( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack +( 93%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/rpc/%/dependents.metapack diff --git a/test/cli/index/common/verbose-long.sh b/test/cli/index/common/verbose-long.sh index 3748c805..478b7d9c 100755 --- a/test/cli/index/common/verbose-long.sh +++ b/test/cli/index/common/verbose-long.sh @@ -174,570 +174,570 @@ https://sourcemeta.com/mcp/resources/templates/list/response => https://sourceme https://sourcemeta.com/mcp/response => https://sourcemeta.com/self/v1/schemas/mcp/response ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/foo/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/foo/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/foo/%/locations.metapack ( 8%) Producing: schemas/example/schemas/foo/%/positions.metapack ( 8%) Producing: schemas/example/schemas/foo/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/foo/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/foo/%/health.metapack +( 38%) Producing: schemas/example/schemas/foo/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/foo/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/foo/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/foo/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/foo/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/common/verbose-short.sh b/test/cli/index/common/verbose-short.sh index cf6922a0..7f7649a3 100755 --- a/test/cli/index/common/verbose-short.sh +++ b/test/cli/index/common/verbose-short.sh @@ -174,570 +174,570 @@ https://sourcemeta.com/mcp/resources/templates/list/response => https://sourceme https://sourcemeta.com/mcp/response => https://sourcemeta.com/self/v1/schemas/mcp/response ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/example/schemas/foo/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack +( 8%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack ( 8%) Producing: schemas/example/schemas/foo/%/dependencies.metapack ( 8%) Producing: schemas/example/schemas/foo/%/locations.metapack ( 8%) Producing: schemas/example/schemas/foo/%/positions.metapack ( 8%) Producing: schemas/example/schemas/foo/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/example/schemas/foo/%/bundle.metapack -( 37%) Producing: schemas/example/schemas/foo/%/health.metapack +( 38%) Producing: schemas/example/schemas/foo/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: explorer/example/schemas/foo/%/schema.metapack -( 52%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack +( 53%) Producing: explorer/self/v1/schemas/api/error/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack -( 53%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack +( 54%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 54%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 54%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 55%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema.metapack -( 55%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack +( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 56%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack -( 56%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack +( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/error/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 57%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 57%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 58%) Producing: explorer/self/v1/schemas/mcp/request/%/schema.metapack -( 58%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack +( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 59%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack -( 59%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack +( 60%) Producing: explorer/self/v1/schemas/mcp/response/%/schema.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/example/schemas/foo/%/blaze-fast.metapack ( 60%) Producing: schemas/example/schemas/foo/%/editor.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-exhaustive.metapack ( 60%) Producing: schemas/self/v1/schemas/api/error/%/blaze-fast.metapack -( 60%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack +( 61%) Producing: schemas/self/v1/schemas/api/error/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-exhaustive.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/blaze-fast.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/response/%/editor.metapack ( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-exhaustive.metapack -( 61%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack +( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/list/rpc/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-exhaustive.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/blaze-fast.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/editor.metapack ( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-exhaustive.metapack -( 62%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack +( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-exhaustive.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/blaze-fast.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/editor.metapack ( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-exhaustive.metapack -( 63%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack +( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/editor.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-exhaustive.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/blaze-fast.metapack ( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/editor.metapack -( 64%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack +( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/editor.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-exhaustive.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/blaze-fast.metapack ( 65%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/editor.metapack -( 65%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack +( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/editor.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-exhaustive.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/blaze-fast.metapack ( 66%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/editor.metapack -( 66%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack +( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/blaze-fast.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/editor.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-exhaustive.metapack ( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/blaze-fast.metapack -( 67%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack +( 68%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/blaze-fast.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/editor.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-exhaustive.metapack ( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/blaze-fast.metapack -( 68%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack +( 69%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/blaze-fast.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/position/%/editor.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-exhaustive.metapack ( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/blaze-fast.metapack -( 69%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack +( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-exhaustive.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/blaze-fast.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/editor.metapack ( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-exhaustive.metapack -( 70%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack +( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-exhaustive.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/blaze-fast.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/editor.metapack ( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-exhaustive.metapack -( 71%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack +( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-exhaustive.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/blaze-fast.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/editor.metapack ( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-exhaustive.metapack -( 72%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack +( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/editor.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-exhaustive.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/blaze-fast.metapack ( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/editor.metapack -( 73%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack +( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/editor.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-exhaustive.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/blaze-fast.metapack ( 74%) Producing: schemas/self/v1/schemas/mcp/error/%/editor.metapack -( 74%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack +( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/editor.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-exhaustive.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/blaze-fast.metapack ( 75%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/editor.metapack -( 75%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack +( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/blaze-fast.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/editor.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-exhaustive.metapack ( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/blaze-fast.metapack -( 76%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack +( 77%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/blaze-fast.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/editor.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-exhaustive.metapack ( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/blaze-fast.metapack -( 77%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack +( 78%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/blaze-fast.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/request/%/editor.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-exhaustive.metapack ( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/blaze-fast.metapack -( 78%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack +( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-exhaustive.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/blaze-fast.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/editor.metapack ( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-exhaustive.metapack -( 79%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack +( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-exhaustive.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/blaze-fast.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/editor.metapack ( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-exhaustive.metapack -( 80%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack +( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-exhaustive.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/blaze-fast.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/editor.metapack ( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-exhaustive.metapack -( 81%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack +( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/blaze-fast.metapack ( 82%) Producing: schemas/self/v1/schemas/mcp/response/%/editor.metapack ( 82%) Producing: explorer/example/schemas/%/directory.metapack ( 82%) Producing: explorer/example/schemas/foo/%/schema-html.metapack ( 82%) Producing: explorer/self/v1/schemas/api/error/%/schema-html.metapack -( 82%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack +( 83%) Producing: explorer/self/v1/schemas/api/list/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/list/rpc/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/response/%/schema-html.metapack ( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/rpc/%/schema-html.metapack -( 83%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack +( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/response/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/dependents/rpc/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/request/%/schema-html.metapack ( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/response/%/schema-html.metapack -( 84%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack +( 85%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/response/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/health/rpc/%/schema-html.metapack ( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory.metapack -( 85%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack +( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/locations/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/response/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/metadata/rpc/%/schema-html.metapack ( 86%) Producing: explorer/self/v1/schemas/api/schemas/position/%/schema-html.metapack -( 86%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack +( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/positions/rpc/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/response/%/schema-html.metapack ( 87%) Producing: explorer/self/v1/schemas/api/schemas/search/rpc/%/schema-html.metapack -( 87%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack +( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/response/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/stats/rpc/%/schema-html.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory.metapack ( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/request/%/schema-html.metapack -( 88%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack +( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/response/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/api/schemas/trace/rpc/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/error/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/request/%/schema-html.metapack ( 89%) Producing: explorer/self/v1/schemas/mcp/initialize/response/%/schema-html.metapack -( 89%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack +( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/cancelled/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/notifications/initialized/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/request/%/schema-html.metapack ( 90%) Producing: explorer/self/v1/schemas/mcp/ping/response/%/schema-html.metapack -( 90%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack +( 91%) Producing: explorer/self/v1/schemas/mcp/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/request/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/list/response/%/schema-html.metapack ( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory.metapack -( 91%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack +( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/read/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/request/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/response/%/schema-html.metapack ( 92%) Producing: explorer/self/v1/schemas/mcp/response/%/schema-html.metapack -( 92%) Producing: explorer/example/%/directory.metapack +( 93%) Producing: explorer/example/%/directory.metapack ( 93%) Producing: explorer/example/schemas/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/list/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/%/directory.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependencies/%/directory-html.metapack ( 93%) Producing: explorer/self/v1/schemas/api/schemas/dependents/%/directory-html.metapack -( 93%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack +( 94%) Producing: explorer/self/v1/schemas/api/schemas/evaluate/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/health/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/locations/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/metadata/%/directory-html.metapack ( 94%) Producing: explorer/self/v1/schemas/api/schemas/positions/%/directory-html.metapack -( 94%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack +( 95%) Producing: explorer/self/v1/schemas/api/schemas/search/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/stats/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/api/schemas/trace/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/initialize/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/notifications/%/directory-html.metapack ( 95%) Producing: explorer/self/v1/schemas/mcp/ping/%/directory-html.metapack -( 95%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack +( 96%) Producing: explorer/self/v1/schemas/mcp/resources/list/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/read/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory.metapack ( 96%) Producing: explorer/self/v1/schemas/mcp/resources/templates/list/%/directory-html.metapack ( 96%) Producing: explorer/example/%/directory-html.metapack ( 96%) Producing: explorer/self/v1/schemas/api/%/directory.metapack -( 96%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack +( 97%) Producing: explorer/self/v1/schemas/api/schemas/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/resources/templates/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/api/%/directory-html.metapack ( 97%) Producing: explorer/self/v1/schemas/mcp/%/directory.metapack -( 97%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack +( 98%) Producing: explorer/self/v1/schemas/mcp/resources/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/mcp/%/directory-html.metapack ( 98%) Producing: explorer/self/v1/%/directory.metapack ( 98%) Producing: explorer/self/v1/schemas/%/directory-html.metapack ( 98%) Producing: explorer/self/%/directory.metapack -( 98%) Producing: explorer/self/v1/%/directory-html.metapack +( 99%) Producing: explorer/self/v1/%/directory-html.metapack ( 99%) Producing: explorer/%/directory.metapack ( 99%) Producing: explorer/self/%/directory-html.metapack ( 99%) Producing: explorer/%/directory-html.metapack ( 99%) Producing: explorer/%/search.metapack -( 99%) Producing: explorer/%/mcp.metapack -(100%) Producing: routes.bin +(100%) Producing: explorer/%/mcp.metapack ( 2%) Combining: schemas/example/schemas/foo/%/dependents.metapack ( 4%) Combining: schemas/self/v1/schemas/api/error/%/dependents.metapack ( 7%) Combining: schemas/self/v1/schemas/api/list/response/%/dependents.metapack diff --git a/test/cli/index/community/fail-lint-rule-enterprise-only.sh b/test/cli/index/community/fail-lint-rule-enterprise-only.sh index 52f060aa..21137ecb 100755 --- a/test/cli/index/community/fail-lint-rule-enterprise-only.sh +++ b/test/cli/index/community/fail-lint-rule-enterprise-only.sh @@ -132,297 +132,298 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#42) (100%) Resolving: test/test.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 7%) Producing: schemas/test/test/%/schema.metapack +( 8%) Producing: schemas/test/test/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/test/test/%/dependencies.metapack ( 37%) Producing: schemas/test/test/%/locations.metapack ( 37%) Producing: schemas/test/test/%/positions.metapack ( 37%) Producing: schemas/test/test/%/stats.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack +( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: schemas/test/test/%/bundle.metapack diff --git a/test/cli/index/enterprise/fail-lint-rule-invalid-title.sh b/test/cli/index/enterprise/fail-lint-rule-invalid-title.sh index 9a2d23a3..89824452 100755 --- a/test/cli/index/enterprise/fail-lint-rule-invalid-title.sh +++ b/test/cli/index/enterprise/fail-lint-rule-invalid-title.sh @@ -132,297 +132,298 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#42) (100%) Resolving: test/test.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 7%) Producing: schemas/test/test/%/schema.metapack +( 8%) Producing: schemas/test/test/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/test/test/%/dependencies.metapack ( 37%) Producing: schemas/test/test/%/locations.metapack ( 37%) Producing: schemas/test/test/%/positions.metapack ( 37%) Producing: schemas/test/test/%/stats.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack +( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: schemas/test/test/%/bundle.metapack diff --git a/test/cli/index/enterprise/fail-lint-rule-no-dialect.sh b/test/cli/index/enterprise/fail-lint-rule-no-dialect.sh index ca5fdb5e..8844e07c 100755 --- a/test/cli/index/enterprise/fail-lint-rule-no-dialect.sh +++ b/test/cli/index/enterprise/fail-lint-rule-no-dialect.sh @@ -132,297 +132,298 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#42) (100%) Resolving: test/test.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 7%) Producing: schemas/test/test/%/schema.metapack +( 8%) Producing: schemas/test/test/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/test/test/%/dependencies.metapack ( 37%) Producing: schemas/test/test/%/locations.metapack ( 37%) Producing: schemas/test/test/%/positions.metapack ( 37%) Producing: schemas/test/test/%/stats.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack +( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: schemas/test/test/%/bundle.metapack diff --git a/test/cli/index/enterprise/fail-lint-rule-no-title.sh b/test/cli/index/enterprise/fail-lint-rule-no-title.sh index 2940759c..c5f8516d 100755 --- a/test/cli/index/enterprise/fail-lint-rule-no-title.sh +++ b/test/cli/index/enterprise/fail-lint-rule-no-title.sh @@ -132,297 +132,298 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#42) (100%) Resolving: test/test.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 7%) Producing: schemas/test/test/%/schema.metapack +( 8%) Producing: schemas/test/test/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/test/test/%/dependencies.metapack ( 37%) Producing: schemas/test/test/%/locations.metapack ( 37%) Producing: schemas/test/test/%/positions.metapack ( 37%) Producing: schemas/test/test/%/stats.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack +( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: schemas/test/test/%/bundle.metapack diff --git a/test/cli/index/enterprise/fail-lint-rule-not-found.sh b/test/cli/index/enterprise/fail-lint-rule-not-found.sh index 77c1282b..e0b47fa8 100755 --- a/test/cli/index/enterprise/fail-lint-rule-not-found.sh +++ b/test/cli/index/enterprise/fail-lint-rule-not-found.sh @@ -128,297 +128,298 @@ Detecting: $(realpath "$TMP")/schemas/test.json (#42) (100%) Resolving: test/test.json ( 0%) Producing: configuration.json ( 0%) Producing: version.json +( 0%) Producing: routes.bin ( 0%) Producing: explorer/%/404.metapack ( 0%) Producing: schemas/self/v1/schemas/api/error/%/schema.metapack -( 0%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack +( 1%) Producing: schemas/self/v1/schemas/api/list/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/list/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/schema.metapack ( 1%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/schema.metapack -( 1%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack +( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/schema.metapack ( 2%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/schema.metapack -( 2%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack +( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/position/%/schema.metapack ( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/schema.metapack -( 3%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack +( 4%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/schema.metapack ( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/schema.metapack -( 4%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack +( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/error/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/schema.metapack ( 5%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/schema.metapack -( 5%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack +( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/request/%/schema.metapack ( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/schema.metapack -( 6%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack +( 7%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/schema.metapack ( 7%) Producing: schemas/self/v1/schemas/mcp/response/%/schema.metapack -( 7%) Producing: schemas/test/test/%/schema.metapack +( 8%) Producing: schemas/test/test/%/schema.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/dependencies.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/locations.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/positions.metapack ( 8%) Producing: schemas/self/v1/schemas/api/error/%/stats.metapack -( 8%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack +( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/locations.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/positions.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/response/%/stats.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/dependencies.metapack ( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/locations.metapack -( 9%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack +( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/list/rpc/%/stats.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/dependencies.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/locations.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/positions.metapack ( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/stats.metapack -( 10%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack +( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/dependencies.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/locations.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/positions.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/stats.metapack ( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/dependencies.metapack -( 11%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack +( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/positions.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/stats.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/dependencies.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/locations.metapack ( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/positions.metapack -( 12%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack +( 13%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/stats.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/dependencies.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/locations.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/positions.metapack ( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/stats.metapack -( 13%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack +( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/locations.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/positions.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/stats.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/dependencies.metapack ( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/locations.metapack -( 14%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack +( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/stats.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/dependencies.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/locations.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/positions.metapack ( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/stats.metapack -( 15%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack +( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/dependencies.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/locations.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/positions.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/stats.metapack ( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/dependencies.metapack -( 16%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack +( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/positions.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/stats.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/dependencies.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/locations.metapack ( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/positions.metapack -( 17%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack +( 18%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/dependencies.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/locations.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/positions.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/stats.metapack ( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/dependencies.metapack -( 18%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack +( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/locations.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/positions.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/stats.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/dependencies.metapack ( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/locations.metapack -( 19%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack +( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/position/%/stats.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/dependencies.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/locations.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/positions.metapack ( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/stats.metapack -( 20%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack +( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/locations.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/positions.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/stats.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/dependencies.metapack ( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/locations.metapack -( 21%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack +( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/positions.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/stats.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/dependencies.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/locations.metapack ( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/positions.metapack -( 22%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack +( 23%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/dependencies.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/locations.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/positions.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/stats.metapack ( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/dependencies.metapack -( 23%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack +( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/locations.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/positions.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/stats.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/dependencies.metapack ( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/locations.metapack -( 24%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack +( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/stats.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/dependencies.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/locations.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/positions.metapack ( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/stats.metapack -( 25%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack +( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/locations.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/positions.metapack ( 26%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/stats.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/dependencies.metapack ( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/locations.metapack -( 26%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack +( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/positions.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/error/%/stats.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/dependencies.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/locations.metapack ( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/positions.metapack -( 27%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack +( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/dependencies.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/locations.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/positions.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/stats.metapack ( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/dependencies.metapack -( 28%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack +( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/positions.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/stats.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/dependencies.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/locations.metapack ( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/positions.metapack -( 29%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack +( 30%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/stats.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/dependencies.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/locations.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/positions.metapack ( 30%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/stats.metapack -( 30%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack +( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/locations.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/positions.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/stats.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/dependencies.metapack ( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/locations.metapack -( 31%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack +( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/request/%/stats.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/dependencies.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/locations.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/positions.metapack ( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/stats.metapack -( 32%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack +( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/dependencies.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/locations.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/positions.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/stats.metapack ( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/dependencies.metapack -( 33%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack +( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/positions.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/stats.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/dependencies.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/locations.metapack ( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/positions.metapack -( 34%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack +( 35%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/dependencies.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/locations.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/positions.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/stats.metapack ( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/dependencies.metapack -( 35%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack +( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/locations.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/positions.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/stats.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/dependencies.metapack ( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/locations.metapack -( 36%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack +( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/positions.metapack ( 37%) Producing: schemas/self/v1/schemas/mcp/response/%/stats.metapack ( 37%) Producing: schemas/test/test/%/dependencies.metapack ( 37%) Producing: schemas/test/test/%/locations.metapack ( 37%) Producing: schemas/test/test/%/positions.metapack ( 37%) Producing: schemas/test/test/%/stats.metapack -( 37%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack +( 38%) Producing: schemas/self/v1/schemas/api/error/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/error/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/bundle.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/response/%/health.metapack ( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/bundle.metapack -( 38%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack +( 39%) Producing: schemas/self/v1/schemas/api/list/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/response/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/bundle.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependencies/rpc/%/health.metapack ( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/bundle.metapack -( 39%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack +( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/response/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/dependents/rpc/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/bundle.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/request/%/health.metapack ( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/bundle.metapack -( 40%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack +( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/response/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/evaluate/rpc/%/health.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/bundle.metapack ( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/response/%/health.metapack -( 41%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack +( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/health/rpc/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/response/%/health.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/bundle.metapack ( 42%) Producing: schemas/self/v1/schemas/api/schemas/locations/rpc/%/health.metapack -( 42%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack +( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/response/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/metadata/rpc/%/health.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/bundle.metapack ( 43%) Producing: schemas/self/v1/schemas/api/schemas/position/%/health.metapack -( 43%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack +( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/response/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/bundle.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/positions/rpc/%/health.metapack ( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/bundle.metapack -( 44%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack +( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/search/rpc/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/bundle.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/response/%/health.metapack ( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/bundle.metapack -( 45%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack +( 46%) Producing: schemas/self/v1/schemas/api/schemas/stats/rpc/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/request/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/bundle.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/response/%/health.metapack ( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/bundle.metapack -( 46%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack +( 47%) Producing: schemas/self/v1/schemas/api/schemas/trace/rpc/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/error/%/health.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/bundle.metapack ( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/request/%/health.metapack -( 47%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack +( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/initialize/response/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/cancelled/%/health.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/bundle.metapack ( 48%) Producing: schemas/self/v1/schemas/mcp/notifications/initialized/%/health.metapack -( 48%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack +( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/request/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/bundle.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/ping/response/%/health.metapack ( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/bundle.metapack -( 49%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack +( 50%) Producing: schemas/self/v1/schemas/mcp/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/request/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/bundle.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/list/response/%/health.metapack ( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/bundle.metapack -( 50%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack +( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/read/response/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/bundle.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/request/%/health.metapack ( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/bundle.metapack -( 51%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack +( 52%) Producing: schemas/self/v1/schemas/mcp/resources/templates/list/response/%/health.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/bundle.metapack ( 52%) Producing: schemas/self/v1/schemas/mcp/response/%/health.metapack ( 52%) Producing: schemas/test/test/%/bundle.metapack diff --git a/test/unit/build/build_delta_test.cc b/test/unit/build/build_delta_test.cc index e409218a..3f8d1e89 100644 --- a/test/unit/build/build_delta_test.cc +++ b/test/unit/build/build_delta_test.cc @@ -26,24 +26,24 @@ TEST(Build_delta, full_empty_registry) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, DirectoryList, + EXPECT_ACTION(plan, 2, 1, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", ""); - EXPECT_ACTION(plan, 2, 0, 2, WebIndex, + EXPECT_ACTION(plan, 3, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 3, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 3, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 4, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 4, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES(plan, entries, output / "configuration.json", @@ -73,84 +73,84 @@ TEST(Build_delta, full_single_schema) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, Materialise, + EXPECT_ACTION(plan, 2, 1, 2, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 5, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, Editor, + EXPECT_ACTION(plan, 5, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, WebSchema, + EXPECT_ACTION(plan, 6, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 6, 0, 2, WebIndex, + EXPECT_ACTION(plan, 7, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 7, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -247,81 +247,81 @@ TEST(Build_delta, incremental_missing_schema_metapack) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 17); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "bar" / "%" / "schema.metapack", "https://example.com/bar", std::filesystem::path{"/"} / "src" / "bar.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "bar" / "%" / "dependencies.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "bar" / "%" / "locations.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "bar" / "%" / "positions.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "bar" / "%" / "stats.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "bar" / "%" / "bundle.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack", output / "schemas" / "bar" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "bar" / "%" / "health.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack", output / "schemas" / "bar" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, output / "explorer" / "bar" / "%" / "schema.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "schema.metapack", output / "schemas" / "bar" / "%" / "health.metapack", output / "schemas" / "bar" / "%" / "dependencies.metapack", output / "schemas" / "bar" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, output / "schemas" / "bar" / "%" / "blaze-exhaustive.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, output / "schemas" / "bar" / "%" / "blaze-fast.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 4, Editor, + EXPECT_ACTION(plan, 4, 3, 4, Editor, output / "schemas" / "bar" / "%" / "editor.metapack", "https://example.com/bar", output / "schemas" / "bar" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "bar" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "bar" / "%" / "schema-html.metapack", "https://example.com/bar", output / "explorer" / "bar" / "%" / "schema.metapack", output / "schemas" / "bar" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -476,7 +476,7 @@ TEST(Build_delta, incremental_one_schema_added) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -532,84 +532,84 @@ TEST(Build_delta, full_stale_file_in_entries) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, Materialise, + EXPECT_ACTION(plan, 2, 1, 2, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 5, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, Editor, + EXPECT_ACTION(plan, 5, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, WebSchema, + EXPECT_ACTION(plan, 6, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 6, 0, 2, WebIndex, + EXPECT_ACTION(plan, 7, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 7, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 9, 0, 1, Remove, output / "schemas" / "ghost", ""); @@ -654,84 +654,84 @@ TEST(Build_delta, full_stale_directory_in_entries) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, Materialise, + EXPECT_ACTION(plan, 2, 1, 2, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 5, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, Editor, + EXPECT_ACTION(plan, 5, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, WebSchema, + EXPECT_ACTION(plan, 6, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 6, 0, 2, WebIndex, + EXPECT_ACTION(plan, 7, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 7, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 9, 0, 1, Remove, output / "schemas" / "ghost", ""); @@ -773,24 +773,24 @@ TEST(Build_delta, full_with_comment) { ""); EXPECT_ACTION(plan, 0, 2, 3, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, DirectoryList, + EXPECT_ACTION(plan, 2, 1, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", ""); - EXPECT_ACTION(plan, 2, 0, 2, WebIndex, + EXPECT_ACTION(plan, 3, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 3, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 3, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 4, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 4, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES(plan, entries, output / "comment.json", @@ -821,24 +821,24 @@ TEST(Build_delta, full_without_comment_removes_existing) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, DirectoryList, + EXPECT_ACTION(plan, 2, 1, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", ""); - EXPECT_ACTION(plan, 2, 0, 2, WebIndex, + EXPECT_ACTION(plan, 3, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 3, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 3, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 4, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 4, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 5, 0, 1, Remove, output / "comment.json", ""); @@ -871,81 +871,81 @@ TEST(Build_delta, incremental_with_comment) { EXPECT_ACTION(plan, 0, 0, 1, Comment, output / "comment.json", "Hello world"); - EXPECT_ACTION(plan, 1, 0, 1, Materialise, + EXPECT_ACTION(plan, 2, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 5, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, Editor, + EXPECT_ACTION(plan, 5, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, WebSchema, + EXPECT_ACTION(plan, 6, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 6, 0, 2, WebIndex, + EXPECT_ACTION(plan, 7, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 7, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES(plan, entries, output / "version.json", @@ -989,81 +989,81 @@ TEST(Build_delta, incremental_empty_comment_removes_existing) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 9, 18); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 4, Editor, + EXPECT_ACTION(plan, 4, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 8, 0, 1, Remove, output / "comment.json", ""); @@ -1203,7 +1203,7 @@ TEST(Build_delta, incremental_schema_removed_cleans_stale_entries) { EXPECT_ACTION(plan, 2, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_ACTION(plan, 3, 0, 2, Remove, output / "explorer" / "foo", ""); EXPECT_ACTION(plan, 3, 1, 2, Remove, output / "schemas", ""); @@ -1256,7 +1256,7 @@ TEST(Build_delta, remove_wave_deduplicates_children_of_removed_directories) { EXPECT_ACTION(plan, 2, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_ACTION(plan, 3, 0, 2, Remove, output / "explorer" / "foo", ""); EXPECT_ACTION(plan, 3, 1, 2, Remove, output / "schemas", ""); @@ -1301,24 +1301,24 @@ TEST(Build_delta, full_config_change_to_empty_schemas) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, DirectoryList, + EXPECT_ACTION(plan, 2, 1, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", ""); - EXPECT_ACTION(plan, 2, 0, 2, WebIndex, + EXPECT_ACTION(plan, 3, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 3, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 3, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 4, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 4, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 5, 0, 2, Remove, output / "explorer" / "foo", ""); @@ -1350,76 +1350,76 @@ TEST(Build_delta, full_single_schema_evaluate_false) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, Materialise, + EXPECT_ACTION(plan, 2, 1, 2, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 2, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, Editor, + EXPECT_ACTION(plan, 5, 1, 2, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, WebSchema, + EXPECT_ACTION(plan, 6, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 6, 0, 2, WebIndex, + EXPECT_ACTION(plan, 7, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 7, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -1463,76 +1463,76 @@ TEST(Build_delta, full_evaluate_false_removes_existing_blaze) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 2, WebNotFound, + EXPECT_ACTION(plan, 2, 0, 2, WebNotFound, output / "explorer" / "%" / "404.metapack", "", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 1, 2, Materialise, + EXPECT_ACTION(plan, 2, 1, 2, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 2, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, Editor, + EXPECT_ACTION(plan, 5, 1, 2, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, WebSchema, + EXPECT_ACTION(plan, 6, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 6, 0, 2, WebIndex, + EXPECT_ACTION(plan, 7, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 7, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 9, 0, 2, Remove, @@ -1577,73 +1577,73 @@ TEST(Build_delta, incremental_evaluate_false) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 15); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 2, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Editor, + EXPECT_ACTION(plan, 4, 1, 2, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES(plan, entries, output / "version.json", @@ -1715,7 +1715,7 @@ TEST(Build_delta, incremental_missing_blaze_exhaustive) { EXPECT_ACTION(plan, 2, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -1816,7 +1816,7 @@ TEST(Build_delta, incremental_missing_bundle) { EXPECT_ACTION(plan, 4, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -1891,7 +1891,7 @@ TEST(Build_delta, incremental_missing_web_schema) { EXPECT_ACTION(plan, 2, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -2115,7 +2115,7 @@ TEST(Build_delta, mtime_source_newer) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -2255,7 +2255,7 @@ TEST(Build_delta, mtime_no_entry) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -2394,7 +2394,7 @@ TEST(Build_delta, mtime_no_file_mark) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -2444,137 +2444,137 @@ TEST(Build_delta, incremental_reverse_dep_direct) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 29); - EXPECT_ACTION(plan, 0, 0, 2, Materialise, + EXPECT_ACTION(plan, 1, 0, 2, Materialise, output / "schemas" / "a" / "%" / "schema.metapack", "https://example.com/a", std::filesystem::path{"/"} / "src" / "a.json", output / "configuration.json"); - EXPECT_ACTION(plan, 0, 1, 2, Materialise, + EXPECT_ACTION(plan, 1, 1, 2, Materialise, output / "schemas" / "b" / "%" / "schema.metapack", "https://example.com/b", std::filesystem::path{"/"} / "src" / "b.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 8, Dependencies, + EXPECT_ACTION(plan, 2, 0, 8, Dependencies, output / "schemas" / "a" / "%" / "dependencies.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 8, Locations, + EXPECT_ACTION(plan, 2, 1, 8, Locations, output / "schemas" / "a" / "%" / "locations.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 8, Positions, + EXPECT_ACTION(plan, 2, 2, 8, Positions, output / "schemas" / "a" / "%" / "positions.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 8, Stats, + EXPECT_ACTION(plan, 2, 3, 8, Stats, output / "schemas" / "a" / "%" / "stats.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 4, 8, Dependencies, + EXPECT_ACTION(plan, 2, 4, 8, Dependencies, output / "schemas" / "b" / "%" / "dependencies.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 5, 8, Locations, + EXPECT_ACTION(plan, 2, 5, 8, Locations, output / "schemas" / "b" / "%" / "locations.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 6, 8, Positions, + EXPECT_ACTION(plan, 2, 6, 8, Positions, output / "schemas" / "b" / "%" / "positions.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 7, 8, Stats, + EXPECT_ACTION(plan, 2, 7, 8, Stats, output / "schemas" / "b" / "%" / "stats.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 4, Bundle, + EXPECT_ACTION(plan, 3, 0, 4, Bundle, output / "schemas" / "a" / "%" / "bundle.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Health, + EXPECT_ACTION(plan, 3, 1, 4, Health, output / "schemas" / "a" / "%" / "health.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Bundle, + EXPECT_ACTION(plan, 3, 2, 4, Bundle, output / "schemas" / "b" / "%" / "bundle.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Health, + EXPECT_ACTION(plan, 3, 3, 4, Health, output / "schemas" / "b" / "%" / "health.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 8, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 8, SchemaMetadata, output / "explorer" / "a" / "%" / "schema.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "health.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 8, SchemaMetadata, + EXPECT_ACTION(plan, 4, 1, 8, SchemaMetadata, output / "explorer" / "b" / "%" / "schema.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "health.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 8, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 2, 8, BlazeExhaustive, output / "schemas" / "a" / "%" / "blaze-exhaustive.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 8, BlazeFast, + EXPECT_ACTION(plan, 4, 3, 8, BlazeFast, output / "schemas" / "a" / "%" / "blaze-fast.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 4, 8, Editor, + EXPECT_ACTION(plan, 4, 4, 8, Editor, output / "schemas" / "a" / "%" / "editor.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 5, 8, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 5, 8, BlazeExhaustive, output / "schemas" / "b" / "%" / "blaze-exhaustive.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 6, 8, BlazeFast, + EXPECT_ACTION(plan, 4, 6, 8, BlazeFast, output / "schemas" / "b" / "%" / "blaze-fast.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 7, 8, Editor, + EXPECT_ACTION(plan, 4, 7, 8, Editor, output / "schemas" / "b" / "%" / "editor.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION_UNORDERED(plan, 4, 0, 3, DirectoryList, + EXPECT_ACTION_UNORDERED(plan, 5, 0, 3, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "a" / "%" / "schema.metapack", output / "explorer" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 3, WebSchema, + EXPECT_ACTION(plan, 5, 1, 3, WebSchema, output / "explorer" / "a" / "%" / "schema-html.metapack", "https://example.com/a", output / "explorer" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 4, 2, 3, WebSchema, + EXPECT_ACTION(plan, 5, 2, 3, WebSchema, output / "explorer" / "b" / "%" / "schema-html.metapack", "https://example.com/b", output / "explorer" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -2643,193 +2643,193 @@ TEST(Build_delta, incremental_reverse_dep_transitive) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 41); - EXPECT_ACTION(plan, 0, 0, 3, Materialise, + EXPECT_ACTION(plan, 1, 0, 3, Materialise, output / "schemas" / "a" / "%" / "schema.metapack", "https://example.com/a", std::filesystem::path{"/"} / "src" / "a.json", output / "configuration.json"); - EXPECT_ACTION(plan, 0, 1, 3, Materialise, + EXPECT_ACTION(plan, 1, 1, 3, Materialise, output / "schemas" / "b" / "%" / "schema.metapack", "https://example.com/b", std::filesystem::path{"/"} / "src" / "b.json", output / "configuration.json"); - EXPECT_ACTION(plan, 0, 2, 3, Materialise, + EXPECT_ACTION(plan, 1, 2, 3, Materialise, output / "schemas" / "c" / "%" / "schema.metapack", "https://example.com/c", std::filesystem::path{"/"} / "src" / "c.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 12, Dependencies, + EXPECT_ACTION(plan, 2, 0, 12, Dependencies, output / "schemas" / "a" / "%" / "dependencies.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 12, Locations, + EXPECT_ACTION(plan, 2, 1, 12, Locations, output / "schemas" / "a" / "%" / "locations.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 12, Positions, + EXPECT_ACTION(plan, 2, 2, 12, Positions, output / "schemas" / "a" / "%" / "positions.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 12, Stats, + EXPECT_ACTION(plan, 2, 3, 12, Stats, output / "schemas" / "a" / "%" / "stats.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 4, 12, Dependencies, + EXPECT_ACTION(plan, 2, 4, 12, Dependencies, output / "schemas" / "b" / "%" / "dependencies.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 5, 12, Locations, + EXPECT_ACTION(plan, 2, 5, 12, Locations, output / "schemas" / "b" / "%" / "locations.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 6, 12, Positions, + EXPECT_ACTION(plan, 2, 6, 12, Positions, output / "schemas" / "b" / "%" / "positions.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 7, 12, Stats, + EXPECT_ACTION(plan, 2, 7, 12, Stats, output / "schemas" / "b" / "%" / "stats.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 8, 12, Dependencies, + EXPECT_ACTION(plan, 2, 8, 12, Dependencies, output / "schemas" / "c" / "%" / "dependencies.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 9, 12, Locations, + EXPECT_ACTION(plan, 2, 9, 12, Locations, output / "schemas" / "c" / "%" / "locations.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 10, 12, Positions, + EXPECT_ACTION(plan, 2, 10, 12, Positions, output / "schemas" / "c" / "%" / "positions.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 11, 12, Stats, + EXPECT_ACTION(plan, 2, 11, 12, Stats, output / "schemas" / "c" / "%" / "stats.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 6, Bundle, + EXPECT_ACTION(plan, 3, 0, 6, Bundle, output / "schemas" / "a" / "%" / "bundle.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 6, Health, + EXPECT_ACTION(plan, 3, 1, 6, Health, output / "schemas" / "a" / "%" / "health.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 2, 6, Bundle, + EXPECT_ACTION(plan, 3, 2, 6, Bundle, output / "schemas" / "b" / "%" / "bundle.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 3, 6, Health, + EXPECT_ACTION(plan, 3, 3, 6, Health, output / "schemas" / "b" / "%" / "health.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 4, 6, Bundle, + EXPECT_ACTION(plan, 3, 4, 6, Bundle, output / "schemas" / "c" / "%" / "bundle.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack", output / "schemas" / "c" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 5, 6, Health, + EXPECT_ACTION(plan, 3, 5, 6, Health, output / "schemas" / "c" / "%" / "health.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack", output / "schemas" / "c" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 12, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 12, SchemaMetadata, output / "explorer" / "a" / "%" / "schema.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "health.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 12, SchemaMetadata, + EXPECT_ACTION(plan, 4, 1, 12, SchemaMetadata, output / "explorer" / "b" / "%" / "schema.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "health.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 12, SchemaMetadata, + EXPECT_ACTION(plan, 4, 2, 12, SchemaMetadata, output / "explorer" / "c" / "%" / "schema.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "schema.metapack", output / "schemas" / "c" / "%" / "health.metapack", output / "schemas" / "c" / "%" / "dependencies.metapack", output / "schemas" / "c" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 12, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 3, 12, BlazeExhaustive, output / "schemas" / "a" / "%" / "blaze-exhaustive.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 4, 12, BlazeFast, + EXPECT_ACTION(plan, 4, 4, 12, BlazeFast, output / "schemas" / "a" / "%" / "blaze-fast.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 5, 12, Editor, + EXPECT_ACTION(plan, 4, 5, 12, Editor, output / "schemas" / "a" / "%" / "editor.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 6, 12, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 6, 12, BlazeExhaustive, output / "schemas" / "b" / "%" / "blaze-exhaustive.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 7, 12, BlazeFast, + EXPECT_ACTION(plan, 4, 7, 12, BlazeFast, output / "schemas" / "b" / "%" / "blaze-fast.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 8, 12, Editor, + EXPECT_ACTION(plan, 4, 8, 12, Editor, output / "schemas" / "b" / "%" / "editor.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 9, 12, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 9, 12, BlazeExhaustive, output / "schemas" / "c" / "%" / "blaze-exhaustive.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 10, 12, BlazeFast, + EXPECT_ACTION(plan, 4, 10, 12, BlazeFast, output / "schemas" / "c" / "%" / "blaze-fast.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 11, 12, Editor, + EXPECT_ACTION(plan, 4, 11, 12, Editor, output / "schemas" / "c" / "%" / "editor.metapack", "https://example.com/c", output / "schemas" / "c" / "%" / "bundle.metapack"); - EXPECT_ACTION_UNORDERED(plan, 4, 0, 4, DirectoryList, + EXPECT_ACTION_UNORDERED(plan, 5, 0, 4, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "a" / "%" / "schema.metapack", output / "explorer" / "b" / "%" / "schema.metapack", output / "explorer" / "c" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, WebSchema, + EXPECT_ACTION(plan, 5, 1, 4, WebSchema, output / "explorer" / "a" / "%" / "schema-html.metapack", "https://example.com/a", output / "explorer" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, WebSchema, + EXPECT_ACTION(plan, 5, 2, 4, WebSchema, output / "explorer" / "b" / "%" / "schema-html.metapack", "https://example.com/b", output / "explorer" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, WebSchema, + EXPECT_ACTION(plan, 5, 3, 4, WebSchema, output / "explorer" / "c" / "%" / "schema-html.metapack", "https://example.com/c", output / "explorer" / "c" / "%" / "schema.metapack", output / "schemas" / "c" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -2907,132 +2907,132 @@ TEST(Build_delta, mtime_reverse_dep) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 28); - EXPECT_ACTION(plan, 0, 0, 5, Materialise, + EXPECT_ACTION(plan, 1, 0, 5, Materialise, output / "schemas" / "a" / "%" / "schema.metapack", "https://example.com/a", std::filesystem::path{"/"} / "src" / "a.json", output / "configuration.json"); - EXPECT_ACTION(plan, 0, 1, 5, Dependencies, + EXPECT_ACTION(plan, 1, 1, 5, Dependencies, output / "schemas" / "b" / "%" / "dependencies.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 0, 2, 5, Locations, + EXPECT_ACTION(plan, 1, 2, 5, Locations, output / "schemas" / "b" / "%" / "locations.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 0, 3, 5, Positions, + EXPECT_ACTION(plan, 1, 3, 5, Positions, output / "schemas" / "b" / "%" / "positions.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 0, 4, 5, Stats, + EXPECT_ACTION(plan, 1, 4, 5, Stats, output / "schemas" / "b" / "%" / "stats.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 0, 6, Dependencies, + EXPECT_ACTION(plan, 2, 0, 6, Dependencies, output / "schemas" / "a" / "%" / "dependencies.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 6, Locations, + EXPECT_ACTION(plan, 2, 1, 6, Locations, output / "schemas" / "a" / "%" / "locations.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 6, Positions, + EXPECT_ACTION(plan, 2, 2, 6, Positions, output / "schemas" / "a" / "%" / "positions.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 6, Stats, + EXPECT_ACTION(plan, 2, 3, 6, Stats, output / "schemas" / "a" / "%" / "stats.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 4, 6, Bundle, + EXPECT_ACTION(plan, 2, 4, 6, Bundle, output / "schemas" / "b" / "%" / "bundle.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 1, 5, 6, Health, + EXPECT_ACTION(plan, 2, 5, 6, Health, output / "schemas" / "b" / "%" / "health.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 0, 6, SchemaMetadata, + EXPECT_ACTION(plan, 3, 0, 6, SchemaMetadata, output / "explorer" / "b" / "%" / "schema.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "health.metapack", output / "schemas" / "b" / "%" / "dependencies.metapack", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 2, 1, 6, Bundle, + EXPECT_ACTION(plan, 3, 1, 6, Bundle, output / "schemas" / "a" / "%" / "bundle.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 2, 6, Health, + EXPECT_ACTION(plan, 3, 2, 6, Health, output / "schemas" / "a" / "%" / "health.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 3, 6, BlazeExhaustive, + EXPECT_ACTION(plan, 3, 3, 6, BlazeExhaustive, output / "schemas" / "b" / "%" / "blaze-exhaustive.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 2, 4, 6, BlazeFast, + EXPECT_ACTION(plan, 3, 4, 6, BlazeFast, output / "schemas" / "b" / "%" / "blaze-fast.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 2, 5, 6, Editor, + EXPECT_ACTION(plan, 3, 5, 6, Editor, output / "schemas" / "b" / "%" / "editor.metapack", "https://example.com/b", output / "schemas" / "b" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 0, 5, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 5, SchemaMetadata, output / "explorer" / "a" / "%" / "schema.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "health.metapack", output / "schemas" / "a" / "%" / "dependencies.metapack", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 5, WebSchema, + EXPECT_ACTION(plan, 4, 1, 5, WebSchema, output / "explorer" / "b" / "%" / "schema-html.metapack", "https://example.com/b", output / "explorer" / "b" / "%" / "schema.metapack", output / "schemas" / "b" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 3, 2, 5, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 2, 5, BlazeExhaustive, output / "schemas" / "a" / "%" / "blaze-exhaustive.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 5, BlazeFast, + EXPECT_ACTION(plan, 4, 3, 5, BlazeFast, output / "schemas" / "a" / "%" / "blaze-fast.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 4, 5, Editor, + EXPECT_ACTION(plan, 4, 4, 5, Editor, output / "schemas" / "a" / "%" / "editor.metapack", "https://example.com/a", output / "schemas" / "a" / "%" / "bundle.metapack"); - EXPECT_ACTION_UNORDERED(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION_UNORDERED(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "a" / "%" / "schema.metapack", output / "explorer" / "b" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "a" / "%" / "schema-html.metapack", "https://example.com/a", output / "explorer" / "a" / "%" / "schema.metapack", output / "schemas" / "a" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -3090,73 +3090,73 @@ TEST(Build_delta, incremental_evaluate_false_removes_existing_blaze) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 9, 17); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 2, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Editor, + EXPECT_ACTION(plan, 4, 1, 2, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_ACTION(plan, 8, 0, 2, Remove, @@ -3199,18 +3199,18 @@ TEST(Build_delta, headless_full_empty_registry) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 1, DirectoryList, + EXPECT_ACTION(plan, 2, 0, 1, DirectoryList, output / "explorer" / "%" / "directory.metapack", ""); - EXPECT_ACTION(plan, 2, 0, 1, SearchIndex, + EXPECT_ACTION(plan, 3, 0, 1, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 3, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 4, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 4, 0, 1, Routes, output / "routes.bin", "Headless", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Headless", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -3236,73 +3236,73 @@ TEST(Build_delta, headless_full_single_schema) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 1, Materialise, + EXPECT_ACTION(plan, 2, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 5, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, Editor, + EXPECT_ACTION(plan, 5, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 1, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 1, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, SearchIndex, + EXPECT_ACTION(plan, 7, 0, 1, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Headless", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Headless", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -3330,6 +3330,8 @@ TEST(Build_delta, headless_incremental) { {.file_mark = MTIME(100), .dependencies = {}}); entries.emplace(output / "configuration.json", {.file_mark = MTIME(100), .dependencies = {}}); + entries.emplace(output / "routes.bin", + {.file_mark = MTIME(100), .dependencies = {}}); const sourcemeta::one::Resolver::Views schemas{ {"https://example.com/foo", {"/src/foo.json", "foo", MTIME(100)}}}; const auto plan{ @@ -3403,7 +3405,7 @@ TEST(Build_delta, headless_incremental) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -3420,7 +3422,7 @@ TEST(Build_delta, headless_incremental) { output / "explorer" / "foo" / "%" / "schema.metapack", output / "explorer" / "%" / "search.metapack", output / "explorer" / "%" / "mcp.metapack", - output / "explorer" / "%" / "directory.metapack"); + output / "explorer" / "%" / "directory.metapack", output / "routes.bin"); } TEST(Build_delta, full_to_headless_removes_web) { @@ -3451,73 +3453,73 @@ TEST(Build_delta, full_to_headless_removes_web) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Headless, 9, 19); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 4, Editor, + EXPECT_ACTION(plan, 4, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 1, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 1, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 5, 0, 1, SearchIndex, + EXPECT_ACTION(plan, 6, 0, 1, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Headless", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Headless", output / "configuration.json"); EXPECT_ACTION(plan, 8, 0, 4, Remove, @@ -3625,81 +3627,81 @@ TEST(Build_delta, headless_to_full_incremental) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 17); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 4, Editor, + EXPECT_ACTION(plan, 4, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -3771,81 +3773,81 @@ TEST(Build_delta, headless_to_full_full_rebuild) { EXPECT_CONSISTENT_PLAN(plan, entries, output, Full, 8, 17); - EXPECT_ACTION(plan, 0, 0, 1, Materialise, + EXPECT_ACTION(plan, 1, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 1, 0, 4, Dependencies, + EXPECT_ACTION(plan, 2, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 1, 4, Locations, + EXPECT_ACTION(plan, 2, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 2, 4, Positions, + EXPECT_ACTION(plan, 2, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 1, 3, 4, Stats, + EXPECT_ACTION(plan, 2, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 0, 2, Bundle, + EXPECT_ACTION(plan, 3, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 2, 1, 2, Health, + EXPECT_ACTION(plan, 3, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 3, 3, 4, Editor, + EXPECT_ACTION(plan, 4, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 0, 2, DirectoryList, + EXPECT_ACTION(plan, 5, 0, 2, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 4, 1, 2, WebSchema, + EXPECT_ACTION(plan, 5, 1, 2, WebSchema, output / "explorer" / "foo" / "%" / "schema-html.metapack", "https://example.com/foo", output / "explorer" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack"); - EXPECT_ACTION(plan, 5, 0, 2, WebIndex, + EXPECT_ACTION(plan, 6, 0, 2, WebIndex, output / "explorer" / "%" / "directory-html.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 5, 1, 2, SearchIndex, + EXPECT_ACTION(plan, 6, 1, 2, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 7, 0, 1, Routes, output / "routes.bin", "Full", + EXPECT_ACTION(plan, 0, 0, 1, Routes, output / "routes.bin", "Full", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -3896,73 +3898,73 @@ TEST(Build_delta, full_to_headless_full_rebuild) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "2.0.0"); - EXPECT_ACTION(plan, 1, 0, 1, Materialise, + EXPECT_ACTION(plan, 2, 0, 1, Materialise, output / "schemas" / "foo" / "%" / "schema.metapack", "https://example.com/foo", std::filesystem::path{"/"} / "src" / "foo.json", output / "configuration.json"); - EXPECT_ACTION(plan, 2, 0, 4, Dependencies, + EXPECT_ACTION(plan, 3, 0, 4, Dependencies, output / "schemas" / "foo" / "%" / "dependencies.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 1, 4, Locations, + EXPECT_ACTION(plan, 3, 1, 4, Locations, output / "schemas" / "foo" / "%" / "locations.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 2, 4, Positions, + EXPECT_ACTION(plan, 3, 2, 4, Positions, output / "schemas" / "foo" / "%" / "positions.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 2, 3, 4, Stats, + EXPECT_ACTION(plan, 3, 3, 4, Stats, output / "schemas" / "foo" / "%" / "stats.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 3, 0, 2, Bundle, + EXPECT_ACTION(plan, 4, 0, 2, Bundle, output / "schemas" / "foo" / "%" / "bundle.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 3, 1, 2, Health, + EXPECT_ACTION(plan, 4, 1, 2, Health, output / "schemas" / "foo" / "%" / "health.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack"); - EXPECT_ACTION(plan, 4, 0, 4, SchemaMetadata, + EXPECT_ACTION(plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "foo" / "%" / "schema.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "schema.metapack", output / "schemas" / "foo" / "%" / "health.metapack", output / "schemas" / "foo" / "%" / "dependencies.metapack", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "foo" / "%" / "blaze-exhaustive.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 2, 4, BlazeFast, + EXPECT_ACTION(plan, 5, 2, 4, BlazeFast, output / "schemas" / "foo" / "%" / "blaze-fast.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 3, 4, Editor, + EXPECT_ACTION(plan, 5, 3, 4, Editor, output / "schemas" / "foo" / "%" / "editor.metapack", "https://example.com/foo", output / "schemas" / "foo" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 5, 0, 1, DirectoryList, + EXPECT_ACTION(plan, 6, 0, 1, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "foo" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, SearchIndex, + EXPECT_ACTION(plan, 7, 0, 1, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 8, 0, 1, Routes, output / "routes.bin", "Headless", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Headless", output / "configuration.json"); EXPECT_ACTION(plan, 9, 0, 3, Remove, @@ -4007,7 +4009,7 @@ TEST(Build_delta, full_single_schema_nested_path_headless) { ""); EXPECT_ACTION(plan, 0, 1, 2, Version, output / "version.json", "1.0.0"); - EXPECT_ACTION(plan, 1, 0, 1, Materialise, + EXPECT_ACTION(plan, 2, 0, 1, Materialise, output / "schemas" / "example" / "test" / "%" / "schema.metapack", "https://example.com/test", @@ -4015,83 +4017,83 @@ TEST(Build_delta, full_single_schema_nested_path_headless) { output / "configuration.json"); EXPECT_ACTION( - plan, 2, 0, 4, Dependencies, + plan, 3, 0, 4, Dependencies, output / "schemas" / "example" / "test" / "%" / "dependencies.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack"); EXPECT_ACTION( - plan, 2, 1, 4, Locations, + plan, 3, 1, 4, Locations, output / "schemas" / "example" / "test" / "%" / "locations.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack"); EXPECT_ACTION( - plan, 2, 2, 4, Positions, + plan, 3, 2, 4, Positions, output / "schemas" / "example" / "test" / "%" / "positions.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack"); EXPECT_ACTION( - plan, 2, 3, 4, Stats, + plan, 3, 3, 4, Stats, output / "schemas" / "example" / "test" / "%" / "stats.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack"); EXPECT_ACTION( - plan, 3, 0, 2, Bundle, + plan, 4, 0, 2, Bundle, output / "schemas" / "example" / "test" / "%" / "bundle.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack", output / "schemas" / "example" / "test" / "%" / "dependencies.metapack"); EXPECT_ACTION( - plan, 3, 1, 2, Health, + plan, 4, 1, 2, Health, output / "schemas" / "example" / "test" / "%" / "health.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack", output / "schemas" / "example" / "test" / "%" / "dependencies.metapack"); EXPECT_ACTION( - plan, 4, 0, 4, SchemaMetadata, + plan, 5, 0, 4, SchemaMetadata, output / "explorer" / "example" / "test" / "%" / "schema.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "schema.metapack", output / "schemas" / "example" / "test" / "%" / "health.metapack", output / "schemas" / "example" / "test" / "%" / "dependencies.metapack", output / "schemas" / "example" / "test" / "%" / "bundle.metapack"); - EXPECT_ACTION(plan, 4, 1, 4, BlazeExhaustive, + EXPECT_ACTION(plan, 5, 1, 4, BlazeExhaustive, output / "schemas" / "example" / "test" / "%" / "blaze-exhaustive.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "bundle.metapack"); EXPECT_ACTION( - plan, 4, 2, 4, BlazeFast, + plan, 5, 2, 4, BlazeFast, output / "schemas" / "example" / "test" / "%" / "blaze-fast.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "bundle.metapack"); EXPECT_ACTION( - plan, 4, 3, 4, Editor, + plan, 5, 3, 4, Editor, output / "schemas" / "example" / "test" / "%" / "editor.metapack", "https://example.com/test", output / "schemas" / "example" / "test" / "%" / "bundle.metapack"); EXPECT_ACTION( - plan, 5, 0, 1, DirectoryList, + plan, 6, 0, 1, DirectoryList, output / "explorer" / "example" / "%" / "directory.metapack", "", output / "explorer" / "example" / "test" / "%" / "schema.metapack"); - EXPECT_ACTION(plan, 6, 0, 1, DirectoryList, + EXPECT_ACTION(plan, 7, 0, 1, DirectoryList, output / "explorer" / "%" / "directory.metapack", "", output / "explorer" / "example" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 7, 0, 1, SearchIndex, + EXPECT_ACTION(plan, 8, 0, 1, SearchIndex, output / "explorer" / "%" / "search.metapack", "", output / "explorer" / "example" / "%" / "directory.metapack", output / "explorer" / "%" / "directory.metapack"); - EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", + EXPECT_ACTION(plan, 9, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); - EXPECT_ACTION(plan, 9, 0, 1, Routes, output / "routes.bin", "Headless", + EXPECT_ACTION(plan, 1, 0, 1, Routes, output / "routes.bin", "Headless", output / "configuration.json"); EXPECT_TOTAL_FILES( @@ -4295,7 +4297,7 @@ TEST(Build_delta, incremental_add_schema_preserves_intermediate_dirs) { EXPECT_ACTION(plan, 8, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -4491,7 +4493,7 @@ TEST(Build_delta, incremental_directory_listing_includes_unchanged_siblings) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json", @@ -4636,7 +4638,7 @@ TEST(Build_delta, incremental_add_schema_rebuilds_all_dependents) { EXPECT_ACTION(plan, 6, 0, 1, Mcp, output / "explorer" / "%" / "mcp.metapack", "", output / "explorer" / "%" / "search.metapack", - output / "configuration.json"); + output / "configuration.json", output / "routes.bin"); EXPECT_TOTAL_FILES( plan, entries, output / "version.json", output / "configuration.json",