桃酥 (@taosu0216)祝贺 Trellis 框架荣登阮一峰周刊 && Trellis changelog 中发帖

[image] 
周刊原帖: https://www.ruanyifeng.com/blog/2026/02/weekly-issue-384.html
Changelog
beta 功能基本添加完成,正式进入 rc 版本
v0.3.0-rc.0 - 平台注册表重构 & 质量加固
尝鲜下载:
npm install -g @mindfoldhq/trellis@rc --registry=https://registry.npmjs.org

新增功能:

支持从远程 docs 仓库拉取 spec 模板(trellis init 时自动获取)(目前做了electron 的 spec)

Bug 修复:

修复 --claude 等显式 flag 被 -y 默认值覆盖的问题
修复 Windows 跨平台 Python 命令兼容性(引入 {{PYTHON_CMD}} 占位符)
修...