For Agents

Living index of themes for this project. Each H2 is a topic; bullets are wikilinks to related notes. Updated by obsidian-documenter when documenting work. Read by historian at bootstrap. Topics kept alphabetical.

Dev environment / remote host

  • dev-environment — the remote dev box is the fk-dev Tailscale VM (command ssh ops@fk-dev.taild4189d.ts.net, 100.91.108.61); the old ssh Facekom / lederera-447-fk-hardver box (+ its SSHFS mount and dnsmasq 100.103.48.49 DNS chain) is decommissioned since ~2026-06-27. Native container builds still run on the remote host, never emulated on the Mac. ssh/scp are shell-aliased to _kaku_wrapped_ssh (absent non-interactively) → use command ssh. Canonical: dev-build-host.

Testing

  • vuer_css — RTC unit-test trap: stubbing peer.pc against a shape production never builds masks real SenderPeer → Peer → RTCPeerConnection bugs; drive the real chain with global.RTCPeerConnection mocked.

WebRTC

  • vuer_css — client Peer wrapper architecture: SenderPeer/ReceiverPeer.pc is a Peer (WildEmitter proxy), not an RTCPeerConnection; real conn at pc.pc; only createOffer/setLocalDescription/setRemoteDescription/createAnswer/addStream/close proxied; startWatcher() disabled. Surfaced in FKITDEV-8887.