fix(extraction): CSS bleed, blank turns, doubled titles, history loading + verify harness (Closes #206, #208, #209)#211
Merged
Conversation
…ory loading + verify harness (Closes #206, Closes #208, Closes #209) Diagnosed with the new tools/verify_export.py oracle-diff harness (compares each extracted conversation against the API export): - #206: extractTextContent now strips <style>/<script> so web-search widget keyframes stop bleeding into message text. Tested. - #208: blank turns (empty thinking/artifact shells) are dropped and re-indexed; this also clears the false 'no opening user' they caused. Tested. - #209: cleanTitle now collapses space-separated doubled names ('X X'), and the full-list path runs titles through it. Tested. - #204 (addressed, pending browser verify): the ~10-message cap was the BACKGROUND worker tab not triggering Claude's lazy-load of older turns. Worker tab is now active so scrollToLoadAllMessages loads full history. verify_export will confirm dom-count == oracle-count on the next run; leaving #204 open until it does. tools/verify_export.py: oracle-diff gate (dom vs api export) — message count, opening-user, blank turns, CSS leak, doubled title, Unicode integrity. Manifest 1.5.2 -> 1.5.3. 324 tests pass. #205/#207 (deep-research shape) need real DOM and are deferred. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Diagnosed with the new
tools/verify_export.pyoracle-diff harness (compares each extracted conversation against the API export).<style>/<script>so web-search widget keyframes stop bleeding into message text.verify_exportwill confirm dom-count == oracle-count on the next run — leaving bug(claude): batch walk extracts fewer messages than the conversation has (dropped turns) #204 open until it does.New
tools/verify_export.py: oracle-diff gate. Manifest 1.5.2 -> 1.5.3. 324 tests pass. #205/#207 (deep-research shape) need real DOM and are deferred.Closes #206
Closes #208
Closes #209