| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: make ErrorResponse implement error interface for v1 compat | Clawd | 36 hours | 1 | -0/+3 |
| | | |||||
| * | feat(v2): implement ship host init with JSON output | Clawd | 36 hours | 1 | -1/+2 |
| | | | | | | | | | | | | | - host_v2.go: full host initialization with JSON responses - Installs Caddy, Docker on Ubuntu/Debian - Creates /etc/ship/{env,ports,ttl} directories - Installs TTL cleanup timer (hourly systemd timer) - Cleanup script removes expired deploys completely - Preserves git deploy setup functionality (optional) - Added ErrInvalidArgs error code Critical 'host init' functionality preserved for v2 | ||||
| * | feat(v2): add output and detect packages | Clawd | 36 hours | 1 | -0/+222 |
| - 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 | |||||
