Files
tw93__waza/packaging.allowlist
2026-07-24 23:32:53 +08:00

21 lines
697 B
Plaintext

# Allowlist for `make package`. Default-deny: only paths matching one of these
# patterns ship in waza.zip. New skills / new shippable assets MUST be added
# here explicitly; this is the bug-fix replacement for the old denylist that
# silently grew stale.
#
# Pattern syntax:
# exact/path/file.ext -- exact file match
# prefix/** -- everything under prefix/, recursively
# *.glob -- fnmatch over the full path
#
# Structural excludes that override allowlist matches live in package-skill.sh
# itself (per-skill SKILL.md, __pycache__, .pyc, .DS_Store).
LICENSE
README.md
rules/**
scripts/setup-rule.sh
scripts/setup-statusline.sh
scripts/statusline.sh
skills/**