Conversation
randlee
added this pull request to stack #186
September 20, 2026 22:41
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{% autoescape false %}workaround fromqa-template.xml.j2string | cdata_escapeboundaryScope
This is a surgical structural migration. Frontmatter/schema/defaults are unchanged except version
1.1.0 → 1.2.0; prompt prose and conditionals are preserved. No repository-specific language was introduced or rewritten.Other XML template families remain separate work and should be migrated in independent reviewable layers.
sc-compose / MiniJinja practice
The
.xml.j2template keeps filename-aware autoescaping enabled. Attributes use the normal XML formatter. CDATA text usesstring | cdata_escape:stringpreserves existing strings without JSON quote wrapping and coerces structured/numeric values;cdata_escapesafely splits]]>and marks only that boundary safe. This avoids blanket autoescape disabling, handwritten entities, and macro-related strict-validation diagnostics.Validation
sc-compose render --strict --check-render --json: zero error diagnostics< > &, Unicode, repeated]]>xmllintstrict parsingjust lintPASSjust testPASSgit diff --checkStack