chore(docs): prune internal planning/spec artifacts + sync i18n CHANGELOG to 3.8.24

- Remove internal quality-gate planning docs (PLANO-*, RELATORIO-*),
  openspec/superpowers/spec working notes, and a stale fixes doc that
  should not ship with the release.
- Drop the getting-started glob from the fumadocs source config.
- Add the [3.8.24] section stub to the 41 i18n CHANGELOG mirrors so the
  docs-sync gate is consistent (the EN CHANGELOG already had it).
This commit is contained in:
diegosouzapw
2026-06-13 10:37:15 -03:00
parent 7efd40729b
commit abbbf90ebe
56 changed files with 328 additions and 3530 deletions

View File

@@ -4,6 +4,12 @@
---
## [3.8.24] — TBD
_See English CHANGELOG for v3.8.24 details._
---
## [3.8.22] — TBD
_See English CHANGELOG for v3.8.22 details._
@@ -169,9 +175,9 @@ _Development cycle in progress._
refreshed siblings concurrently, so Auth0 revoked the whole token family
(`openai/codex#9648`) and every account but the last died with
`[403] <!DOCTYPE html>`. The quota path now skips proactive refresh for
rotating providers (`rotationGroupFor`) and reuses the current access_token,
rotating providers (`rotationGroupFor`) and reuses the current access*token,
deferring genuine expiry to the reactive, serialized 401 path. Defense in
depth: `serializeRefresh` now leaves a settle gap between two _queued_ sibling
depth: `serializeRefresh` now leaves a settle gap between two \_queued* sibling
refreshes (default 2000 ms, tunable via `CODEX_REFRESH_SPACING_MS`, `"0"` to
opt out) while releasing a lone refresh immediately, so the reactive path adds
no latency.