Skip to content

feat(docs): adopt /ship command and shipping workflow#49

Merged
chaliy merged 4 commits intomainfrom
claude/adopt-ship-command-SyOnv
Mar 1, 2026
Merged

feat(docs): adopt /ship command and shipping workflow#49
chaliy merged 4 commits intomainfrom
claude/adopt-ship-command-SyOnv

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Mar 1, 2026

Summary

  • Adopt /ship command from everruns/everruns, adapted for the multi-language SDK repo (Rust, Python, TypeScript)
  • Add specs/shipping.md defining the 8-phase shipping workflow, quality core, and test coverage requirements
  • Add just fmt recipe for auto-fix formatting across all SDKs (referenced by ship command's quality gates phase)

Test Plan

  • Tests pass locally (just test — 155 tests across all 3 SDKs)
  • Coverage ≥80%
  • Linting passes (just lint)

Checklist

  • Follows SDK API consistency guidelines
  • Updated relevant specs (if applicable) — added specs/shipping.md
  • Added/updated tests — N/A (no code changes, docs/workflow only)
  • Updated documentation (if applicable) — AGENTS.md updated with Commands and Shipping sections

https://claude.ai/code/session_01DzkBhQ5yRVrh2ryCZraeNS

claude added 4 commits March 1, 2026 06:05
Add the /ship command adapted from everruns/everruns for the SDK repo.
Includes shipping spec, AGENTS.md updates, and `just fmt` recipe.

- .claude/commands/ship.md: 8-phase ship workflow (pre-flight, test
  coverage, artifact updates, smoke testing, quality gates, push/PR,
  CI/merge, post-merge)
- specs/shipping.md: shipping spec defining phases, quality core,
  test coverage requirements, artifact sync rules
- AGENTS.md: Commands and Shipping sections, spec reference
- justfile: `fmt` recipe for auto-fix formatting across all SDKs

https://claude.ai/code/session_01DzkBhQ5yRVrh2ryCZraeNS
Lock files were stale — version still referenced 0.1.2 while
Cargo.toml and pyproject.toml were already bumped to 0.1.3.

https://claude.ai/code/session_01DzkBhQ5yRVrh2ryCZraeNS
Make it unambiguous across ship command, shipping spec, and AGENTS.md
that "ship" = PR merged to main. Not done until merged.

https://claude.ai/code/session_01DzkBhQ5yRVrh2ryCZraeNS
Add Phase 5 (Code Simplification) and Phase 6 (Security Review) to the
ship command. These expand the quality core from phases 2-4 to 2-6.

- Simplification: duplication, over-engineering, clarity, consistency
- Security: OWASP Top 10, SDK-specific risks (key redaction, TLS, input validation)
- Updated specs/shipping.md with new phase table and requirements

https://claude.ai/code/session_01DzkBhQ5yRVrh2ryCZraeNS
@chaliy chaliy merged commit e38703e into main Mar 1, 2026
10 checks passed
@chaliy chaliy deleted the claude/adopt-ship-command-SyOnv branch March 1, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants