Skip to content

refactor: extract development methodology to private submodule - #774

Merged
vybe merged 2 commits into
devfrom
feature/extract-methodology-to-submodule
May 11, 2026
Merged

refactor: extract development methodology to private submodule#774
vybe merged 2 commits into
devfrom
feature/extract-methodology-to-submodule

Conversation

@vybe

@vybe vybe commented May 11, 2026

Copy link
Copy Markdown
Contributor

Closes #775

Summary

  • Moves .claude/ (53 skill and agent files) out of the public repo into a new private repo abilityai/trinity-dev, wired back as a git submodule
  • Moves docs/DEVELOPMENT_WORKFLOW.md into the submodule (now at .claude/DEVELOPMENT_WORKFLOW.md)
  • Fixes all 8 references to the old path across CLAUDE.md, README.md, CONTRIBUTING.md, and docs/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:

git clone --recurse-submodules https://github.com/abilityai/trinity.git

Or after cloning:

git submodule update --init

Without access to trinity-dev, .claude/ stays empty — nothing breaks, skills just don't load.

Test plan

  • git submodule status shows .claude pointing to correct commit
  • .claude/skills/ and .claude/agents/ accessible after git submodule update --init
  • No broken references to docs/DEVELOPMENT_WORKFLOW.md in public files
  • CLAUDE.md loads .claude/DEVELOPMENT_WORKFLOW.md correctly

🤖 Generated with Claude Code

vybe and others added 2 commits May 11, 2026 10:04
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: extract .claude development methodology to private submodule

1 participant