liveview
Installation
SKILL.md
LiveView Playbook
HARD-GATE
- A LiveView contract and failing
live/2orlive_isolatedtest must exist before implementation. - The test must fail because behaviour is missing, not due to config/syntax.
handle_event/3andhandle_info/2remain thin; noRepocalls inside LiveViews.- Implementation requires explicit user approval; full suite and Credo/format must pass.
When to use
New LiveView pages/features or substantial LiveView behaviour changes.