Your team shouldn't need an engineer to know what's true.
Voltage turns the parts of your repo your team cares about — event taxonomies, pricing logic, eligibility rules, API contracts — into living docs that rewrite themselves on every push to main, with every line cited back to source.
Overview
Acme tracks 47 user-facing events — checkout_completed, signup_finished, feature_unlocked, and more. Every event carries the standard property contract plus a per-event payload, and names follow object_verb in past tense.
Naming convention
Property keys are snake_case. No PII in property values. New events must reference an existing tracking plan in /events.ts.