AntFleet

Disagreement · 7739d5f2-anthropic-0

Future-dated timestamps in goals memory

solo Opus
repo 53606958·PR #2·reviewed 1 week ago

Opus finding

Future-dated timestamps in goals memory

lowmaintainabilityhigh
  • memory/goals.json:11
  • memory/goals.json:12
  • memory/goals.json:22
Both milestone updatedAt fields and the currentNote use the date 2026-05-16, which is in the future relative to the PR creation. If any tooling computes staleness, daily rates (buildModeOnDailyRate), or trend windows based on these timestamps vs. wall clock, it will produce negative durations or treat the record as永远 fresh. This is a memory file consumed by an agent loop, so semantically wrong timestamps can mislead the mode-switch logic.

Recommendation

Replace the future-dated timestamps with the actual update time, or document explicitly (in the file or in repo README) that goals.json uses a simulated in-world clock. If a simulated clock is intentional, add a clockMode field so consumers can distinguish.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →