with one click
busic-release
BuSic发布流程规范。用于执行正式发布时快速定位发布真源、推荐脚本、发布前检查项和最容易遗漏的manifest与资产联动
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
BuSic发布流程规范。用于执行正式发布时快速定位发布真源、推荐脚本、发布前检查项和最容易遗漏的manifest与资产联动
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
BuSic数据层规范。用于Drift表定义、迁移、Repository实现和Domain模型映射时快速确认主真源与联动检查项
BuSic Git提交规范。用于整理提交范围、撰写约定式提交信息、选择安全Git操作并对齐当前main分支事实
BuSic代理执行工作流兼容层。用于自动化代理在当前仓库中执行任务时统一进度同步、风险确认、验证收尾和文档回写节奏
BuSic主开发入口。用于功能开发、bug修复、代码重构时快速定位阅读顺序、执行顺序、最低验证和联动文档
BuSic Skills维护规范。用于维护和重构.agents/skills时统一目录结构、模板、更新时机、自检方式和与docs的职责边界
BuSic状态管理规范。用于Riverpod codegen、Notifier编排、依赖注入和AutoDispose生命周期控制时快速查阅
| name | busic-release |
| description | BuSic发布流程规范。用于执行正式发布时快速定位发布真源、推荐脚本、发布前检查项和最容易遗漏的manifest与资产联动 |
| license | MIT |
| compatibility | opencode |
docs/20-workflows/release-workflow.mddocs/10-project/update-system.mdpubspec.yamlversions-manifest.jsonCHANGELOG.md.github/workflows/ci.yml.github/workflows/release.ymlscripts/release.py优先使用发布脚本,而不是手动拼装一整套旧流程:
python scripts/release.py
如果环境里只有 python3,可改为:
python3 scripts/release.py
这个脚本会引导完成版本设置、构建、manifest 更新、提交、打 tag 和推送。
Agent 执行发布脚本时,脚本内会触发构建、写入型 Git、tag 和 push,通常需要提权到沙箱外;完整分类见 busic-harness-workflow。
flutter analyze
flutter test
Agent 执行时,flutter ... 通常需要提权到沙箱外。
如果改了 codegen:
dart run build_runner build
dart run ... 在 agent 沙箱中也按通常需提权处理。
main 分支与 v* tag 为准versions-manifest.jsonpubspec.yaml,没更新 versions-manifest.jsonapp_update feature