Core vs Advanced
Bellwether is designed to stay focused. Most users should use the core workflow only.
Core Workflow (Default)
Use this for day-to-day reliability and CI gating:
bellwether initbellwether checkbellwether baseline savebellwether check --fail-on-drift(in CI)
Core workflow characteristics:
- Deterministic
- Fast
- No LLM required
- Low operational complexity
Advanced Workflow (Opt-in)
Use advanced commands when you need deeper analysis beyond structural drift:
explorefor LLM behavioral probingwatchfor local continuous checksdiscoverfor quick capability inspectiongoldenfor output-level regression testscontractfor explicit contract validationregistryfor MCP server discovery
Advanced workflow characteristics:
- More configuration options
- Potential model/runtime cost
- Higher surface area
Scope Rule
Default to core unless there is a clear reason to opt in.
This keeps Bellwether deployments stable, understandable, and cheap to run.