Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Pins the new marker-cell-mutated macro security prompt UI-interaction probe and its audited sidecar into the current OOXML evidence bundle, and tightens the “current supported claim” guardrail to require that new evidence.
Changes:
- Added a new pinned UI-interaction probe artifact for marker-cell-mutated macro prompt handling and an associated
audit_ooxml_interactive_evidence.pysidecar report. - Updated the completion-claim audit to require the new marker-macro sidecar evidence as part of the “current supported claim” requirements.
- Refreshed the fidelity-gap discovery plan text to reflect the updated evidence bundle counts and the expanded UI-interaction coverage list.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
scripts/audit_ooxml_completion_claim.py |
Requires the new excel_ui_interaction_marker_macro_evidence report for the current supported-claim readiness gate and updates the explanatory text. |
Plans/real-world-excel-fidelity-gap-discovery.md |
Updates the plan narrative and inventory to include the new marker-macro UI-interaction evidence and refreshed bundle counts. |
Plans/ooxml-current-evidence-bundle.json |
Pins the marker-macro UI-interaction probe report and its audited evidence sidecar into the current evidence bundle manifest. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Evidence
ready=true, 191 reports, 0 issues)current_supported_claim_ready=true,exhaustive_claim_ready=false, 4 open requirements)Validation
git diff --checkuv run --no-sync python scripts/audit_ooxml_evidence_bundle.py Plans/ooxml-current-evidence-bundle.json --strict > /tmp/wolfxl-current-evidence-bundle-audit-marker-macro-ui-20260509.jsonuv run --no-sync python scripts/audit_ooxml_completion_claim.py Plans/ooxml-current-evidence-bundle.json --strict-current-evidence > /tmp/wolfxl-completion-current-marker-macro-ui-20260509.jsonuv run --no-sync pytest tests/test_ooxml_evidence_bundle.py tests/test_ooxml_completion_claim.py tests/test_ooxml_interactive_evidence.py -quv run --with ruff ruff check scripts/audit_ooxml_completion_claim.py tests/test_ooxml_completion_claim.py tests/test_ooxml_evidence_bundle.py tests/test_ooxml_interactive_evidence.py