f478088797
---ci---
phase: 6
milestone: v0.10
status: execute
decisions:
- id: D-001
decision: Rename MilestoneType schema-breaking to major for clarity
rationale: Major better describes the semver impact (major version bump) and aligns with standard semver terminology
confidence: 0.95
alternatives: [schema-breaking, breaking, major-change]
- id: D-002
decision: Add autopilot rules, PR+QA gates, and merge validation to ship workflow
rationale: Release flow was documented but not enforced in the workflow. Zero-HITL rules, branch hierarchy validation, and coreci packaging steps ensure consistent releases
confidence: 0.90
alternatives: [keep-as-documentation-only, add-to-AGENTS.md-only]
---/ci---
25 lines
541 B
Markdown
25 lines
541 B
Markdown
---
|
|
description: Ship CIAgent phase or milestone — Full autopilot release: validate, test, merge, tag, push, release. Zero HITL
|
|
argument-hint: "[phase_number|milestone]"
|
|
tools:
|
|
read: true
|
|
bash: true
|
|
write: true
|
|
edit: true
|
|
glob: true
|
|
grep: true
|
|
task: true
|
|
---
|
|
|
|
<execution_context>
|
|
@/root/.config/opencode/ci/workflows/ship.md
|
|
</execution_context>
|
|
|
|
<context>
|
|
Arguments: $ARGUMENTS
|
|
</context>
|
|
|
|
<process>
|
|
Execute the CIAgent ship workflow end-to-end.
|
|
Preserve all workflow gates, validations, checkpoints, and routing.
|
|
</process> |