{ "schema_version": 1, "name": "evening_degraded", "description": "The tier-2 pipeline case #288 deferred here, plus degraded mode. A golden WAV goes in at the microphone end and comes out as a written fact, and then the ecosystem starts answering 503 and the proactive loop has to stay quiet instead of falling over. The audio step asserts the PIPELINE — mic to STT seam to router to store to TTS — not whisper's accuracy; cmd/mavsttd/golden_test.go owns accuracy.", "start": "2026-08-01T21:00:00+03:00", "praxis_attention": "[{\"id\":\"item_1\",\"title\":\"medicine not taken\",\"importance\":3.0,\"rule\":\"evening_medicine\"}]", "script": [ { "match": "выпил воды", "route": "[{\"intent\":\"fact\",\"key\":\"water\",\"value\":\"выпил\"}]" }, { "match": "записала факт: water", "reply": "{\"response\":\"Записала, что ты выпил воды.\",\"mood\":\"neutral\"}" }, { "match": "", "route": "[{\"intent\":\"chat\",\"text\":\"привет\"}]", "reply": "{\"response\":\"Я рада тебя слышать.\",\"mood\":\"happy\"}" } ], "steps": [ { "at": "21:00", "note": "he speaks. The whole voice path runs: push-to-talk, the STT seam parked with the golden transcript, the real router, the real store write, the phrasing contract.", "audio": "ru_fact", "expect_reply_contains": ["записала"], "expect_reply_lacks": ["записал ", "записал,", "записал.", "милый", "ваш"], "expect_events": ["water"] }, { "at": "21:05", "note": "a healthy tick with him just having spoken stays silent", "tick": true, "expect_no_send": true }, { "at": "21:10", "note": "the ecosystem goes down", "fault": 503 }, { "at": "21:15", "note": "a tick against a dead ecosystem must degrade, not send half a thought", "tick": true, "expect_no_send": true, "expect_no_events": true }, { "at": "21:20", "note": "intake keeps working while the ecosystem is down — a write does not depend on it", "arrive": { "source": "rss:tech", "note": { "text": "Патч 6.19.1 [tech]\nисправления\nhttps://example.org/b" } }, "expect_events": ["rss:tech"], "expect_no_send": true }, { "at": "21:25", "note": "recovery", "clear_fault": true, "tick": true, "expect_no_send": true } ] }