Commit 3688e25
codeo1io
fix(dashboard): classify memory.external in ConfigEditor coverage manifest
The external-memory-backend branch added the memory.external schema subtree
(provider/endpoint/banks/retain_sources/tags + recall sub-block) but did not
add a corresponding entry to the dashboard's config-field-coverage manifest.
The config-parity guard (config-parity.test.ts) enforces that every schema
leaf is either RENDERED by the ConfigEditor form or listed in
OMITTED_BY_DESIGN, so CI failed with 16 uncovered leaves.
memory.external is USER-config-only and operator-configured (no form widgets
exist for it), so the correct classification is OMITTED_BY_DESIGN with the
whole subtree covered by the 'memory.external' prefix.1 parent b462755 commit 3688e25
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments