test(word-addin): align live-demo contract with the per-flow stub targets
WHY THIS MATTERS
The Anthropic stand-in scripts each add-in flow against DIFFERENT document
flaws so tracked changes never collide when one document exercises every
feature (chat: Suplier/reciept, proofread: Schedual/writen). The live demo
spec's contract still carried the older correctly-spelled variants, so the
stubbed Proofread corrections found no match in the mocked document: the
apply reported "0 of 2" and the spec's tracked-changes assertion failed.
A fixture and the responses scripted against it must evolve together.
HOW THE FIX WORKS
The spec's contract now contains the same two proofread targets the stub
proposes ("Schedual 1", "writen notice"), restoring 3/3 in
playwright.live.config.ts runs (verified locally, real Supabase + backend).
| Repository | open-legal-products/mike |
|---|---|
| Author | Amalanand Muthukumaran <mamalanand3@gmail.com> |
| Authored | |
| Committed | |
| Parents | 0cfd362d |
| Stats | 1 file changed , +2 , -2 |
| Part of | Add a Word add-in for chat and tracked rewrites |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-b29a8583.md
from inside the repo you want the change in.