Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:12

Changelog

  • aa12d8d Add Claude Code Agent adapter for fresh headless Phase runs.
  • ea55dcd Add Codex Agent adapter for fresh headless Phase runs.
  • 8b99f7e Add Cursor Agent adapter for fresh headless Phase runs.
  • 7d1bd61 Add GitHub Ticket port for list, Claim, Done, and Abort.
  • ac6b19b Add GoReleaser pipeline with build-time version embedding.
  • a0ac8a6 Add Pi Agent adapter for fresh headless Phase runs.
  • e946b99 Add built-in Implement, Review, and Final phase prompts.
  • 3aba4b7 Add curl install script with checksum-verified GitHub Releases install.
  • 2bd03b3 Add gitops Run branch checkout and Ticket commit undo.
  • db2aec1 Add interactive Ticket picker at Run start.
  • 8c32fd5 Add parallel GitHub Actions CI for test, staticcheck, and gosec.
  • 94dac6d Add ship update with Updater port over GitHub Releases.
  • d569852 Add throwaway full-screen rocket throbber prototype.
  • 5f206a9 Collapse EndPhase dump to one tools+tokens line.
  • 5a9c229 Cover next-Run picker reopen after Partial Progress.
  • 2b1e4fa Document Cursor headless agent invocation for Ship phases.
  • d92a935 Document curl install and ship update as primary README paths.
  • 734424e Drop leftover In Progress wording from ship-queue Abort docs.
  • 389593b Dump high-signal tool and token lines after each Phase.
  • aaf1111 Ensure Ready for Agent and In Progress labels exist before a Run claims Tickets.
  • 15359fe Fix install.sh asset URL parsing for real GitHub Releases JSON.
  • ab61a7e Fix main_test syntax and mark status as v0.1.0.
  • 0b75607 Fix test defaults after re-landing picker onto 20m timeout main.
  • 8a84fa5 Freeze the Ready queue for the duration of a Run.
  • 7b28b04 Gather the Run picker from ship-labeled tickets, not ready-for-agent.
  • a687ad0 Harden ship update downloads and Windows binary replace.
  • 787e2bd Initial commit
  • d6717cc Make agent: an Agent kind with Init prompt and Port factory.
  • 19e1fba Map Cursor stream-json into curated tool and token events.
  • a347e48 Merge branch 'main' into feature/installer
  • 9613e30 Merge pull request #13 from maxBRT/wrap/scaffold-ship-cli
  • cada726 Merge pull request #14 from maxBRT/wrap/gitops-run-branch
  • 254733b Merge pull request #17 from maxBRT/wrap/gitops-run-branch
  • bbc2c6b Merge pull request #18 from maxBRT/wrap/cursor-agent-adapter
  • 22e8d5d Merge pull request #19 from maxBRT/wrap/throbber-prototype
  • 225c0ac Merge pull request #22 from maxBRT/wrap/built-in-phase-prompts
  • 89e7e2d Merge pull request #23 from maxBRT/wrap/run-orchestrator
  • 4563293 Merge pull request #24 from maxBRT/ship/20260719-132602.330536483
  • 4a1ee7d Merge pull request #25 from maxBRT/wrap/throbber-integrate
  • ec71b1d Merge pull request #26 from maxBRT/wrap/ensure-tracker-labels
  • ee0269b Merge pull request #28 from maxBRT/wrap/simple-status-throbber
  • 24425a0 Merge pull request #31 from maxBRT/wrap/ship-yaml-config
  • 22affb8 Merge pull request #32 from maxBRT/wrap/default-phase-timeout-20m
  • 2f0da75 Merge pull request #43 from maxBRT/ci/github-actions
  • b5a6d89 Merge pull request #44 from maxBRT/wrap/interactive-ticket-picker
  • 79de25d Merge pull request #45 from maxBRT/ship/20260720-115218.105438433
  • afb0e60 Merge pull request #56 from maxBRT/wrap/ship-label-queue-candidates
  • 73c00ae Merge pull request #58 from maxBRT/feature/add-harness-support
  • 36822d3 Merge pull request #60 from maxBRT/wrap/phase-tools-tokens-summary
  • 9c7025b Merge pull request #64 from maxBRT/ship/20260721-182654.767181845
  • 1b923c6 Merge pull request #65 from maxBRT/wrap/run-complete-pr-link
  • ac5f081 Merge pull request #72 from maxBRT/feature/installer
  • bf86b79 Move phase prompts into embedded markdown templates.
  • 8d659d9 Move ship config from .ship.yaml to .ship/config.yaml.
  • a7f474e Prefer Ready for Agent over abbreviated Ready in freeze docs.
  • 11edde4 Print Abort banner with Run report paths and last tools.
  • 9de6245 Print a Run-complete message that links the opened pull request.
  • b4c0088 Promote throbber into Run loop Phase waits.
  • fc8a374 Raise the default per-Phase timeout from 10m to 20m.
  • c5f6f38 Replace Claim/In Progress with ship queue membership.
  • 3f7da3f Replace SHIP_* env config with .ship.yaml and ship init.
  • ccf0286 Replace full-screen rocket throbber with a one-line braille status.
  • 79641b4 Report Phase working/idle state to Herdr when present.
  • 3765b30 Restore interactive Ticket picker and related merges onto main.
  • 2a1e9c6 Scaffold ship CLI with Run flag and env parsing.
  • 575b076 Share throbber Status.Label for Herdr Phase messages.
  • bfc3c30 Skip Final when no Iteration succeeded.
  • d7bd2b2 Strengthen phase prompts with clear goals and quality gates.
  • 8fb3259 Tighten .ship file modes so gosec CI stays green.
  • 40290f4 Update README.md
  • 04f7e39 Use GoReleaser default archive names for install/update sharing.
  • 031a4ce Wire Abort on phase failure: restore Ticket, undo commits, stop.
  • 42208d1 Wire Final phase with PR side-effect verify and Partial Progress.
  • 475ff95 Wire Run orchestrator for sequential Ticket Iterations.
  • 11d1fe9 add docs
  • efe74db remove dedundent print