feat: add /ship command for full shipping workflow#27
Merged
Conversation
Adopts the ship command pattern from everruns/everruns, adapted for llmsim's Rust toolchain. Adds an 8-phase shipping workflow covering pre-flight checks, test coverage, artifact updates, smoke testing, quality gates, PR creation, CI validation, and merge. Also adds a "Shipping" definition to AGENTS.md and documents the new commands section. https://claude.ai/code/session_0116CWZFYa62y94az2X5wXio
chaliy
added a commit
that referenced
this pull request
Mar 20, 2026
## What Prepare patch release v0.2.3 with version bump and changelog update. ## Why Release new features and fixes since v0.2.2. ## How - Bumped version in Cargo.toml from 0.2.2 to 0.2.3 - Updated CHANGELOG.md with v0.2.3 section including all changes since v0.2.2 ## Changelog excerpt ### Highlights - WebSocket mode for Responses API streaming - OpenAI thinking/reasoning emulation support - Fixed repository URLs for crates.io listing ### What's Changed * chore: routine maintenance - update deps and align specs (#30) * fix: correct repository URLs for crates.io listing (#29) * chore: add attribution settings and agent guidance for commits/PRs (#28) * feat: add /ship command for full shipping workflow (#27) * feat(api): add WebSocket mode for Responses API (#26) * feat(api): add OpenAI thinking/reasoning emulation (#25) ## Risk - Low - Standard version bump release ## Checklist - [x] Tests added or updated - [x] Backward compatibility considered Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
/shipslash command and the "Shipping" concept to the project, adopted from everruns/everruns and adapted for llmsim's Rust toolchain.Why
Standardizes the shipping workflow so agents (and humans) have a single command to validate quality, create a PR, and merge — reducing the chance of skipping steps like testing or artifact updates.
How
.claude/commands/ship.mdwith an 8-phase workflow: pre-flight, test coverage, artifact updates, smoke testing, quality gates, push & PR, CI wait & merge, post-mergecargo testinstead of multi-stack commands,just checkfor quality gates,./tests/smoke_test.shfor smoke testing/shipcommandRisk
Checklist
https://claude.ai/code/session_0116CWZFYa62y94az2X5wXio