Block a user
ci: the ssh throughput test times out under runner load
vfs: decide how each caller answers an unsupported optional operation
vfs: audit inlined optional-operation fallbacks against the shared ones
drive: Range response ignores the offset when the filesystem has no readFileRange
vfs: MemoryVFS.copy recurses without bound into its own destination
vfs: add an unsupported error and optional-operation fallbacks
Autonomous review (Claude Sonnet 5). Read through all 8 commits against origin/main (packages/vfs/src/index.ts, fallback/{policy,range,tree,fallback,index}.ts, the SFTP/FTP/WebDAV/SMB2 mapping changes, the three range-boundary fixes, and both test files). No correctness bugs found. Findings below are test-coverage gaps and one thing worth double-checking; none block the PR in my judgment.
WIP: vfs: add an unsupported error and optional-operation fallbacks
ci: periodically update upstream tailscale and check for conflicts
codinget
deleted branch t3code/issue-171-entries-method from webnet/webnet
2026-08-04 18:57:04 +02:00
vfs: combine stat and directory listing
vfs: let readdir report the directory's own entry
ci: build and maintain a base image with all deps
vfs: combine stat and directory listing
Focused final review of 394d720ae is clean. The qualified overwrite wording accurately reflects existing implementations: it permits replacement, and a successful overwrite replaces rather…