For Agents
Living index of themes for this project. Each H2 is a topic; bullets are wikilinks to related notes. Updated by
obsidian-documenterwhen documenting work. Read byhistorianat bootstrap. Topics kept alphabetical.
Dev environment / remote host
- dev-environment — the remote dev box is the
fk-devTailscale VM (command ssh ops@fk-dev.taild4189d.ts.net,100.91.108.61); the oldssh Facekom/lederera-447-fk-hardverbox (+ its SSHFS mount and dnsmasq100.103.48.49DNS chain) is decommissioned since ~2026-06-27. Native container builds still run on the remote host, never emulated on the Mac.ssh/scpare shell-aliased to_kaku_wrapped_ssh(absent non-interactively) → usecommand ssh. Canonical: dev-build-host.
Testing
- vuer_css — RTC unit-test trap: stubbing
peer.pcagainst a shape production never builds masks realSenderPeer → Peer → RTCPeerConnectionbugs; drive the real chain withglobal.RTCPeerConnectionmocked.
WebRTC
- vuer_css — client
Peerwrapper architecture:SenderPeer/ReceiverPeer.pcis aPeer(WildEmitter proxy), not anRTCPeerConnection; real conn atpc.pc; onlycreateOffer/setLocalDescription/setRemoteDescription/createAnswer/addStream/closeproxied;startWatcher()disabled. Surfaced in FKITDEV-8887.