chore: remove dev artifacts from installer scan surface (#465)
* chore: remove dev artifacts from installer scan surface Hermes (and other harnesses that clone raw GitHub instead of honoring .clawhubignore) scan files that never reach an installed skill, producing a wall of false-positive security findings. Remove the stale SKILL-original.md backup, internal docs/plans and docs/test-results, and release-notes.md so the scanned tree matches what actually ships. These were already excluded from the ClawHub bundle via .clawhubignore and from git archives via .gitattributes export-ignore. No runtime files change. Refs #464 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs: drop dangling SKILL-original.md reference in AGENTS.md Greptile-flagged: the deletion left a 'kept for reference only' pointer to the removed file. Refs #465 --------- Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,13 +23,11 @@ assets/ export-ignore
|
||||
# claude.ai-bundle-specific exclusions live in scripts/build-skill.sh.
|
||||
|
||||
# Historical + repo-only manifests
|
||||
SKILL-original.md export-ignore
|
||||
SPEC.md export-ignore
|
||||
TASKS.md export-ignore
|
||||
test-run.log export-ignore
|
||||
CONTRIBUTORS.md export-ignore
|
||||
HERMES_SETUP.md export-ignore
|
||||
release-notes.md export-ignore
|
||||
CHANGELOG.md export-ignore
|
||||
uv.lock export-ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user