You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/repomatic-audit/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Compare these files against the upstream reference. **Before flagging absence as
90
90
|`.github/ISSUE_TEMPLATE/`| Filename conventions (hyphens, not underscores), missing labels | Personal/internal repo without external bug reporters. |
91
91
|`.github/code-of-conduct.md`| Title-case headings vs upstream sentence case, plaintext email vs anti-scrape obfuscation, stale attribution URLs | Replace verbatim with upstream when divergence is detected. |
92
92
|`.github/funding.yml`| Compare with reference | — |
93
-
|`.gitignore`|Symlink target (often `dotfiles/.gitignore_global` or similar) vs upstream | Auto-generated by repomatic; drift means the user should re-run sync. |
93
+
|`.gitignore`|Must be a real file: git skips an in-tree `.gitignore` reached via symlink; otherwise content vs upstream| Auto-generated by repomatic; drift means the user should re-run sync. |
94
94
|`lychee.toml`| Note differences (usually project-specific, just flag for review) | Project doesn't run lychee. |
95
95
96
96
**Skip** files that are intentionally excluded via `exclude` in `[tool.repomatic]`. Cross-check `[tool.ruff] extend-exclude` and similar before flagging "missing" entries.
0 commit comments