Honor custom summary formatting - #7656
Open
ComputelessComputer wants to merge 2 commits into
Open
ComputelessComputer wants to merge 2 commits into
ComputelessComputer wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 9 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Keep default headings and bullets while letting explicit formats control presentation. Separate detail modes from layout and preserve custom sections through persistence. Add prompt and persistence regressions. ANLG-384
Assert the renderer contract separately from appended detail guidance and make the default section-count instruction self-contained. ANLG-384.
ComputelessComputer
force-pushed
the
fix/anlg-384-custom-summary-format
branch
from
September 17, 2026 06:12
7f11364 to
5e1f317
Compare
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.
Allow explicit summary formats to control presentation while preserving default headings and bullets. Keep detail modes independent of layout and preserve custom sections through persistence.
Includes prompt and persistence regression coverage. ANLG-384.
Summary by cubic
Fixes ANLG-384. Explicit summary formats now control presentation while detail modes only control content; previously default heading, bullet, and section-count guidance leaked into custom formats. Default summaries keep their standard formatting, including the
# Next Stepsinstruction (now applied only when no Output Template is given) and Korean style rules, and custom sections survive length limiting and note persistence.Coverage
Written for commit 5e1f317. Summary will update on new commits.