Files
amethyst/tools
Claude 2ce652b97f chore(interop): quiet happy-path logs, keep detail in LOG_FILE
Trims ~300 lines of screen output from an all-pass run without losing
any post-mortem detail — all removed lines still land in $LOG_FILE:

- preflight: move tool-path listings to $LOG_FILE only
- configure_relays: collapse 30+ per-relay "add ok" info lines into a
  single "X ok, Y already-present, Z failed" summary
- configure_relays: drop verbose "B relay list after configure" dump
  (file only); compress kind:30443 / kind:10050+1059+445 sanity logs
  to single summary lines
- discover_a_relays: replace 10-line per-type relay list with a
  nip65/inbox/kp count summary; full lists in $LOG_FILE
- main: drop unconditional "Post-configure baseline diagnostics"
  (dump_daemon_diagnostics already fires on invite-timeout)
- test_02: move pre-invite dump_daemon_diagnostics and post-send
  dump_outbound_diagnostics into the failure branches only
- test_04: drop unconditional pre-invite daemon dump
- test_01: send raw relay-list blob to $LOG_FILE instead of stderr

Failure paths still dump full daemon diagnostics, so debugging a broken
relay set loses nothing.

https://claude.ai/code/session_011HLbt9QMwBMSxovNRkv4GB
2026-04-23 17:20:49 +00:00
..