Commit bc9c473
committed
docs(memory): record GitHub fork search visibility findings
Investigated why BigStrongSun/ccswitchmulti is reachable by direct URL but missing from default GitHub repository search.
Evidence: repo API shows the repository is public, enabled, unarchived, and a fork of farion1231/cc-switch. GitHub REST repository search returns zero results for plain ccswitchmulti and user-scoped ccswitchmulti, but returns BigStrongSun/ccswitchmulti when fork:true or fork:only is included. Code search likewise requires fork:true for repo-scoped hits, while the GitHub connector reports the repository is code-search indexed.
Conclusion: the primary cause is GitHub's default fork filtering in repository and code search, not privacy, disabled state, archive state, or a broken remote. External search can already find the repository page and releases. Follow-up improvements are topics/README slug cleanup or detaching from the fork network if default repository search visibility is required.1 parent d63031f commit bc9c473
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
0 commit comments