Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions .github/workflows/review-gate.yml

This file was deleted.

6 changes: 6 additions & 0 deletions docs/verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ cargo build --release --locked --manifest-path host-rs/Cargo.toml -p agenttab-ho

The workspace checks TypeScript adapters, extension code, installer, OMP adapter, and package builds. The architecture gates cover manifest identity, required and optional permission behavior, RPC schemas, forbidden legacy surface, and Rust IPC framing. They do not operate a real signed-in browser.

## Pull request routing

Pull requests that change only `README.md`, `CHANGELOG.md`, `LICENSE`, documentation files ending in `.md`, `.rst`, or `.txt` under `docs/`, or a top-level `.github/*.md` file use the lightweight CI lane. The classifier still scans added public text for credentials, private paths, session identifiers, and private hosts. Source, manifest, workflow, nested GitHub, executable documentation, mixed, empty, or ambiguous changes use the full cross-platform lane.

Branch protection requires the stable `verify` check. The automatic review ruleset requests a fresh review after every push. Before merging, confirm that the latest automated review commit matches the current pull-request head; if the commits differ, request another review. Unresolved review threads remain merge blockers.

## Live browser evidence

Use a disposable Chrome profile and a disposable test account. Reload the unpacked extension through Chrome's extension UI, then observe the actual surface after every UI action. Exercise:
Expand Down
Loading