Bets and rollouts
TrueClara treats a rollout as something that should answer to a bet. That is the core difference between a configuration change and an operating decision.

Bets are the claim
A bet records:
- what outcome you expect
- how you will measure it
- what time window matters
- who is accountable for the call
If the team cannot state the claim cleanly, it is usually too early to ship the rollout.
Rollouts are the mechanism
Rollouts attach the runtime change to the claim. Once linked, the system can keep:
- the owner
- the target route scope
- the expected effect
- the observed reality
in one chain instead of scattering them across feature flags, spreadsheets, and retros.
Why binding matters
When a rollout is detached from a bet, teams can still ship changes, but they lose the reason the change exists. TrueClara preserves that causal thread so later reviews are not forced to reconstruct it from scraps.

