Expand description
Feature flag system for toggling capabilities at runtime.
Flags are immutable per-crawl session once set. Supports TOML
configuration and programmatic access via SharedFeatureFlags.
Structs§
- Feature
Flags - Feature flags for runtime configuration.
- Shared
Feature Flags - Shared feature flag state for concurrent access.
Constants§
- FLAG_
AI_ ANALYZERS - Feature flag: Enable AI search optimization analyzers.
- FLAG_
AUDIT_ TRAIL - Feature flag: Enable audit trail logging.
- FLAG_
BACKLINK_ ANALYSIS - Feature flag: Enable backlink analysis.
- FLAG_
ENCRYPTION_ AT_ REST - Feature flag: Enable encryption at rest.
- FLAG_
JS_ RENDERING - Feature flag: Enable Playwright JS rendering.
- FLAG_
OBSERVABILITY - Feature flag: Enable observability stack.
- FLAG_
RUM_ INTEGRATION - Feature flag: Enable RUM (Real User Monitoring) integration.
- FLAG_
WASM_ ANALYZERS - Feature flag: Enable WASM error detection analyzers.