docs: note wecanjustbuildthings.dev egress now allowlisted in web sessions#40
Merged
Merged
Conversation
…sions
Domain egress is now allowlisted in the Claude Code on the web
environment (2026-07-03), so the live-site verification curls in the
operator runbook are runnable from web sessions, not just locally.
Confirmed live: /api/health -> {"ok":true}; nostr/bluesky/github
status endpoints -> {"configured":true}.
Record it as a Recently resolved item in the ROADMAP and add a note to
the runbook's Verify deployment state section.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LVPyHAtQ1cdK76RpFasafP
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
wecanjustbuildthings | fa1154c | Commit Preview URL Branch Preview URL |
Jul 03 2026, 03:08 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Records that
wecanjustbuildthings.devdomain egress is now allowlisted in the Claude Codeon the web environment (as of 2026-07-03), so the live-site verification
curlchecks in theoperator runbook are runnable from web sessions — previously they returned
403on CONNECT andhad to be skipped.
Confirmed live from a web session:
/api/health{"ok":true}/api/auth/nostr/status{"configured":true}/api/auth/bluesky/status{"configured":true}/api/github/status{"configured":true}This is a docs-only update (environment/operator change, not a code change):
ROADMAP.md— new Recently resolved bullet.docs/OPERATOR-RUNBOOK.md— a note under Verify deployment state.Type of change
Required checks
npm run checkpasses (schema validation) — N/A (no schema touched)npm run enforcepasses — N/A (no catalog/recipe/provider strings touched)npm testpasses — N/A (enforcement engine not touched)npm run buildsucceeds — N/A (Markdown-only change)For catalog entries
N/A — no catalog entries in this PR.
For recipes
N/A — no recipes in this PR.
🤖 Generated with Claude Code
Generated by Claude Code