From 5bc151fdcac7307074658faab926cf41265a9c4d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 27 Nov 2025 18:24:12 +0100 Subject: [PATCH] Redact phone number from example config --- docs/claude-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/claude-config.md b/docs/claude-config.md index da61ea573..74e4147c9 100644 --- a/docs/claude-config.md +++ b/docs/claude-config.md @@ -54,7 +54,7 @@ This is the actual config running on @steipete's Mac (`~/.warelay/warelay.json`) { logging: { level: "trace", file: "/tmp/warelay/warelay.log" }, inbound: { - allowFrom: ["***REMOVED***"], // your phone number + allowFrom: ["+1234567890"], // your phone number reply: { mode: "command", cwd: "/Users/steipete/clawd", // Clawd's home - give your AI a workspace! @@ -134,7 +134,7 @@ Set to `0` to disable heartbeats entirely. Test it anytime: ```sh -warelay heartbeat --provider web --to ***REMOVED*** --verbose +warelay heartbeat --provider web --to +1234567890 --verbose ``` ## How Messages Flow