Applies decision thresholds for high-confidence inputs or enforces conservative safety margins for low-confidence cases
I apply calibration thresholds that determine how conservatively the pipeline operates. If detection confidence is >= 0.65, I apply standard thresholds (0.65). If confidence < 0.65, I enforce conservative safety margins (0.50) to reduce false positives.
Use this when:
services/goap.ts: Calibration action definitionstypes.ts: WorldState interface{ is_low_confidence: false } preconditions{ is_low_confidence: true } preconditionscalibration_complete: true effect