Release 只发布 skills/ppt-master 文件夹就可以了吧 #139
Replies: 2 comments 3 replies
-
|
谢谢建议。release 主体保留整仓库是有意的:项目主形态是把整个仓库作为 AI IDE 工作目录,AI 能读到 examples / docs / templates / 完整 git 历史等全部上下文,做精确控制。 如果你只想要轻量装载这部分,README 「方式 C — Skill marketplace」已经覆盖了,一行装: 通过仓库内的 |
Beta Was this translation helpful? Give feedback.
-
|
谢谢继续反馈,两件事: 1. v2.8.0 已挂精简包: Codex 用户可以直接绕开 curl -L -o p.zip https://github.com/hugohe3/ppt-master/releases/download/v2.8.0/ppt-master-skill-v2.8.0.zip
unzip p.zip && mkdir -p .codex/skills && mv ppt-master/skills/ppt-master .codex/skills/ && rm -rf ppt-master p.zip2. // skills@1.5.9 dist/cli.mjs:3293
const BLOB_ALLOWED_OWNERS = ["vercel", "vercel-labs", "heygen-com"];不在白名单里的 owner(包括 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
看项目的主体都在里面,这也是skill的标准发布方式,可以直接以zip形式安装。
现在的release打包整个repo,有550MB+,而 skills/ppt-master 文件夹其实只有50MB
Beta Was this translation helpful? Give feedback.
All reactions