refactor(shared-skill-packages): add files allowlist support and filter test/changelog files

This commit is contained in:
Jim Liu 宝玉
2026-03-27 14:10:50 -05:00
parent 02a4ca498a
commit e6d54f7492
32 changed files with 246 additions and 3030 deletions
+3
View File
@@ -3,6 +3,9 @@
"private": true,
"version": "0.1.0",
"type": "module",
"files": [
"src"
],
"exports": {
".": "./src/index.ts"
},