We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41194dd commit 8bbf834Copy full SHA for 8bbf834
1 file changed
docs/reflection-rejection.md
@@ -442,7 +442,9 @@ state update is applied. Only the innovation vector `y` is produced.
442
the reflection clears and the innovation drops below the threshold, the lighthouse is included
443
again automatically on the next sync cycle — no manual reset required.
444
445
-**Default:** `light_outlier_threshold = 0` (disabled). Recommended starting value: `5.0`
+**Default:** `light_outlier_threshold = 0` (disabled in libsurvive itself). Stagehand sets
446
+this to `5.0` via `DEFAULT_SURVIVE_ARGS` in `scripts/stagehand-health`, so it is active by
447
+default in all Stagehand deployments. Recommended starting value for other integrations: `5.0`
448
(skip any LH batch whose RMS innovation exceeds 5× the fleet mean).
449
450
### Property Tests Added
0 commit comments