happier-release-promote
GitHub解析 Happier 发布权限以执行推广工作。通过 CLI 获取私有技能,遵循权威流程进行发布,确保问题状态同步正确,禁止手动干预标签或提前关闭问题。
触发场景
安装
npx skills add happier-dev/happier --skill happier-release-promote -g -y
SKILL.md
Frontmatter
{
"name": "happier-release-promote",
"metadata": {
"openclaw": {
"homepage": "https:\/\/github.com\/happier-dev\/happier"
}
},
"description": "Resolve the private Happier release authority for promotion work."
}
Happier Release Promote
Resolve the private release authority before promotion work:
hmaint release bootstrap --repo <absolute checkout> --json
Use the returned private skill and its instructions as the authoritative promotion procedure. The public contract is available with node scripts/pipeline/run.mjs release-contract; do not recreate private release policy here.
The public issue-stage contract is in docs/issue-triage.md. Use the canonical release workflow so its pre-bound issue snapshot advances only after post-promotion verification. Do not manually pre-advance labels, infer availability from a branch move alone, or close issues as part of promotion.
版本历史
- bd19666 当前 2026-09-09 08:07


