Expand description
Time-based analysis for code evolution.
Change history tracking, stability scores, coupling detection, and predictive analysis. Can work with or without git integration.
Re-exports§
pub use archaeology::ArchaeologyResult;pub use archaeology::CodeArchaeologist;pub use archaeology::CodeEvolution;pub use archaeology::EvolutionPhase;pub use archaeology::HistoricalChangeType;pub use archaeology::HistoricalDecision;pub use archaeology::TimelineEvent;pub use coupling::Coupling;pub use coupling::CouplingDetector;pub use coupling::CouplingOptions;pub use coupling::CouplingType;pub use history::ChangeHistory;pub use history::ChangeType;pub use history::FileChange;pub use history::HistoryOptions;pub use prophecy::AlertType;pub use prophecy::EcosystemAlert;pub use prophecy::Prediction;pub use prophecy::PredictionType;pub use prophecy::ProphecyEngine;pub use prophecy::ProphecyOptions;pub use prophecy::ProphecyResult;pub use prophecy_v2::CodeProphecy;pub use prophecy_v2::EnhancedPrediction;pub use prophecy_v2::EnhancedProphecyEngine;pub use prophecy_v2::ProphecyEvidence;pub use prophecy_v2::ProphecyHorizon;pub use prophecy_v2::ProphecySubject;pub use prophecy_v2::Sentiment;pub use stability::StabilityAnalyzer;pub use stability::StabilityFactor;pub use stability::StabilityOptions;pub use stability::StabilityRecommendation;pub use stability::StabilityResult;
Modules§
- archaeology
- Version Archaeology — Invention 11.
- coupling
- Coupling detection between code units.
- history
- Change history tracking via git.
- prophecy
- Predictive analysis — the prophecy engine.
- prophecy_
v2 - Enhanced Code Prophecy — Invention 2.
- stability
- Stability score calculation.