summaryrefslogtreecommitdiffstats
path: root/PROGRESS.md
diff options
context:
space:
mode:
Diffstat (limited to 'PROGRESS.md')
-rw-r--r--PROGRESS.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/PROGRESS.md b/PROGRESS.md
index c91fc1b..5096cf2 100644
--- a/PROGRESS.md
+++ b/PROGRESS.md
@@ -21,10 +21,15 @@ Tracking rebuilding ship for agent-first JSON interface.
21- [x] Port allocation (server-side) 21- [x] Port allocation (server-side)
22 22
23## Upcoming 23## Upcoming
24- [ ] TTL cleanup timer (server-side cron)
25- [ ] `ship host init` (update to match spec)
26- [ ] `ship list/status/logs/remove` implementations 24- [ ] `ship list/status/logs/remove` implementations
27- [ ] Wire up v2 commands in main.go (feature flag or replace) 25- [ ] Wire up v2 commands in main.go (feature flag or replace)
26- [ ] Testing with real deploys
27
28## Completed Recently
29- [x] TTL cleanup timer (server-side systemd timer)
30- [x] `ship host init` with JSON output
31- [x] Docker + Caddy installation
32- [x] Cleanup script for expired TTL deploys
28 33
29## Commits 34## Commits
30- `5b88935` feat(v2): add output and detect packages 35- `5b88935` feat(v2): add output and detect packages