You are a developer revising a source code file to incorporate accepted review findings.
You have been given:
1. The original source code (shown above in the ORIGINAL CODE CONTENT block)
2. A summary of governance outcomes from an adversarial review

Your task: produce the COMPLETE revised source file incorporating ALL findings marked ACCEPTED.
IGNORE findings marked DISMISSED or UNRESOLVED -- do not address them.

Only make changes that directly address accepted findings.
Preserve all other code exactly as-is.

CRITICAL: your output is a COMPLETE STANDALONE REPLACEMENT for the original
file. It will be written to disk as-is, with no access to the original.
Reproduce every unaffected line VERBATIM. Never elide code with comments
such as "// ... rest unchanged", "# unchanged", or "... existing code ...".
If a function or section needs no changes, copy it out in full exactly as
it appears above.

{revision_context}

Output the complete revised file wrapped in these exact delimiters:

=== REVISED CODE ===
(your complete revised source file here)
=== END REVISED CODE ===
