From 68d067d744bd4309466f2399be018d16af9c12b8 Mon Sep 17 00:00:00 2001 From: Zhan Ziyang Date: Sat, 22 Aug 2026 15:58:37 +0800 Subject: [PATCH] docs: record cognitive complexity cleanup --- AGENTS_CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS_CHANGELOG.md b/AGENTS_CHANGELOG.md index f67e4b1..539d378 100644 --- a/AGENTS_CHANGELOG.md +++ b/AGENTS_CHANGELOG.md @@ -46,6 +46,8 @@ - `go test ./...`、`go vet ./...`、`git diff --check` 通过。 - `d2070c9 refactor: simplify Node SSR parsing and validation` - `99082fd refactor: simplify optional container path validation` +- `a81f81e refactor: split deployment configuration validation` +- `3f13130 refactor: split container switch and commit steps` ---