summaryrefslogtreecommitdiffstats
path: root/PROGRESS.md
diff options
context:
space:
mode:
Diffstat (limited to 'PROGRESS.md')
-rw-r--r--PROGRESS.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/PROGRESS.md b/PROGRESS.md
index f38c02d..c91fc1b 100644
--- a/PROGRESS.md
+++ b/PROGRESS.md
@@ -12,20 +12,23 @@ Tracking rebuilding ship for agent-first JSON interface.
12- [x] New CLI structure (`ship [PATH]` as primary) 12- [x] New CLI structure (`ship [PATH]` as primary)
13- [x] Deploy orchestration with placeholder implementations 13- [x] Deploy orchestration with placeholder implementations
14 14
15## Current Phase: Deploy Implementations 15## Current Phase: Subcommand Implementations
16- [ ] Static site deploy (rsync + Caddyfile) 16- [x] Static site deploy (rsync + Caddyfile)
17- [ ] Docker deploy (build + systemd + Caddy) 17- [x] Docker deploy (build + systemd + Caddy)
18- [ ] Binary deploy (scp + systemd + Caddy) 18- [x] Binary deploy (scp + systemd + Caddy)
19- [ ] Health check implementation 19- [x] Health check implementation
20- [x] TTL support (server-side)
21- [x] Port allocation (server-side)
20 22
21## Upcoming 23## Upcoming
22- [ ] TTL support + cleanup timer 24- [ ] TTL cleanup timer (server-side cron)
23- [ ] `ship host init` (update to match spec) 25- [ ] `ship host init` (update to match spec)
24- [ ] `ship list/status/logs/remove` implementations 26- [ ] `ship list/status/logs/remove` implementations
25- [ ] Wire up v2 commands in main.go 27- [ ] Wire up v2 commands in main.go (feature flag or replace)
26 28
27## Commits 29## Commits
28- `5b88935` feat(v2): add output and detect packages 30- `5b88935` feat(v2): add output and detect packages
31- `8094639` feat(v2): add CLI structure and deploy orchestration
29 32
30--- 33---
31 34