mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-28 03:39:56 -04:00
d904a6997a
e2e.md promised "unmatched calls fail the test" without qualification, but only HTTP is gated: an unmatched subscription is deliberately answered with silence and merely attached as a diagnostic, because a flow page opens ~15 of them and erroring on the unmocked ones would poison the client. A typo'd subscription key therefore surfaces as a UI timeout, which is the opposite of what the doc led a contributor to expect. Say which half is gated and where the missed operations show up. list_detail_pages.md named /settings/api-tokens as the sole exception to the list/detail pattern, so a reader looking to extend /settings/providers/:id would grep for a use-provider-detail-navigation.ts that never existed — as would one looking at /settings/prompts/:name. Both are single-entity forms; name them, and add the two phantom hooks to the doc's own do-not-reintroduce table. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>