Vibe-Graph Operations Layer
This crate provides a clean, typed API for all vibe-graph operations. It can be consumed by both the CLI and REST API, ensuring consistent behavior and type-safe interactions.
Architecture
The ops layer follows hexagonal architecture principles:
- Requests: Typed input DTOs for each operation
- Responses: Typed output DTOs with all relevant data
- OpsContext: The main service that executes operations
Usage
use ;
async