Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
Read a handle the same way in both regex engines
`(?i)` is an inline flag Dart's RegExp does not have, and it does not ignore
it — it rejects the whole pattern with "FormatException: Invalid group". The
pattern is built at the first call, which is `frq.profile/actor` on the first
message the server sends, so the Flutter build died on connect rather than on
anything a screen could show. The desktop never saw it: jolt's reader takes
the flag.
The classes are spelled out instead of flagged. Both engines read that the
same way, which is what `common/` requires of anything in it — the file is
the one copy and the compilers are not the same compiler.
Checked equivalent against the old pattern over handles, mixed case, the
leading and trailing hyphen cases, and a bare nick.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>