| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove Go implementation — ship is skills-only nowmain | Clawd | 11 hours | 24 | -3442/+4 |
| * | ship-deploy: trigger on "ship it" and common deploy phrases | Clawd | 7 days | 1 | -1/+1 |
| * | README: punchy opener | Clawd | 7 days | 1 | -1/+3 |
| * | README: broaden appeal, drop jargon in tagline | Clawd | 7 days | 1 | -1/+1 |
| * | README: remove impl reference in how it works blurb | Clawd | 7 days | 1 | -1/+1 |
| * | README: cleaner copy, drop internal history references | Clawd | 7 days | 1 | -33/+26 |
| * | Rewrite README for skills-based approach | Clawd | 7 days | 1 | -118/+56 |
| * | Add setup.sh companion script for ship-setup skill | Clawd | 7 days | 2 | -62/+178 |
| * | Add ship-* Claude skills and plan | Clawd | 7 days | 9 | -0/+1109 |
| * | Clean up: drop v2 suffix, remove webui | Clawd | 2026-02-19 | 6 | -440/+0 |
| * | fix: pass container port (not host port) as PORT env var | Clawd | 2026-02-18 | 1 | -5/+8 |
| * | fix: port allocator scans existing ports to avoid collisions | Clawd | 2026-02-18 | 1 | -8/+2 |
| * | Remove remaining planning docs (SHIP_V2.md, SPEC.md) | Clawd | 2026-02-17 | 2 | -739/+0 |
| * | Clean up obsolete docs and binaries | Clawd | 2026-02-17 | 6 | -686/+1 |
| * | Merge agent-mode: v2 rewrite complete | Clawd | 2026-02-17 | 40 | -2828/+2919 |
| |\ |
|
| | * | Mark custom Caddyfile support as fixedagent-mode | Clawd | 2026-02-17 | 1 | -10/+5 |
| | * | Preserve existing Caddyfiles on redeploy | Clawd | 2026-02-17 | 2 | -35/+43 |
| | * | Mark custom domains in list as fixed | Clawd | 2026-02-17 | 1 | -3/+4 |
| | * | Show custom domains in ship list and status | Clawd | 2026-02-17 | 2 | -3/+24 |
| | * | Update TODO: mark port collision and container port as fixed | Clawd | 2026-02-17 | 1 | -27/+15 |
| | * | Fix port collision bug, add --container-port flag | Clawd | 2026-02-17 | 5 | -26/+40 |
| | * | Mark TODO #2 as fixed | Clawd | 2026-02-17 | 1 | -19/+6 |
| | * | Remove v1 code, simplify state to just base_domain | Clawd | 2026-02-17 | 26 | -2837/+9 |
| | * | Update TODO #2: simplify local state, remove v1 cruft | Clawd | 2026-02-17 | 1 | -4/+8 |
| | * | Add TODO: support custom Caddyfile in repo | Clawd | 2026-02-16 | 1 | -0/+14 |
| | * | Add TODOs: show custom domains in list, fix port collision bug | Clawd | 2026-02-16 | 1 | -0/+14 |
| | * | Add TODO.md with known limitations | Clawd | 2026-02-16 | 1 | -0/+41 |
| | * | Fix Docker port mapping: map host port to container port 80 | Clawd | 2026-02-16 | 1 | -1/+1 |
| | * | Add --domain flag to v2 CLI flags | Clawd | 2026-02-16 | 2 | -0/+1 |
| | * | Add --domain flag support to v2 deploy | Clawd | 2026-02-16 | 2 | -2/+9 |
| | * | Add source link to website footer | Clawd | 2026-02-16 | 1 | -0/+1 |
| | * | Remove .claude from tracking, update .gitignore | Clawd | 2026-02-16 | 2 | -18/+3 |
| | * | Add website/ directory with landing page | Clawd | 2026-02-16 | 2 | -0/+220 |
| | * | feat: auto-generate SSH key and guide auth setup in host init | Clawd | 2026-02-15 | 1 | -2/+82 |
| | * | fix: set ownership before rsync for Docker deploy | Clawd | 2026-02-15 | 1 | -0/+7 |
| | * | fix: split sudo commands to fix ownership for rsync upload | Clawd | 2026-02-15 | 1 | -2/+8 |
| | * | fix: Caddy install permission issue with gpg dearmor | Clawd | 2026-02-15 | 1 | -3/+4 |
| | * | fix: make ErrorResponse implement error interface for v1 compat | Clawd | 2026-02-15 | 1 | -0/+3 |
| | * | fix: resolve build errors with v1 code | Clawd | 2026-02-15 | 2 | -13/+10 |
| | * | docs: update progress with all commit hashes | Clawd | 2026-02-15 | 1 | -0/+4 |
| | * | feat(v2): wire up v2 as default interface | Clawd | 2026-02-15 | 2 | -4/+20 |
| | * | feat(v2): implement list, status, logs, remove commands | Clawd | 2026-02-15 | 3 | -48/+351 |
| | * | feat(v2): implement ship host init with JSON output | Clawd | 2026-02-15 | 4 | -27/+380 |
| | * | feat(v2): implement deploy flows | Clawd | 2026-02-15 | 3 | -52/+376 |
| | * | feat(v2): add CLI structure and deploy orchestration | Clawd | 2026-02-15 | 3 | -10/+419 |
| | * | feat(v2): add output and detect packages | Clawd | 2026-02-15 | 3 | -0/+358 |
| | * | docs: add comprehensive technical specification | Clawd | 2026-02-15 | 1 | -0/+499 |
| | * | docs: rewrite as agent-first tool, humans are afterthought | Clawd | 2026-02-15 | 1 | -172/+147 |
| | * | docs: rename to SHIP_V2.md, JSON output is default not a flag | Clawd | 2026-02-15 | 2 | -34/+46 |
| | * | docs: add agent mode design document | Clawd | 2026-02-15 | 1 | -0/+271 |
| |/ |
|