diff --git a/.agents/docs/ink-divergences.md b/.agents/docs/ink-divergences.md index 2b22a8b..1d9edbd 100644 --- a/.agents/docs/ink-divergences.md +++ b/.agents/docs/ink-divergences.md @@ -221,7 +221,7 @@ reactivity, lifecycle, component boundaries, current-props model, or API convent - **Principle:** vue-tui validates invalid render input (a chalk-**modifier** `backgroundColor` like `"bold"`, an unknown `borderStyle`) at the - **component-render layer** (`Box.ts` / `Text.ts`), not down at the **paint layer**. A bad + **component-render layer** (`box.ts` / `text.ts`), not down at the **paint layer**. A bad value therefore throws where the **error boundary** catches it -> `ErrorOverview` -> a clean `reject` of `waitUntilExit()`, exactly like any other component error. The app reports the error instead of crashing. @@ -460,8 +460,6 @@ These notes are not divergence entries. They document Vue-facing conventions or mechanics so they are not mistaken for parity gaps. - Vue SFCs use `