Define the selected-surface acceptance gate - #85
Merged
Conversation
IlyaasK
marked this pull request as ready for review
July 11, 2026 16:30
IlyaasK
force-pushed
the
hypeship/api-key-state-design
branch
from
July 13, 2026 13:35
73ec078 to
06d38b6
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
3 times, most recently
from
July 13, 2026 15:39
ffddbee to
eb7ff9f
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
from
July 20, 2026 19:38
eb7ff9f to
4d3c1e2
Compare
IlyaasK
force-pushed
the
hypeship/api-key-state-design
branch
2 times, most recently
from
July 21, 2026 14:46
12ca1a6 to
f7b91b9
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
from
July 21, 2026 14:46
4d3c1e2 to
3e6a2bb
Compare
IlyaasK
force-pushed
the
hypeship/api-key-state-design
branch
from
July 21, 2026 18:10
f7b91b9 to
91aa9cf
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
from
July 21, 2026 18:10
3e6a2bb to
5182b36
Compare
IlyaasK
force-pushed
the
hypeship/api-key-state-design
branch
from
July 21, 2026 19:51
91aa9cf to
cc2e49b
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
2 times, most recently
from
July 21, 2026 20:15
27b3375 to
df516af
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
from
July 28, 2026 14:10
df516af to
67f66ed
Compare
IlyaasK
changed the base branch from
hypeship/api-key-state-design
to
hypeship/extension-data-source-acceptance
July 28, 2026 14:11
Sayan-
approved these changes
Jul 28, 2026
IlyaasK
force-pushed
the
hypeship/extension-data-source-acceptance
branch
from
July 29, 2026 19:45
d360e8d to
aa323b3
Compare
IlyaasK
force-pushed
the
hypeship/v1-acceptance-matrix
branch
from
July 29, 2026 19:52
67f66ed to
e24b30a
Compare
IlyaasK
changed the base branch from
hypeship/extension-data-source-acceptance
to
main
July 29, 2026 19:52
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
Defines the live-API release gate for the provider's selected public surface.
kernel_projectandkernel_browser_pool.kernel_project,kernel_profile,kernel_proxy, andkernel_extension.Why this is release work
The selected public surface needs real-API evidence against the release commit. This PR documents that gate without expanding the provider into parked resources or runtime operations.
Provider behavior
No provider behavior, schema, state, import, API, or SDK contract changes.
Acceptance status
All six registered surfaces have opt-in acceptance-test code and matching manual workflow jobs. This documentation PR did not run the credential-gated live matrix; one complete run against the final release commit remains a manual pre-tag gate.
Tests run
gofmt -l cmd internalgo test -short -timeout=2m ./...go vet ./...terraform fmt -check -recursive examplesbash scripts/check-docs.shbash scripts/check-markdown-links.shbash scripts/check-examples.shgit diff --checkIntentionally unsupported
Remaining release gate
Run the manual six-package acceptance workflow against the final release commit, record the workflow evidence, and audit any interrupted-run fixtures before tagging.
Note
Low Risk
Markdown-only release and testing documentation with no runtime or provider changes.
Overview
Documentation-only: no provider code, schema, or API behavior changes.
Introduces
docs/acceptance.mdas the canonical selected-surface acceptance matrix for pre-tag releases: gate rules, env vars, a table of live scenarios for two resources and four data sources, sixgo testcommands, scope boundaries, and a release-record template.README drops inline acceptance commands and directs readers to that matrix; it also notes data-source tests need
KERNEL_PROJECT_IDand clarifies tests do not acquire, release, or recover browsers.docs/architecture.mdlinks acceptance coverage to the matrix.docs/release.mdreplaces per-package bullet commands with a single matrix run (six manual workflow jobs), and expands interrupted-run cleanup to profiles, proxies, and extensions—not only projects and browser pools.Reviewed by Cursor Bugbot for commit e24b30a. Bugbot is set up for automated code reviews on this repo. Configure here.