{"id":48872149,"url":"https://github.com/shipshitdev/shipcode","last_synced_at":"2026-05-24T21:00:50.571Z","repository":{"id":349982837,"uuid":"1203562828","full_name":"shipshitdev/shipcode","owner":"shipshitdev","description":"AI Agents that ship working code. GitHub issue in, reviewed PR out.","archived":false,"fork":false,"pushed_at":"2026-05-23T07:26:04.000Z","size":21017,"stargazers_count":5,"open_issues_count":43,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-23T09:12:56.623Z","etag":null,"topics":["ai-coding","automation","bun","claude","code-generation","codex","desktop-app","developer-tools","electron","github","llm","openrouter","turborepo","typescript"],"latest_commit_sha":null,"homepage":"https://shipcode.shipshit.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shipshitdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-07T06:40:54.000Z","updated_at":"2026-05-08T15:42:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shipshitdev/shipcode","commit_stats":null,"previous_names":["shipshitdev/shipcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shipshitdev/shipcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshitdev%2Fshipcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshitdev%2Fshipcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshitdev%2Fshipcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshitdev%2Fshipcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipshitdev","download_url":"https://codeload.github.com/shipshitdev/shipcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshitdev%2Fshipcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33450402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"ssl_error","status_checked_at":"2026-05-24T19:21:10.562Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-coding","automation","bun","claude","code-generation","codex","desktop-app","developer-tools","electron","github","llm","openrouter","turborepo","typescript"],"created_at":"2026-04-15T22:39:30.987Z","updated_at":"2026-05-24T21:00:50.566Z","avatar_url":"https://github.com/shipshitdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShipCode\n\nAI Agents that ship working code. GitHub issue in, reviewed PR out.\n\n\u003e [!WARNING]\n\u003e This project is under active development and is a work in progress. Features may be incomplete, APIs may change, and there may be bugs. Contributions and feedback welcome!\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/cli-demo.png\" alt=\"ShipCode CLI running a full pipeline\" width=\"720\" /\u003e\n\u003c/p\u003e\n\n\u003e [Watch the launch video (MP4)](https://github.com/shipshitdev/shipcode/releases/download/v0.1.0/shipcode-launch.mp4)\n\nLabel a GitHub issue with `shipcode:agent:claude`, `shipcode:agent:codex`, `shipcode:agent:openrouter`, `shipcode:agent:openrouter/auto`, or `shipcode:agent:openrouter/free`, and ShipCode handles the rest: plan, adversarial review, implement, verify, and ship a PR. Approval gates are configurable globally, per project, and per issue.\n\n## Install\n\n```bash\nbrew install --cask shipshitdev/tap/shipcode   # macOS desktop app\nnpx @shipshitdev/shipcode                      # CLI\n```\n\n\u003e macOS users: the v0.1.0 build is unsigned. After install, run\n\u003e `xattr -cr \"/Applications/ShipCode.app\"` once to clear the Gatekeeper quarantine.\n\n## How it works\n\n```\nGitHub Issue (labeled shipcode:agent:claude / codex / openrouter)\n       |\n       v\n    PLAN (Opus 4.6) --- rewrite issue into spec + structured plan\n       |\n       v\n    REVIEW (configured model) --- adversarial critique\n       |\n       +-- APPROVE --\u003e EXECUTE\n       +-- REVISE (max 2 rounds) --\u003e re-review\n       +-- REJECT --\u003e FAILED\n       |\n       v\n    EXECUTE (routed model) --- implement in isolated git worktree\n       |\n       v\n    VERIFY (configured model) --- test, runtime QA, check diff against acceptance criteria\n       |\n       v\n    SHIP --- push branch, create PR, link to issue\n```\n\n## Architecture\n\nTurborepo monorepo with Electron desktop app:\n\n```\napps/\n  web/              Marketing site (Next.js + Tailwind)\n  desktop/          Electron + Vite + React 19\n  cli/              CLI tool (published as '@shipshitdev/shipcode' on npm)\n  docs/             Documentation (Nextra)\npackages/\n  pipeline/         Pipeline state machine\n  shared/           Types, schemas, constants\n  agents/           Process manager, prompts, GitHub CLI wrapper\n  db/               SQLite persistence (node:sqlite)\n  git/              Git operations + worktree manager\n  ui/               React components (kanban board, viewers)\n```\n\n## Prerequisites\n\n- [Bun](https://bun.sh) \u003e= 1.2\n- [Claude Code CLI](https://claude.ai/claude-code) (`claude`)\n- [Codex CLI](https://github.com/openai/codex) (`codex`)\n- [GitHub CLI](https://cli.github.com) (`gh`) with auth configured\n- Git\n\n## Install\n\n**Desktop app (macOS, Homebrew):**\n\n```bash\nbrew tap shipshitdev/tap\nbrew install --cask shipcode\n```\n\n\u003e macOS warning: the v0.1.0 desktop build is unsigned and not notarized yet.\n\u003e If macOS blocks the app after Homebrew installs it, run:\n\u003e\n\u003e ```bash\n\u003e xattr -cr \"/Applications/ShipCode.app\"\n\u003e ```\n\u003e\n\u003e This is a temporary pre-release workaround until ShipCode ships with Developer ID signing and notarization.\n\n**CLI (Node.js \u003e= 22.5.0):**\n\n```bash\nnpx @shipshitdev/shipcode onboard\nnpx @shipshitdev/shipcode run 42\n\n# Optional global install (exposes `shipcode` on $PATH)\nnpm install -g @shipshitdev/shipcode\n```\n\n**From source:**\n\n```bash\ngit clone https://github.com/shipshitdev/shipcode\ncd shipcode\nbun install\nbun run dev:desktop\n```\n\n## GitHub integration\n\nShipCode uses the `gh` CLI for all GitHub operations. Make sure you're authenticated:\n\n```bash\ngh auth status\n```\n\n### Labels\n\n| Label | Effect |\n|-------|--------|\n| `shipcode:agent:claude` | Claude implements the issue |\n| `shipcode:agent:codex` | Codex implements the issue |\n| `shipcode:agent:openrouter` | OpenRouter implements the issue with the configured executor model |\n| `shipcode:agent:openrouter/auto` | OpenRouter chooses the model through its auto router |\n| `shipcode:agent:openrouter/free` | OpenRouter stays on the configured free-tier model |\n\n### Pipeline state labels (set automatically)\n\n| Label | Meaning |\n|-------|---------|\n| `shipcode:pipeline:queued` | Issue picked up, waiting for pipeline slot |\n| `shipcode:pipeline:planning` | Planner is generating a plan |\n| `shipcode:pipeline:reviewing` | Reviewer is critiquing the plan |\n| `shipcode:pipeline:executing` | Executor is implementing changes |\n| `shipcode:pipeline:testing` | Test/runtime QA commands are running |\n| `shipcode:pipeline:verifying` | Verifier is checking the result |\n| `shipcode:pipeline:shipping` | Branch push and PR creation are running |\n| `shipcode:pipeline:failed` | Pipeline failed |\n\n## Key design decisions\n\n- **`gh` CLI over GitHub API** -- no OAuth, no token management, uses existing auth\n- **Adversarial review** -- configurable planner/reviewer models catch different blind spots before execution\n- **Configurable review rounds** -- default is fast-path zero revisions, with project and issue overrides up to 5\n- **Optional approval gates** -- stay fully autonomous by default, or pause before execution when the task needs a human checkpoint\n- **Fork-point SHA for diffs** -- stable diffs even when base branch moves\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipshitdev%2Fshipcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipshitdev%2Fshipcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipshitdev%2Fshipcode/lists"}