From cfdd153b5a94ef32667e2280fd28274aae11e34a Mon Sep 17 00:00:00 2001 From: serversdown Date: Thu, 3 Sep 2026 21:08:04 +0000 Subject: [PATCH] docs(changelog): false_trigger_reason column under [Unreleased] Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01YDXjZCr4RqT2U3QvMDhgzf --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a753803..26bb7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to seismo-relay are documented here. ## [Unreleased] +### Added +- **`events.false_trigger_reason` โ€” optional FT cause.** A nullable `TEXT` + column recording *why* an event is a false trigger (e.g. `"offset"`), as a + subtype of the FT flag: setting a reason via the sidecar review PATCH implies + `false_trigger=1`, and the reason is cleared whenever FT ends up 0 + (confirm-real, clear-FT, `set_false_trigger(false)`). `propagate_review_to_twins` + carries the reason to the histogram/waveform twin alongside the flag. + Auto-migrated (`_SCHEMA` + `_migrate` ADD COLUMN โ€” not the Migration-1 + rebuild); exposed via `/db/events`. Terra-View surfaces it as a manual + "Flag as offset" action + an `FT ยท offset` badge. + --- ## v0.28.0 โ€” 2026-09-02