F3 hardening: observable seam misses, cheaper disk-compare, E2E ordering notes (#6)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -35,6 +35,9 @@ async function externalWriteAndReload(uri: vscode.Uri, content: string): Promise
|
||||
}
|
||||
const settle = () => new Promise((r) => setTimeout(r, 300));
|
||||
|
||||
// Tests are ORDER-DEPENDENT: later tests consume earlier tests' document/sidecar
|
||||
// state by design, mirroring the F2 suite. This suite owns docs/attrib.md;
|
||||
// the threads suite owns docs/sample.md — keep fixtures disjoint.
|
||||
suite("F3 live attribution (host E2E — seam-driven, no LLM)", () => {
|
||||
const TYPED = "A human-typed sentence. ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user