Skip to content

Remove broken self-referential submodule#6

Open
turbomam wants to merge 1 commit intomainfrom
fix/remove-self-submodule
Open

Remove broken self-referential submodule#6
turbomam wants to merge 1 commit intomainfrom
fix/remove-self-submodule

Conversation

@turbomam
Copy link
Collaborator

@turbomam turbomam commented Mar 6, 2026

Summary

  • Removes the auto-term-catalog gitlink entry at the repo root — it was a submodule reference pointing to commit 11ba572 ("update table", Dec 5) in this same repo, with no .gitmodules file

Why

Anyone cloning the repo sees a directory called auto-term-catalog that they can't enter or use. I assume it was created accidentally and I can't imagine what purpose it serves.

Fixes #3.

The `auto-term-catalog` entry at the repo root was a gitlink (submodule
reference) pointing to commit 11ba572 in this same repo, with no
.gitmodules file. It was created accidentally and serves no purpose.

Fixes #3.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 6, 2026 22:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an accidental, broken self-referential git submodule entry (auto-term-catalog) from the repository root so clones no longer contain an unusable gitlink directory.

Changes:

  • Deletes the auto-term-catalog gitlink (submodule pointer) from the repo root.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

https://github.com/CultureBotAI/auto-term-catalog/blob/main/auto-term-catalog is a symlink to itself

2 participants