一键导入
release
Trigger the automated release pipeline for Alcove
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Trigger the automated release pipeline for Alcove
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Check for new releases, security audit changes, and deploy to OpenShift staging
Tear down and bring up a fresh local dev environment from scratch (wipes database)
Rebuild and restart Bridge while preserving the database and all configuration
基于 SOC 职业分类
| name | release |
| description | Trigger the automated release pipeline for Alcove |
| user-invocable | true |
| argument-hint | [version] (optional — omit to let the release agent decide) |
Trigger the Alcove automated release pipeline. Releases are handled by the Automated Release Agent task running on the staging environment — not locally.
The release agent (.alcove/agents/release.yml) runs daily at 6 AM UTC and checks for unreleased commits. To trigger an immediate release:
If there's already an open issue, use it. Otherwise create one:
gh issue create --repo alcove-ai/alcove --title "Release vX.Y.Z" --body "Triggering immediate release."
gh issue edit ISSUE_NUMBER --repo alcove-ai/alcove --add-label "immediate-release"
The release agent will:
docs/changelog.mdWatch for the release agent task to appear in the Alcove staging dashboard. It will show up as a running task within ~60 seconds of the label being added.
After the release agent completes:
gh release view --repo alcove-ai/alcove
alcove-developer security profile for full repo access