chore: remove .claude submodule and investigations tool references#12
Merged
chore: remove .claude submodule and investigations tool references#12
Conversation
The .claude submodule points to a private repo which breaks public clones. Removed it from git tracking and added .claude/ to .gitignore so OpenTrace developers can optionally clone it locally. Also removed the investigations tools row from the README since those tools are no longer exposed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
This is a beneficial maintenance change that improves the experience for public contributors. Removing the private submodule prevents Attached by run cb51c8a7-408b-46bd-931a-9ccee4743f27 |
Edwinbhart
approved these changes
Mar 3, 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.
Overview
This merge request removes the
.claudegit submodule to resolve cloning issues for public users. The submodule pointed to a private repository, causinggit cloneto fail for anyone without access. This change ensures a smoother onboarding experience for new contributors by decoupling the main repository from private dependencies.Technical Details
Submodule Removal:
.claudesubmodule and the corresponding.gitmodulesfile have been deleted..gitignorefile has been updated to include.claude/, allowing developers with access to optionally clone the private repository locally without affecting the main project.Documentation and Configuration Updates:
README.md: The row referencing "investigations tools" has been removed.CLAUDE.md&CONTRIBUTING.md: All references to the submodule have been removed and instructions updated to reflect the new setup process.cspell.json: The dictionary has been updated to remove words associated with the submodule.Review Summary
git clonecompletes successfully for users without access to the privateopentrace/.clauderepository.make dev) and plugin installation processes remain fully functional.Impact Assessment
git cloneprocess.Attached by run cb51c8a7-408b-46bd-931a-9ccee4743f27