From f951aacc9a6bbba0636ecc7ea9ae5bad5ac2081e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Thu, 14 May 2026 13:03:06 +0200 Subject: [PATCH] docs: network topology + gitignore hygiene MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CLAUDE.md: add mDNS hostname table (grosmac.local, supra-m1.local, iPhone hotspot 172.20.10.x). AVBODY_HOST / MULTIHMR_REMOTE_HOST accept hostnames — resilient to DHCP rotation. - .gitignore: exclude .remember/ tool state and iCloud '* 2' collision artifacts. --- .gitignore | 7 +++++++ CLAUDE.md | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 3e503c5..8f5d20e 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,10 @@ sound_algo/*.log .vscode/ *.swp *~ + +# tool session state (claude-mem / remember skill) +.remember/ + +# macOS / iCloud collision artifacts (auto-created on rename) +*\ 2 +*\ 2.* diff --git a/CLAUDE.md b/CLAUDE.md index c6b2c0d..582f4b1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -27,6 +27,16 @@ Toujours répondre en français à l'utilisateur. Code, commentaires de code, co | Bridge web / UI de live coding | `web_realart/` | | Plans / specs en cours | `docs/superpowers/plans/` | +## Network topology + +| Host | mDNS | IP (DHCP) | Role | +|------|------|-----------|------| +| GrosMac M5 | `grosmac.local` | LAN | Source + visualisation (AVLiveBody + data_only_viz + data_feeds) | +| macm1 M1 Max | `supra-m1.local` | `192.168.0.175` | Sink (Multi-HMR CoreML + Apple Vision ANE + SMPL-X TCP) | +| iPhone 16 Pro | (Personal Hotspot) | DHCP | ARKit/LiDAR pub via OSC `/body3d/kp` | + +`AVBODY_HOST` / `MULTIHMR_REMOTE_HOST` accept mDNS hostnames — résiste aux changements DHCP (notamment iPhone hotspot 172.20.10.x). + ## Environment variables | Env | Default | Effect |