| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix: make ErrorResponse implement error interface for v1 compat | Clawd | 40 hours | 1 | -0/+3 |
| * | fix: resolve build errors with v1 code | Clawd | 40 hours | 2 | -13/+10 |
| * | docs: update progress with all commit hashes | Clawd | 40 hours | 1 | -0/+4 |
| * | feat(v2): wire up v2 as default interface | Clawd | 40 hours | 2 | -4/+20 |
| * | feat(v2): implement list, status, logs, remove commands | Clawd | 40 hours | 3 | -48/+351 |
| * | feat(v2): implement ship host init with JSON output | Clawd | 40 hours | 4 | -27/+380 |
| * | feat(v2): implement deploy flows | Clawd | 40 hours | 3 | -52/+376 |
| * | feat(v2): add CLI structure and deploy orchestration | Clawd | 40 hours | 3 | -10/+419 |
| * | feat(v2): add output and detect packages | Clawd | 40 hours | 3 | -0/+358 |
| * | docs: add comprehensive technical specification | Clawd | 40 hours | 1 | -0/+499 |
| * | docs: rewrite as agent-first tool, humans are afterthought | Clawd | 40 hours | 1 | -172/+147 |
| * | docs: rename to SHIP_V2.md, JSON output is default not a flag | Clawd | 40 hours | 2 | -34/+46 |
| * | docs: add agent mode design document | Clawd | 40 hours | 1 | -0/+271 |
| * | fix: use project directory for static site .ship/ folder | Clawd | 41 hours | 1 | -4/+7 |
| * | gitignore | bndw | 41 hours | 1 | -0/+1 |
| * | random design files | bndw | 41 hours | 2 | -0/+586 |
| * | Add backwards compatibility for existing binary deployments | bndw | 3 days | 1 | -7/+11 |
| * | Store deployment configs locally for binary deployments | bndw | 3 days | 2 | -36/+94 |
| * | Add cgit web interface for browsing repos | bndw | 3 days | 4 | -168/+151 |
| * | Rewrite README and add SECURITY.md | bndw | 7 days | 2 | -143/+262 |
| * | Remove --module flag, add --public, make hooks smarter | bndw | 7 days | 3 | -55/+96 |
| * | Harden security: name validation, scoped sudoers, safe.directory | bndw | 7 days | 12 | -7/+84 |
| * | Fix Docker apt source write permission in host init | bndw | 9 days | 1 | -1/+1 |
| * | Add git-centric deployment with Docker builds and vanity imports | bndw | 9 days | 12 | -35/+750 |
| * | Move deploy implementation to deploy.go | bndw | 2026-01-25 | 3 | -679/+682 |
| * | Preserve existing config when updating apps and static sites | bndw | 2026-01-25 | 1 | -180/+215 |
| * | Refactor deploy functions to use DeployOptions struct | bndw | 2026-01-25 | 1 | -84/+107 |
| * | Add examples to help text | bndw | 2026-01-25 | 1 | -1/+18 |
| * | Add CPU and memory limits for apps | bndw | 2026-01-25 | 4 | -9/+149 |
| * | Add auto-generated subdomain feature | bndw | 2026-01-24 | 7 | -21/+144 |
| * | Add ASCII art banner and improve help text | bndw | 2026-01-24 | 1 | -3/+22 |
| * | remove old design spec | bndw | 2026-01-24 | 1 | -586/+0 |
| * | Rename project from deploy to ship | bndw | 2026-01-24 | 25 | -87/+87 |
| * | Update README for new command structure | bndw | 2026-01-24 | 1 | -34/+33 |
| * | Add reboot prompt to host update command | bndw | 2026-01-24 | 1 | -4/+17 |
| * | Restructure CLI with Cobra | bndw | 2026-01-23 | 25 | -1485/+1469 |
| * | Add VPS management commands: vps, vps-update, vps-ssh | bndw | 2026-01-23 | 2 | -0/+244 |
| * | Make deploy the default action and require --binary | bndw | 2026-01-23 | 2 | -35/+20 |
| * | Move default host from config file to state.json | bndw | 2026-01-23 | 7 | -172/+84 |
| * | Add deploy command and fix static site naming | bndw | 2026-01-23 | 9 | -1/+1960 |
| * | fixed logs -f | bndw | 2025-12-28 | 1 | -0/+36 |
| * | files | bndw | 2025-12-28 | 3 | -2/+10 |
| * | init | bndw | 2025-12-28 | 15 | -0/+1758 |