diff --git a/AGENTS_CHANGELOG.md b/AGENTS_CHANGELOG.md index 83c9473..1858395 100644 --- a/AGENTS_CHANGELOG.md +++ b/AGENTS_CHANGELOG.md @@ -29,11 +29,13 @@ - `a909ecf feat: add Node SSR Nginx upstream switching` - `3f6b1cb fix: keep Node SSR config optional during rollout` - `ed80e2b feat: add Node SSR deployment transaction record` +- `40e3147 feat: extend container executor for Node SSR` ### 事务底座 - SQLite schema version 升至 3,新增 `node_ssr_container_deployment` 单例表。 - 新增 `NodeSsrContainerDeployment` 读写与原子提交方法,端口严格限制为 `18910/28910`。 +- 通用容器执行器允许 Node SSR 使用 `PORT`、`/health`、18910/28910,并支持无配置文件与无 bind mount 的容器。 ---