Commit Graph
7 Commits
Author SHA1 Message Date
codingetandClaude f659f230cd docs: add per-package READMEs and position Tailshare as the flagship app
CI / lint (pull_request) Successful in 3m39s
CI / format (pull_request) Successful in 3m24s
CI / install (pull_request) Successful in 9m4s
CI / typetest (pull_request) Successful in 3m5s
CI / typecheck (pull_request) Successful in 3m20s
CI / node-tests (pull_request) Successful in 3m31s
CI / browser-tests (pull_request) Successful in 5m16s
Give every workspace a README describing what it does, its entry points,
and a short usage example, and link them from the root package table.

Frame Tailshare in the root README as the application the libraries exist
to be composed into, with the other apps as development and testing
surfaces. Its own README records what works today and what the open
issues intend for it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 23:51:59 +00:00
codingetandClaude 90bbc2fb2f test(drive,http-static,ftp,sftp): cover a runtime unsupported optional operation
Every call site the audit touched had coverage for an optional operation being
absent and none for one that is present and rejects with unsupported for a
path, which is the case the policies decide. Each assertion is on the bytes or
the protocol status, not on the call having returned.

Refs #178, #179

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 00:41:41 +00:00
codingetandClaude 12828c4f39 fix(http-static,drive): serve a Range through the shared fallback
http-static had its own boundedStream for the same job readFileRangeFallback
does. Both servers now use the shared one with the on-unsupported policy: a
Range a backend could serve is not refused, so a native readFileRange that
rejects unsupported for this path falls back like an absent one does.

Refs #178, #179

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 00:41:41 +00:00
codingetandCodex a1eca114ce fix(http-static): use HTTP paths in listings
CI / lint (pull_request) Successful in 1m45s
CI / format (pull_request) Successful in 2m27s
CI / install (pull_request) Successful in 5m53s
CI / typetest (pull_request) Successful in 2m3s
CI / node-tests (pull_request) Successful in 2m23s
CI / typecheck (pull_request) Successful in 2m29s
CI / browser-tests (pull_request) Successful in 4m3s
Co-Authored-By: GPT-5.6 Luna <noreply@openai.com>
2026-07-14 00:47:56 +00:00
codingetandCodex d1803a37de test(http-static): cover precedence vectors
Co-Authored-By: GPT-5.6 Luna <noreply@openai.com>
2026-07-14 00:47:56 +00:00
codingetandCodex a5c0a66d9a fix(http-static): address review findings
Co-Authored-By: GPT-5.6 Luna <noreply@openai.com>
2026-07-14 00:47:56 +00:00
codingetandCodex 99cdd9322b feat(http-static): add VFS static handler
Co-Authored-By: GPT-5.6 Luna <noreply@openai.com>
2026-07-14 00:47:56 +00:00