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
refactor(cache): move the task fs story into crates/vt_fs_fingerprint
The task_fs module already mirrors a standalone crate: lift it out of the
engine wholesale so the unsettled read-write-overlap policy has a home that is
tested with synthetic traces instead of whole-engine runs. The engine keeps
storage, archiving, env tracking, and spawning; rayon, twox-hash, and wax
leave its dependency list with the moved code.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments