@aiready/core 0.23.6 → 0.23.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client-BrIMPk89.d.mts +1214 -0
- package/dist/client-BrIMPk89.d.ts +1214 -0
- package/dist/client-C5BuGX4F.d.mts +1205 -0
- package/dist/client-C5BuGX4F.d.ts +1205 -0
- package/dist/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/index.d.mts +458 -136
- package/dist/index.d.ts +458 -136
- package/dist/index.js +137 -34
- package/dist/index.mjs +137 -31
- package/package.json +1 -1
package/dist/client.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { e as AIReadyConfig, g as AcceptancePrediction, A as AnalysisResult,
|
|
1
|
+
export { e as AIReadyConfig, g as AcceptancePrediction, A as AnalysisResult, p as AnalysisStatus, B as BusinessMetrics, r as COMMON_FINE_TUNING_OPTIONS, s as CONTEXT_TIER_THRESHOLDS, t as CommonASTNode, h as ComprehensionDifficulty, u as Config, C as CostConfig, D as DEFAULT_TOOL_WEIGHTS, l as ExportInfo, v as FRIENDLY_TOOL_NAMES, w as FileContent, G as GLOBAL_INFRA_OPTIONS, x as GLOBAL_SCAN_OPTIONS, y as GraphData, z as GraphEdge, H as GraphIssueSeverity, J as GraphMetadata, K as GraphNode, I as ImportInfo, O as Issue, R as IssueType, V as LANGUAGE_EXTENSIONS, k as Language, W as LanguageConfig, L as LanguageParser, X as Lead, Y as LeadSchema, Z as LeadSource, _ as LeadSourceSchema, $ as LeadSubmission, a0 as LeadSubmissionSchema, a1 as Location, a5 as Metrics, M as ModelContextTier, N as NamingConvention, a9 as ParseError, m as ParseResult, aa as ParseStatistics, P as ProductivityImpact, ab as ReadinessRating, ac as RecommendationPriority, ad as SCORING_PROFILES, ae as SIZE_ADJUSTED_THRESHOLDS, S as ScanOptions, af as ScanResult, ag as ScoringConfig, ah as ScoringProfile, ai as ScoringResult, d as Severity, d as SeverityType, ak as SourceLocation, al as SourceRange, a as SpokeOutput, ap as TOOL_NAME_MAP, j as TechnicalValueChain, i as TechnicalValueChainSummary, f as TokenBudget, T as ToolName, c as ToolOptions, ar as ToolOutput, b as ToolScoringOutput, as as UnifiedReport, at as UnifiedReportSchema, au as calculateOverallScore, av as formatScore, aw as formatToolScore, ax as generateHTML, ay as getProjectSizeTier, az as getRating, aA as getRatingDisplay, aB as getRatingSlug, aC as getRatingWithContext, aD as getRecommendedThreshold, aE as getToolWeight, aF as normalizeToolName, aG as parseWeightString } from './client-C5BuGX4F.mjs';
|
|
2
2
|
import 'zod';
|
package/dist/client.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { e as AIReadyConfig, g as AcceptancePrediction, A as AnalysisResult,
|
|
1
|
+
export { e as AIReadyConfig, g as AcceptancePrediction, A as AnalysisResult, p as AnalysisStatus, B as BusinessMetrics, r as COMMON_FINE_TUNING_OPTIONS, s as CONTEXT_TIER_THRESHOLDS, t as CommonASTNode, h as ComprehensionDifficulty, u as Config, C as CostConfig, D as DEFAULT_TOOL_WEIGHTS, l as ExportInfo, v as FRIENDLY_TOOL_NAMES, w as FileContent, G as GLOBAL_INFRA_OPTIONS, x as GLOBAL_SCAN_OPTIONS, y as GraphData, z as GraphEdge, H as GraphIssueSeverity, J as GraphMetadata, K as GraphNode, I as ImportInfo, O as Issue, R as IssueType, V as LANGUAGE_EXTENSIONS, k as Language, W as LanguageConfig, L as LanguageParser, X as Lead, Y as LeadSchema, Z as LeadSource, _ as LeadSourceSchema, $ as LeadSubmission, a0 as LeadSubmissionSchema, a1 as Location, a5 as Metrics, M as ModelContextTier, N as NamingConvention, a9 as ParseError, m as ParseResult, aa as ParseStatistics, P as ProductivityImpact, ab as ReadinessRating, ac as RecommendationPriority, ad as SCORING_PROFILES, ae as SIZE_ADJUSTED_THRESHOLDS, S as ScanOptions, af as ScanResult, ag as ScoringConfig, ah as ScoringProfile, ai as ScoringResult, d as Severity, d as SeverityType, ak as SourceLocation, al as SourceRange, a as SpokeOutput, ap as TOOL_NAME_MAP, j as TechnicalValueChain, i as TechnicalValueChainSummary, f as TokenBudget, T as ToolName, c as ToolOptions, ar as ToolOutput, b as ToolScoringOutput, as as UnifiedReport, at as UnifiedReportSchema, au as calculateOverallScore, av as formatScore, aw as formatToolScore, ax as generateHTML, ay as getProjectSizeTier, az as getRating, aA as getRatingDisplay, aB as getRatingSlug, aC as getRatingWithContext, aD as getRecommendedThreshold, aE as getToolWeight, aF as normalizeToolName, aG as parseWeightString } from './client-C5BuGX4F.js';
|
|
2
2
|
import 'zod';
|