Skip to content

Commit b266b13

Browse files
committed
Drop stale bare-Mcp* lint reference from McpErrorCodes doc-comment
Copilot review on #425 caught that the cited `tests/unit/test_plugin_self_update_safety.py` lint no longer exists -- that test file's own docstring documents the deny-by-default ratchet was removed because it measured call shape rather than the actual parse-hazard bug. The CLAUDE.md `never-delete-published-class_name` policy referenced in the prior sentence is the real guard; drop the misleading lint reference. https://claude.ai/code/session_01VgXf3Lqv2ypt36g6EqpRYg
1 parent 1d0df07 commit b266b13

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

plugin/addons/godot_ai/utils/error_codes.gd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ extends RefCounted
1212
## previously-registered class_name disappears, and that failure mode is
1313
## independent of the runner's install ordering. See CLAUDE.md's
1414
## never-delete-published-class_name policy for the shape-aware shim path
15-
## that retirement (if ever needed) must follow. The bare-`Mcp*` lint in
16-
## `tests/unit/test_plugin_self_update_safety.py` allow-lists this single
17-
## site.
15+
## that retirement (if ever needed) must follow.
1816
##
1917
## All consumers use the preload-alias pattern
2018
## (`const ErrorCodes := preload(...)`) introduced in #412. The alias is

0 commit comments

Comments
 (0)