fix(grounding): an interval shorter than a turn dates an event inside it #614

Merged
coilyco-ops merged 1 commit from coilyco-ops/an-interval-shorter-than-a-turn into main 2026-08-13 17:14:24 +00:00 AGit
Member

closes #601 - a moment ago names an interval shorter than a turn, so it dates an event inside this turn rather than reporting an earlier one

closes #601 - a moment ago names an interval shorter than a turn, so it dates an event inside this turn rather than reporting an earlier one
fix(grounding): an interval shorter than a turn dates an event inside it
All checks were successful
ci / image-build (pull_request) Successful in 18s
ci / test (pull_request) Successful in 33s
ci / publish-echo-image (pull_request) Has been skipped
ci / publish-observed (pull_request) Has been skipped
985eacde30
ago sat unconditional in pastReference, so "a correction was filed
moments ago" was read as reportage about some earlier day and skipped
the check. It is a natural way for a model to claim it just acted.

turnReference already carried "just now", a short-interval time phrase
rather than an exchange-noun, so the short forms belong in that set
rather than in a restructuring of pastReference. That construction
needs no lookbehind, which RE2 lacks, and costs nothing: "a while ago"
and "an hour ago" still read as reportage.

The issue named that trade as needing a human decision. There is no
trade, so there is nothing to decide.

Three false-positive rows pin the shape that was not taken, and each
one fails under a different deliberate mutation of pastReference.

Refs sirens-echo#601

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Kai Siren <coilysiren@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/sirens-echo!614
No description provided.