What problem does it solve?
Legacy code holds critical knowledge in implicit rules, structure, and dependencies, but AI agents need operational specifications and quantitative context to evolve systems safely.
Core Features & Use Cases
- Quantitative metrics extraction pipeline: Computes LOC by folder, top complexity hotspots, language distribution, and dependency structure from Reversa Mapper outputs (
modules.json, deps.json).
- Interactive Highcharts dashboard generation: Produces
metricas.html with a treemap LOC view, complexity columns, a LOC histogram, and a sankey dependency graph.
- Chronicle-driven interactive timeline: Optionally converts
.reversa/chronicle.md into timeline.html with click-to-open event details for project history and change understanding.
- Pipeline integration for the Time Reversa Docs site: Acts as the quantitative-data analyst in the
/reversa-docs workflow, reusing intermediate JSON artifacts and applying the documentation page chassis.
Quick Start
Run /reversa-docs-analyst to generate the metrics dashboard and, when available, the interactive project timeline from the existing Reversa documentation assets.