From dc504eafce36c864a37c0660fd8894e4ed6ac66b Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:47:36 +0800 Subject: [PATCH] docs(audit): the devDep count is 6, not 5 The spec-17 addendum said "5, not 6" and then listed six package names. Six is right: `plugin-list` and `data-objectstack` gained the devDependency in #2974, but the body's original count of 6 came from a 13-package list that omitted `fields`, which also lacks it. Verified against main. The number is used to scope the parity-guard work, so a wrong one misplans it. Refs #2901 --- docs/audits/2901-spec-enum-renderer-coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/audits/2901-spec-enum-renderer-coverage.md b/docs/audits/2901-spec-enum-renderer-coverage.md index 0b403f184..e00118c8f 100644 --- a/docs/audits/2901-spec-enum-renderer-coverage.md +++ b/docs/audits/2901-spec-enum-renderer-coverage.md @@ -365,7 +365,7 @@ separate arm and survives — but it ranks with Tier 1, not Tier 2. | `$ncontains`; `secret` inline edit | Fixed — #2940 | | `before`/`after`, `'not in'`, + 8 legacy spellings | Fixed — #2974 | | `DensityModeSchema` inert | Resolved upstream (removed in spec 17) | -| Packages lacking the `@objectstack/spec` devDep | **5**, not 6 — `plugin-list` and `data-objectstack` gained it in #2974; `plugin-charts`, `plugin-dashboard`, `plugin-report`, `components`, `mobile`, `fields` remain | +| Packages lacking the `@objectstack/spec` devDep | **6** — `plugin-list` and `data-objectstack` gained it in #2974; `plugin-charts`, `plugin-dashboard`, `plugin-report`, `components`, `mobile` and `fields` remain. (The body above says 6 because it counted a 13-package "needs a guard" list that omitted `fields`; adding `fields` and removing the two now fixed leaves 6 either way.) | | Everything else | Open — #2941 (Tier 1), #2942 (Tier 2), #2943 (Tier 3), #2944 (forks), #2945 (vocabularies) | One method note for anyone repeating this: the original run read a checkout that