docs: correct the changed-spec count in the Agent Note verification section

This commit is contained in:
Chinesezjc
2026-09-03 18:17:09 +08:00
parent c8fc38541f
commit cf4cfd9e4a
3 changed files with 4 additions and 4 deletions
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write .agents/notes/implemented/process/2026-08-28-test-temp-dir-self-cleanup.md
2026-08-28-test-temp-dir-self-cleanup.md: 9d10227e431cd2e8a771f3807f0933ccb084ec4c
2026-08-28-test-temp-dir-self-cleanup.zh.md: 01cd53b6f191fe0f43d6579557b3c89fcc408a95
2026-08-28-test-temp-dir-self-cleanup.md: 57c3af8441fdc1e3ee107f2121d247bf72acb9d8
2026-08-28-test-temp-dir-self-cleanup.zh.md: db987803cf96c33d53ee7c21b1b14e56129c17bb
@@ -19,7 +19,7 @@ Retrofit removal of every `dsh-*` temp dir a spec file creates, at the owning te
## Verification
- Targeted local runs of every changed unit spec passed (the 35 changed `*.spec.ts` files, exercised in grouped runs), including the suites that exercise the changed product source; the two changed web `*.e2e.ts` files run under the web e2e lane.
- Targeted local runs of every changed unit spec passed (the 37 changed `*.spec.ts` files, exercised in grouped runs), including the suites that exercise the changed product source; the two changed web `*.e2e.ts` files run under the web e2e lane.
- CI runs the changed specs on the Linux and Windows coverage lanes; after a full green run, the fixed files' residue templates (observed at up to ~5,000 dirs per two hours each, e.g. `dsh-profile-`, `dsh-app-boot-`, `dsh-presets-*`, `dsh-upload-index-`) should no longer appear in fresh `/tmp` residue on the CI host.
## Alternatives considered
@@ -19,7 +19,7 @@ Status: implemented
## Verification
- 本地定向跑过全部改动单测 spec 通过(35 个改动的 `*.spec.ts` 文件,分组运行),含直接使用改动后产品源码的套件;2 个改动的 web `*.e2e.ts` 由 web e2e lane 承载。
- 本地定向跑过全部改动单测 spec 通过(37 个改动的 `*.spec.ts` 文件,分组运行),含直接使用改动后产品源码的套件;2 个改动的 web `*.e2e.ts` 由 web e2e lane 承载。
- CI 在 Linux 与 Windows coverage lane 跑改动 spec;一次全绿后,被修文件的残留模板(实测每两小时最多各约 5,000 个目录,如 `dsh-profile-``dsh-app-boot-``dsh-presets-*``dsh-upload-index-`)应不再出现在 CI 主机的新鲜 `/tmp` 残留里。
## Alternatives considered