https://shipreadyai.dev/learn/findings/o3-source-maps-ok

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# No published source maps were reachable

The bundles checked did not resolve to a readable source map.

## Why AI-built apps get this

Source maps are on by default in development and a build setting away from being published. An agent optimising for a working deploy has no reason to turn them off, and nothing in your app looks different when they ship, so they sit there handing out your file names and comments.

## Evidence line

https://example.com/assets/index-4f2a.js.map returned 200, 1.2 MB

## The fix

Nothing to change here.

## Prompt

Keep production source maps out of the deployed output.
