{"id":"max-consecutive-ones-pure-streaming-exemplar","text":"Max consecutive ones is a pure streaming exemplar demonstrating all three structural properties of the paradigm in minimal form: single-pass O(n) scan with O(1) space (paradigm shape), eager in-loop max update eliminating post-loop fixup (extend-or-reset pattern), and correct empty-input handling via zero-initialization (sentinel boundary handling).","truth_value":"IN","source":"","source_url":"","source_hash":"","justifications":[{"type":"SL","antecedents":["max-consecutive-ones-single-pass","max-consecutive-ones-eager-update","max-consecutive-ones-zero-on-empty"],"outlist":[],"label":"Three orphan beliefs collectively demonstrate the streaming paradigm's canonical form"}],"dependents":[],"metadata":{"source_type":"derived","last_reviewed":"2026-06-07T22:02:22","review_result":"pass"},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"max-consecutive-ones-pure-streaming-exemplar","truth_value":"IN","reason":"SL justification valid","antecedents":["max-consecutive-ones-single-pass","max-consecutive-ones-eager-update","max-consecutive-ones-zero-on-empty"],"label":"Three orphan beliefs collectively demonstrate the streaming paradigm's canonical form"},{"node":"max-consecutive-ones-single-pass","truth_value":"IN","reason":"premise"},{"node":"max-consecutive-ones-eager-update","truth_value":"IN","reason":"premise"},{"node":"max-consecutive-ones-zero-on-empty","truth_value":"IN","reason":"premise"}]}}