Rivière Extraction
Extract architecture from your codebase into a Rivière graph.
How It Works
AI analyzes your code and calls CLI commands to build the graph. The CLI handles ID generation, validation, and error recovery. When AI makes mistakes, CLI suggests corrections.
Get Started
Start the Extraction Workflow →
What You Get
A Rivière graph (.riviere/graph.json) containing:
- Components: APIs, UseCases, DomainOps, Events, EventHandlers
- Links: sync and async connections showing operational flow
- Metadata: domains, state machines, business rules
See Also
- CLI Reference — All commands with examples
- Graph Structure — Components and links explained