lolly/docs/update-prompts.md
xfy 80936ae66b feat(server,proxy,ssl,docs): 完成 Phase 7 功能完善
主要变更:
- WebSocket 代理支持 (internal/proxy/websocket.go)
- OCSP stapling 实现 (internal/ssl/ocsp.go)
- 监控状态端点 (internal/server/status.go)
- 新增 nginx 模块文档 (19-24)
- UDP 代理超时配置支持
- 多模块代码注释完善和功能增强

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 13:13:12 +08:00

19 lines
678 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 更新配置文件实例
/ultrawork 分析配置文件,当前支持的配置和 --generate-config 是否有不一样的地方,--generate-config
需要完整且详细,包括所有字段的枚举值都要有
/ultrawork 深度分析下 @docs/plan.md 和 @docs/ 下的 nginx 文档,看看当前项目实现的怎么样了
/ultrawork 深度分析 https://nginx.org/en/docs/ nginx 的功能,@docs/ 目录下已经有一些分析过的文档了,看看有没有能完善的
## 单元测试
## 注释
/ultrawork 参考 @docs/comments.md分析项目注释是否完善
## 优化
/ultrawork 分析下有没有已经实现的功能,但是却未实际用到的?