summaryrefslogtreecommitdiffstats
path: root/PROGRESS.md
Commit message (Collapse)AuthorAgeFilesLines
* feat(v2): add CLI structure and deploy orchestrationClawd38 hours1-10/+14
| | | | | | | | | | | - cmd/ship/root_v2.go: new CLI with ship [PATH] as primary command - cmd/ship/deploy_v2.go: deploy orchestration with context struct - Placeholder implementations for static/docker/binary deploys - Placeholder subcommands (list, status, logs, remove, host) - Support for --name, --health, --ttl, --env flags - SHIP_PRETTY env var support Next: implement actual deploy flows
* feat(v2): add output and detect packagesClawd38 hours1-0/+31
- internal/output: JSON response types, error codes, exit codes, pretty output - internal/detect: auto-detection of project type (static/docker/binary) - PROGRESS.md: track rebuild progress Foundation for agent-first JSON interface per SPEC.md