FACTUAL ACTIVITY RECORD · An activity record based on work that took place
Separating Custom Domain management from delivery
Updating only code and runtime during routine delivery while leaving domain settings externally managed
Purpose
Routine Web delivery needed to update code and runtime while preserving an externally managed Custom Domain without requiring unnecessary zone permissions.
Implementation
Route definitions were removed from Web configuration, separating Custom Domain management into the external dashboard. Static checks require route settings to remain absent, fixing a boundary where normal delivery neither changes domain configuration nor requests zone-write permission.
Rendering diagram…
What was confirmed
Verification results
Web configuration, delivery-contract checks, the production build, dry-run, linting, type checks, and 30 tests passed.
At the cutoff, production delivery and public reachability after the change were not verified.
Basis for completion
The work was complete when routine delivery and Custom Domain management were separated and verification passed without unnecessary zone permissions.