You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(daemon): stage cross-shard evidence past the scope gate
The durable-scope fixture asked the observation store to persist evidence
scoped to another project into a project_sessions shard. That state is
unreachable through the store contract: an observation write and its
cursor/anchor reads are both gated on the observation scope matching the
bound shard, so the runtime refused the staging write and the test never
reached the lookup it meant to cover.
Assert the runtime refusal, then stage the row through the writer
connection, which is the only way the corruption the lookup's durable
scope check defends against can exist.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments