Layout bugs:
- Add min-width: 0 to .webui-layout children and .install-layout children.
CSS grid 1fr 1fr columns were expanding beyond the container because <pre>
code blocks inside don't wrap. This caused .webui-steps to be 842px wide,
overflowing the 1100px container by 64px (child right edge at 1254px,
container right at 1190px). min-width: 0 lets grid children shrink to
their fr allocation and overflow-x: auto on the code blocks handles the rest.
Content accuracy (matching HERMES.md fixes):
- Table: Claude Code 'Self-hosted scheduling' column was 'Cloud only' — now
correctly shows 'Cloud or desktop app' (desktop app scheduled tasks are real,
run locally on your machine with full file access)
- Comparison card: 'scheduling runs on Anthropic's cloud (your data leaves
your hardware)' was only half-true. Desktop app tasks stay local. Nuanced
to note cloud tasks are off-hardware; desktop app tasks run locally but
require the app to stay open.