test(f7): host E2E for the track-changes preview (#21)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-11 08:48:13 -07:00
parent 1ab3cc5348
commit 216a7f1ffe
3 changed files with 123 additions and 0 deletions
@@ -0,0 +1,14 @@
# Preview fixture
A target sentence Claude will rewrite via the seam.
Some stable prose that does not change during the test run.
```mermaid
flowchart LR
a --> b
```
```ts
const stable = true;
```