docs(bridge): mark stable contract from KernelVersion 2.0#36
Merged
Conversation
bridge is the single seam each host (link, ops, visor, hub) uses to wire concrete implementations of the kernel's interfaces. Recon across the ecosystem confirmed adoption (link, ops, visor) and stable shape: Config, Bridge, ActionContext, ActionInterceptor(Registry), Tool(Store), AgentResolver, LegacyLifecycle/ManifestSource, SecretResolver, Manifest. Add bridge/doc.go formalising the public surface and the host-side contract, and surface bridge in ARCHITECTURE.md alongside the rest of the addon platform.
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.
Context
Recon across the ecosystem (link, ops, visor, hub, starter, operador360, p2p) confirmed:
bridgeIS adopted as the single seam each host uses to wire kernel↔host glue.Changes
bridge/doc.go(new): formal package doc with stability statement, contract notes, and current host adopters.ARCHITECTURE.md: surface bridge in the "addon platform" section and in the directory contract, marked as stable from KernelVersion 2.0+.Out of scope
bridge.go,ports.go, or any consumer.2.0.0inbridge.go).