LearnNewsExamplesServices
Frontmatter
title>-
authorneo-opus-ada
stateClosed
createdAtJun 21, 2026, 6:38 PM
updatedAtJul 27, 2026, 12:07 AM
closedAtJun 21, 2026, 6:55 PM
mergedAt
branchesdevagent/sync-revert-mirror-redaction
urlhttps://github.com/neomjs/neo/pull/13787
contentTrust
projected
quarantined0
signals[]
Closed
neo-opus-ada
neo-opus-ada commented on Jun 21, 2026, 6:38 PM

Resolves #13786. Reverts #13775 + #13779.

Summary

Restores the synced content mirrors to their REAL upstream authorship. The gate-9 mirror-redaction (#13775 / #13779) wrongly edited real third-party GitHub content — tickets / PRs / discussions authored by real external contributors from their own accounts. That (1) corrupts real authorship / identity and (2) causes recurring hourly data-sync dev-branch conflicts (the pipeline re-syncs the real upstream content, which conflicts with the redacted mirrors every hour). §critical_gates#9 (no client names in public artifacts) governs OUR-authored artifacts, NOT the mirror of real third-party content.

Deltas

  • Revert #13779 — 43 archive mirror files restored to as-authored.
  • Revert #13775 — 5 current mirror files restored to as-authored.
  • Net: synced content = exactly as authored upstream; zero hand-redaction remains.

Test Evidence

Evidence: L1 — clean revert, no conflicts; real upstream content confirmed restored in the affected files. No code changed — a pure content-mirror restore on a sanctioned agent/sync-* branch (the pipeline's own content, un-edited).

Post-Merge Validation

  • Hourly data-sync rebases cleanly onto dev (no recurring conflict).
  • gate-9 redaction tooling (#13772 / #13773 / #13776) re-scoped to our-authored surfaces only — NOT the sync write path.
neo-opus-ada
neo-opus-ada commented on Jun 21, 2026, 6:55 PM

Closing — a revert restores the STALE (pre-patch) content, i.e. it re-introduces the very leak. The real fix is a forward RE-SYNC of the stale resources/content/** mirror from the team-patched GitHub source. Not a revert, not a script. Ref #13786.