docs: remove private/internal references (gilabot, gnuc, my_home, …)#8
Merged
Conversation
WHAT: Genericize every reference to private repos/infra that would confuse external readers of this public repo: - gilabot / gila-plugin-git-tend / gila_plugin_git_tend / "gila git-tend" -> the generic "git-tend" tool + its GitService read surface (no private repo named). - Dropped the gilabot GitHub URL and the "pin to gilabot CI / .ci/tool-versions" note (-> "a recent stable Rust toolchain"). - gnuc / "the bastion" / ~/venv -> generic build instructions. - my_home#46 -> the incident described without the private issue number. - Private class/module names (StatusService, ScanService, TendService, PRService, models.SyncState, status_service.py) -> "the status roll-up" / check_repo / "higher-level services". WHY: gitxtend is public; gilabot and the rest are private. Those references were dead links / unexplained internals for anyone outside the workspace. All technical content (gix mappings, API surface, SyncState tree) is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Removes private/internal references from the public gitxtend repo so external
readers aren't tripped by dead links and unexplained internals.
gila-plugin-git-tend/gila_plugin_git_tend/gila git-tend→ the genericgit-tendtool + itsGitServiceread surface (no private repo named).gnuc, "the bastion",~/venv→ generic build instructions.my_home#46→ the motivating incident, without the private issue number.StatusService,ScanService,TendService,PRService,models.SyncState,status_service.py) → "the status roll-up" /check_repo/ "higher-level services".All technical content (the gix mappings, the API surface, the SyncState decision
tree) is unchanged — only the private framing is genericized.
Test plan
cargo test --no-default-features, clippy(core + python)
-D warnings, andcargo fmt --all --checkall green.grepconfirms nogilabot/gila/gnuc/my_home/ private-classreferences remain.
🤖 Generated with Claude Code