Commit 119c9ea
docs: narrow tool-profile allowlist claim; document column-visibility fix
Task 12 (documentation-accuracy pass, no logic changes):
- CLAUDE.md's "Keeping tool categories in sync" section overclaimed that
LEGACY_CATEGORIES_DEFAULT_ON keeps a custom profile from silently
widening to include "a tool" it never opted into. The allowlist is
category-granular, not tool-name-granular: a new tool joining an
already-legacy category (e.g. a future addition to record-write) still
resolves an absent customTools key to enabled for standalone npm/CLI
users. tool-config.js's ponytail comment and both CHANGELOGs already
scoped this correctly (from eb87f60); CLAUDE.md was the one site that
still overclaimed. Narrowed to name the residual gap, who's affected,
and the remedy.
- Added the missing release note for 455bfda's column-visibility predicate
unification: an absent `visibility` key on a source column previously
compared as hidden in sync/apply.js and sync/remap.js, matching an
explicitly-hidden dest column and reporting false convergence — masking
real drift. Documented in both CHANGELOGs as a correctness fix (not a
regression): a base pair previously reported converged/identical by
`sync_base mode=diff` may now correctly surface column-visibility drift.
- Investigated whether any CHANGELOG/comment records autoNumber as a
confirmed current bug in sync/apply.js (per owner: create and
primary-retype already strip maxUsedAutoNumber, and the diff engine
doesn't emit the suspected failing update). Found no such record in the
tracked tree — the only matching claim lives on an external PR review
thread, handled separately. No edit made.
Zero executable-code changes: CHANGELOG.md, CLAUDE.md, and
packages/mcp-server/CHANGELOG.md only.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 67999ce commit 119c9ea
3 files changed
Lines changed: 43 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
95 | 119 | | |
96 | 120 | | |
97 | 121 | | |
| |||
0 commit comments