refactor: extract development methodology to private submodule - #774
Merged
Conversation
…inity-dev) Skills, agents, and playbooks extracted to private repo. Public repo retains only the submodule pointer via .gitmodules. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rences - docs/DEVELOPMENT_WORKFLOW.md removed from public repo - .claude/DEVELOPMENT_WORKFLOW.md now lives in abilityai/trinity-dev - CLAUDE.md references updated to .claude/DEVELOPMENT_WORKFLOW.md - README.md, CONTRIBUTING.md, docs/onboarding/* references cleaned up - Submodule pointer bumped to include the new file Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 tasks
5 tasks
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.
Closes #775
Summary
.claude/(53 skill and agent files) out of the public repo into a new private repoabilityai/trinity-dev, wired back as a git submoduledocs/DEVELOPMENT_WORKFLOW.mdinto the submodule (now at.claude/DEVELOPMENT_WORKFLOW.md)CLAUDE.md,README.md,CONTRIBUTING.md, anddocs/onboarding/Why
The public repo contained all development playbooks, skills, and methodology. These are only useful to contributors with access to the private tooling. Extracting them keeps the public repo focused on code.
Developer setup
Clone with submodules to get methodology:
Or after cloning:
Without access to
trinity-dev,.claude/stays empty — nothing breaks, skills just don't load.Test plan
git submodule statusshows.claudepointing to correct commit.claude/skills/and.claude/agents/accessible aftergit submodule update --initdocs/DEVELOPMENT_WORKFLOW.mdin public filesCLAUDE.mdloads.claude/DEVELOPMENT_WORKFLOW.mdcorrectly🤖 Generated with Claude Code