Skip to content

Migrate .opencode from submodule to standalone sub-repo#99

Merged
michael-conrad merged 1 commit into
devfrom
feature/98-migrate-opencode-to-subrepo
May 29, 2026
Merged

Migrate .opencode from submodule to standalone sub-repo#99
michael-conrad merged 1 commit into
devfrom
feature/98-migrate-opencode-to-subrepo

Conversation

@michael-conrad

Copy link
Copy Markdown
Owner

Summary

Migrate .opencode/ from git submodule to standalone sub-repo. Remove .gitmodules, remove gitlink from index, re-clone as independent git repo, add .opencode/ to .gitignore.

Outcome

  • .gitmodules deleted — no more submodule tracking
  • .opencode re-cloned as standalone git repo at https://github.com/michael-conrad/.opencode.git on dev branch
  • .opencode/ added to .gitignore — parent repo will not track .opencode/ contents
  • git clone of parent repo no longer auto-clones .opencode/ — it must be checked out separately

Fixes

Closes #98

Remove .opencode from .gitmodules and git submodule tracking.
Clone .opencode as independent git repo at https://github.com/michael-conrad/.opencode.git.
Add .opencode/ to .gitignore to prevent parent-repo tracking.

Closes #98
@michael-conrad michael-conrad merged commit a9c7ac7 into dev May 29, 2026
4 checks passed
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.

1 participant