What problem does it solve?
Turns scattered legacy-system knowledge into an operational, navigable documentation mini-site for AI-agent-driven modernization, avoiding manual documentation gaps that slow safe evolution.
Core Features & Use Cases
- Orchestrated docs pipeline: coordinates a fixed sequence of specialized agents (Mapper, Analyst, Storyteller, Publisher) to produce a complete documentation experience.
- Deterministic, offline-ready visual outputs: generates self-contained HTML in
.reversa/documentation/ using locally bundled vendor assets so pages work via file:// without external CDNs.
- Traceable feature pages when specs exist: renders pages per SDD feature from
_reversa_sdd/*/requirements.md when available, otherwise produces a minimal “selo + pointer” site.
- Safe, non-destructive regeneration with checkpoints: reads existing artifacts, supports regeneration workflows with automatic backups, and preserves already generated pages on cancel.
- Offline-first data model: injects data through
assets/js/data.js produced by the Publisher step, ensuring pages don’t fetch local files directly.
Quick Start
Run the docs pipeline by invoking /reversa-docs in your Reversa-enabled project to generate the mini-site into .reversa/documentation/.