Browse Source

docs(github-ops): Add hard rule — no local-machine paths in committed content

New Hard Rule #7 in SKILL.md: never bake user-specific or
ephemeral filesystem paths (C:\Users\<name>\..., /home/<name>/...,
/tmp/<one-off>) into README, Recent Updates, CHANGELOG, release
notes, tag annotations, or commit messages.

Public release artefacts have to read the same on someone else's
machine. Use generic placeholders or describe the file's purpose
abstractly. Canonical project paths (install locations, config
paths) state them canonically ($HOME/.claude/...) rather than as
literal absolutes with embedded user names.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0xDarkMatter 2 weeks ago
parent
commit
5153f4be2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      skills/github-ops/SKILL.md

File diff suppressed because it is too large
+ 1 - 0
skills/github-ops/SKILL.md