@vibecheck-ai/mcp 26.0.2 → 26.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2007,21 +2007,11 @@ function quotasToTierLimits(q) {
|
|
|
2007
2007
|
retentionDays: q.scanHistoryDays
|
|
2008
2008
|
};
|
|
2009
2009
|
}
|
|
2010
|
-
function getQuotasForTier(tier) {
|
|
2011
|
-
if (tier === null || tier === "free" || tier === void 0) {
|
|
2012
|
-
return getQuotas(null);
|
|
2013
|
-
}
|
|
2014
|
-
return PLAN_QUOTAS[tier] ?? getQuotas(null);
|
|
2015
|
-
}
|
|
2016
2010
|
({
|
|
2017
2011
|
free: quotasToTierLimits(getQuotas(null)),
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
enterprise: quotasToTierLimits(
|
|
2021
|
-
// Legacy aliases map to canonical tiers
|
|
2022
|
-
vibecoder: quotasToTierLimits(getQuotasForTier("vibecoder")),
|
|
2023
|
-
developer: quotasToTierLimits(getQuotasForTier("vibecoder")),
|
|
2024
|
-
engineer: quotasToTierLimits(getQuotasForTier("engineer"))
|
|
2012
|
+
vibecoder: quotasToTierLimits(PLAN_QUOTAS.vibecoder),
|
|
2013
|
+
engineer: quotasToTierLimits(PLAN_QUOTAS.engineer),
|
|
2014
|
+
enterprise: quotasToTierLimits(PLAN_QUOTAS.enterprise)
|
|
2025
2015
|
});
|
|
2026
2016
|
({
|
|
2027
2017
|
...PLAN_PRICE_LABELS
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createRequire } from 'module';
|
|
2
2
|
import { fileURLToPath } from 'url';
|
|
3
3
|
import { dirname } from 'path';
|
|
4
|
-
export { AIRulesAttackEngine, AI_HALLUCINATED_PACKAGES, CANONICAL_AI_PACKAGES_NPM, CORE_ENGINE_IDS, CORE_ENGINE_MANIFESTS, CircuitBreaker, ENGINE_FOCUS_PRESETS, EngineRegistry, EnvLoader, FakeFeaturesEngine, IncompleteImplEngine, OutcomeVerificationEngine, PerformanceAntipatternEngine, RULE_AUTOFIX_SAFETY_BY_ID, RULE_MATURITY_BY_ID, RULE_TRUST_IMPACT_BY_ID, RuntimeProbeEngine, SCAN_ENGINE_FOCUS_PRESET_NAMES, SecurityPatternEngine, SlopsquatEngine, TestQualityEngine, TruthpackEnvIndex, TypeContractEngine, VIBECHECK_DEFAULT_ENGINE_IDS, VibecheckNativeEngine, WORKSPACE_ENGINE_IDS, WORKSPACE_ENGINE_MANIFESTS, accessibilityEngine, aiRulesAttackManifest, apexFromHost, apexFromUrl, autofixSafetyForRule, backendEngine, buildCiSummaryJson, buildRiskClusters, buildShipBlockers, categoryIcons, computeFusionStats, computeTrustScore, configurationEngine, createDefaultRegistry, detectBrandImpersonationNpm, diffScores, documentationEngine, engineTogglesAllowOnly, errorHandlingManifest, estimateBlastRadius, extractKnownHostsFromIntegrations, fakeFeaturesManifest, findUncalledExportedFunctions, formatCiSummaryMarkdown, formatCiSummaryPlainLines, formatFindings, formatSummary, formatTraceAsJson, formatTraceForTerminal, formatTrustScoreMarkdown, fuseFindings, generateVerdict, ghostRouteManifest, hostMatchesKnownSet, icons, incompleteImplManifest, infrastructureEngine, isTestLikeScanPath, isVibecheckFinding, loadTruthpack, logicGapManifest, maturityTierForRule, observabilityEngine, outcomeVerificationManifest, parseCallSites, perfAntipatternManifest, performanceEngine, phantomDepManifest, registerAllEngines, registerCoreEngines, registerWorkspaceEngines, resilienceEngine, runGhostTrace, runPolish, scan, securityEngine, securityPatternManifest, seoEngine, slopsquatManifest, testQualityManifest, toCanonicalFinding, toCanonicalFindingFromGuardrail, toCanonicalFindingFromLegacyFinding, toCanonicalFindingFromMissionFinding, toCanonicalFindingFromPolish, toCanonicalFindingFromReport, toCanonicalFindingFromScanApi, toCanonicalFindingFromScanFinding, toCanonicalFindings, toSarif, trustImpactForRule, trustPenaltyScaleForFinding, truthpackToRouteIndex, typeContractManifest } from './chunk-
|
|
4
|
+
export { AIRulesAttackEngine, AI_HALLUCINATED_PACKAGES, CANONICAL_AI_PACKAGES_NPM, CORE_ENGINE_IDS, CORE_ENGINE_MANIFESTS, CircuitBreaker, ENGINE_FOCUS_PRESETS, EngineRegistry, EnvLoader, FakeFeaturesEngine, IncompleteImplEngine, OutcomeVerificationEngine, PerformanceAntipatternEngine, RULE_AUTOFIX_SAFETY_BY_ID, RULE_MATURITY_BY_ID, RULE_TRUST_IMPACT_BY_ID, RuntimeProbeEngine, SCAN_ENGINE_FOCUS_PRESET_NAMES, SecurityPatternEngine, SlopsquatEngine, TestQualityEngine, TruthpackEnvIndex, TypeContractEngine, VIBECHECK_DEFAULT_ENGINE_IDS, VibecheckNativeEngine, WORKSPACE_ENGINE_IDS, WORKSPACE_ENGINE_MANIFESTS, accessibilityEngine, aiRulesAttackManifest, apexFromHost, apexFromUrl, autofixSafetyForRule, backendEngine, buildCiSummaryJson, buildRiskClusters, buildShipBlockers, categoryIcons, computeFusionStats, computeTrustScore, configurationEngine, createDefaultRegistry, detectBrandImpersonationNpm, diffScores, documentationEngine, engineTogglesAllowOnly, errorHandlingManifest, estimateBlastRadius, extractKnownHostsFromIntegrations, fakeFeaturesManifest, findUncalledExportedFunctions, formatCiSummaryMarkdown, formatCiSummaryPlainLines, formatFindings, formatSummary, formatTraceAsJson, formatTraceForTerminal, formatTrustScoreMarkdown, fuseFindings, generateVerdict, ghostRouteManifest, hostMatchesKnownSet, icons, incompleteImplManifest, infrastructureEngine, isTestLikeScanPath, isVibecheckFinding, loadTruthpack, logicGapManifest, maturityTierForRule, observabilityEngine, outcomeVerificationManifest, parseCallSites, perfAntipatternManifest, performanceEngine, phantomDepManifest, registerAllEngines, registerCoreEngines, registerWorkspaceEngines, resilienceEngine, runGhostTrace, runPolish, scan, securityEngine, securityPatternManifest, seoEngine, slopsquatManifest, testQualityManifest, toCanonicalFinding, toCanonicalFindingFromGuardrail, toCanonicalFindingFromLegacyFinding, toCanonicalFindingFromMissionFinding, toCanonicalFindingFromPolish, toCanonicalFindingFromReport, toCanonicalFindingFromScanApi, toCanonicalFindingFromScanFinding, toCanonicalFindings, toSarif, trustImpactForRule, trustPenaltyScaleForFinding, truthpackToRouteIndex, typeContractManifest } from './chunk-GWXH3GL2.js';
|
|
5
5
|
export { FrameworkPackEngine } from './chunk-MUP4JXOF.js';
|
|
6
6
|
export { LogicGapEngine } from './chunk-DDTUTWRY.js';
|
|
7
7
|
export { ErrorHandlingEngine } from './chunk-FRK2XZX5.js';
|