AVC Examples

May 19, 2026 ยท View on GitHub

Pipe any of these to avc to see the WebView in action:

cat examples/code-refactor.json | avc
FileScenarioLanguage
execution-plan.json7-step microservice refactor (split UserService, API Gateway, K8s)zh
code-refactor.jsonMigrate session-based auth to JWT with refresh tokensen
ci-cd-pipeline.jsonSet up GitHub Actions CI/CD for a Node.js projecten
incident-response.jsonInvestigate and recover from a production PostgreSQL outagezh
kubernetes-deploy.jsonDeploy a stateless service to Kubernetes with HPA and probesja
data-migration.jsonMigrate user data from PostgreSQL to MongoDB Atlasfr
code-review-checklist.jsonPre-merge review checklist for a feature PRen
graph-microservices.jsonE-commerce microservice architecture (12 nodes, 17 edges) โ€” graph viewen

Most files use the plan schema (data.steps[]); graph-microservices.json uses the graph schema (data.nodes[] + data.edges[]). Every example sets token_count above the default 3000 threshold so the WebView pops automatically (no --no-threshold flag needed).