feat(skill-creator): package_skill excludes more artifacts + dist/ output (daymade-skill 1.3.0)#109
Merged
Merged
Conversation
… output to dist/ (daymade-skill 1.3.0) - EXCLUDE_DIRS += .pytest_cache, .venv; EXCLUDE_FILES += .security-scan-passed; ROOT_EXCLUDE_DIRS += dist — keep build/test artifacts out of .skill bundles - default artifact output now <skill>/dist/ (next to source, easy to find/clean) instead of cwd; clearer source-of-truth vs distribution-artifact messaging - add test_package_skill.py (16 tests, all passing) - bump daymade-skill suite 1.2.0 -> 1.3.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016DDkUYyDUMtpZX9k1zAiYh
daymade
added a commit
that referenced
this pull request
Jun 28, 2026
… output to dist/ (daymade-skill 1.3.0) (#109) - EXCLUDE_DIRS += .pytest_cache, .venv; EXCLUDE_FILES += .security-scan-passed; ROOT_EXCLUDE_DIRS += dist — keep build/test artifacts out of .skill bundles - default artifact output now <skill>/dist/ (next to source, easy to find/clean) instead of cwd; clearer source-of-truth vs distribution-artifact messaging - add test_package_skill.py (16 tests, all passing) - bump daymade-skill suite 1.2.0 -> 1.3.0 Claude-Session: https://claude.ai/code/session_016DDkUYyDUMtpZX9k1zAiYh 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.
What
Improve
package_skill.py:.skillbundles:.pytest_cache,.venv(dirs),.security-scan-passed(file),dist(root dir)<skill>/dist/(next to source, easy to find and clean) instead of cwd.skillis a disposable distribution artifacttest_package_skill.py— 16 tests, all passingChanges
daymade-skill/skill-creator/scripts/package_skill.py+ newtests/test_package_skill.py🤖 Generated with Claude Code