Summary
After docs-builder 1.38.0 (released 2026-08-13 ~13:14 UTC), the production Codex assemble/deploy in elastic/codex-environments fails during docs-builder codex build with:
ScopedFileSystemException: Access denied: '.../.artifacts/codex/docs/r/<repo>.md'
... which is outside all configured scope roots.
This repeats for many generated repo landing pages (agentic-interface-program.md, nightshift-program loads then other repos fail, etc.).
Impact
codex.elastic.dev/r/* has not successfully rebuilt since ~13:07 UTC (last good run used 1.37.0). Link-index updates still fire repository_dispatch, but every subsequent build fails.
Evidence
Workaround
Pinning docs-builder to 1.37.0 in the Codex build workflow: https://github.com/elastic/codex-environments/pull/55
Ask
Please either (1) merge the pin / restore builds, and (2) fix the ScopedFileSystem regression in docs-builder for generated Codex landing pages under .artifacts/codex/docs/r/.
Summary
After docs-builder 1.38.0 (released 2026-08-13 ~13:14 UTC), the production Codex assemble/deploy in
elastic/codex-environmentsfails duringdocs-builder codex buildwith:This repeats for many generated repo landing pages (
agentic-interface-program.md,nightshift-programloads then other repos fail, etc.).Impact
codex.elastic.dev/r/*has not successfully rebuilt since ~13:07 UTC (last good run used 1.37.0). Link-index updates still firerepository_dispatch, but every subsequent build fails.Evidence
1.37.0+8fcb754)1.38.0+d216ca7)Workaround
Pinning
docs-builderto1.37.0in the Codex build workflow: https://github.com/elastic/codex-environments/pull/55Ask
Please either (1) merge the pin / restore builds, and (2) fix the ScopedFileSystem regression in docs-builder for generated Codex landing pages under
.artifacts/codex/docs/r/.