test(mv3): prove bounded history mutation compatibility - #59
Draft
seonghobae wants to merge 3 commits into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 10, 2026
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.
Partial implementation of #27.
Buyer-visible gap
The pinned real-Chromium Manifest V3 lane previously proved the
historyAPI only through read-only search. A defensible compatibility claim also needs one controlled mutation lifecycle inside the ephemeral Agent Task compatibility profile without touching ambient human browsing history.Dependency
This Draft remains stacked on exact PR #56 head
e1099e35ac000c7bf87ea75666cfdd928a386370. It is not independently integrable while #56/#43 remain active.TDD evidence
Test-only exact head
4b5f393a7420541723a07243b83cdaa7e28948deadded the fail-first repository contract. CI run31432051381checked out that exact head and failed inCheck Python repository contractsbecauseexerciseHistoryMutation,chrome.history.addUrl,chrome.history.deleteUrl, and the mutation readiness boundary did not exist. That is the intended RED, not a predecessor success.The narrow implementation then added a controlled history lifecycle and an Unreleased changelog entry. Current exact head is
b0d9c905fd7a50128eb1dde643b8a3a0f9cb1dc8.Current implemented boundary
The real Chromium fixture now:
http://127.0.0.1/page.htmlsender without embedded credentials;history-entry.htmlURL inside the same controlled loopback fixture;chrome.history.addUrl;chrome.history.search;finallythroughchrome.history.deleteUrl;The current Chrome Extensions reference documents the
historymanifest permission and Promise-returningaddUrl,search, anddeleteUrlAPIs. Repository release evidence remains tied to the pinned Chromium fixture rather than treating living vendor documentation as execution proof.Exact-head evidence
On unchanged exact head
b0d9c905fd7a50128eb1dde643b8a3a0f9cb1dc8:31432338572: success;31432338759: success against real pinned Chromium; andNo predecessor-head result is transferred to this head.
Scope boundary
Compatibility evidence only. This lane does not grant OriginWeave Agent history authority, expose a history tool, access a human/default profile, persist OriginWeave-owned browser-history data, add model calls, widen network authority, alter workflows, or make a release claim. Canonical product documentation remains owned by PR #44 and records #59 as active/non-shipped compatibility evidence.
Keep Draft while #56/#43 remain active. This scheduled actor does not merge or self-approve.