diff --git a/PLAN.md b/PLAN.md index 2b90c85..fd7eeab 100644 --- a/PLAN.md +++ b/PLAN.md @@ -15,13 +15,14 @@ - [x] CLI Mode (`gocv`) generates static files to `./output` and exits. - [x] Serve Mode (`gocv serve`) hosts HTML and serves PDF on demand. - [x] File Watcher implemented for live reload in Serve Mode (using fsnotify). -- [ ] Dockerfile created for multi-stage build. +- [x] Dockerfile created for multi-stage build. ## Active Task - [x] Analyze existing backbone code and integrate Markdown parsing. - [x] Integrate HTML template engine with theme selection. - [x] Implement Serve Mode with file watching for live reload. -- [ ] Create Dockerfile for multi-stage build. +- [x] Create Dockerfile for multi-stage build. +- [ ] All tasks complete - project ready for testing. ## Known Issues / Blockers - [x] Identify best Pure Go PDF library that supports HTML/CSS (or define CSS subset).