Rename repository identity to contextforge-data-plane - #76
Open
lucarlig wants to merge 11 commits into
Open
Conversation
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Lang-Akshay
previously approved these changes
Aug 7, 2026
Lang-Akshay
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the much needed PR @lucarlig
LGTM
gandhipratik203
previously approved these changes
Aug 7, 2026
gandhipratik203
left a comment
Contributor
There was a problem hiding this comment.
The renaming looks consistent. LGTM!
Signed-off-by: lucarlig <luca.carlig@ibm.com>
lucarlig
dismissed stale reviews from gandhipratik203 and Lang-Akshay
via
August 7, 2026 14:56
2f87c30
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
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
contextforge-gateway-rstocontextforge-data-planecontextforge-stack-netfor the shared control-plane/data-plane integration stack andcontextforge-data-plane-netfor lightweight local data-plane developmentserver/discover, per-request metadata, and MCP2026-07-28ContextForgeGatewayRuntimePluginConfigRedis key, the/contextforge-rsroute, and the independently hostedcpex-plugins-rsrepositoryScope
This PR does not migrate, replace, remove, or otherwise change the implementation of the
mcp_counterandmcp_conformancefixtures. Their Dockerfiles differ frommainonly in the OCI repository-source label. The local Compose fixture configuration retains its existing behavior and changes only the Compose project and network identities.The previously proposed official Rust SDK source migration and generated SDK lockfile have been removed from this PR. Any fixture lifecycle or dependency change belongs in a separate change.
Why
The GitHub repository moved to
contextforge-org/contextforge-data-plane, but its package and operational identities still used the former repository name. This left Cargo, deployment configuration, observability metadata, and documentation inconsistent with the canonical repository.The full Compose environment contains both the ContextForge control plane and data plane, while the lightweight Compose environment supports host-side data-plane development. Their network names now reflect those distinct scopes.
Impact
The primary binary is now
contextforge-data-plane, internal crates use thecontextforge-data-plane-*names, and runtime configuration uses theCONTEXTFORGE_DATA_PLANE_*environment-variable prefix. Docker and documentation consumers must use the renamed identities.No MCP fixture implementation or SDK dependency changes are included.
Validation
make help,make docker-prod,make testing-up, andmake testing-downcontextforge-data-plane:latest --helpsmoke testdocker/dev.Dockerfilebuild and CLI smoke testdocker compose config --quietactionlintcargo shear --check-test-targets --deny-warnings --lockedcargo test --workspace --all-targets --all-features --locked(89 passed, 2 ignored)mdbook build docs/bookmdbook test docs/bookmain, and no SDK lockfile remains