LearnNewsExamplesServices
Frontmatter
id7952
titleFix ToolService.mjs Git Case Sensitivity Issue
stateClosed
labels
bugai
assigneestobiu
createdAtNov 30, 2025, 4:44 PM
updatedAtNov 30, 2025, 4:50 PM
githubUrlhttps://github.com/neomjs/neo/issues/7952
authortobiu
commentsCount0
parentIssue7931
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 30, 2025, 4:50 PM

Fix ToolService.mjs Git Case Sensitivity Issue

Closed v11.14.0 bugai
tobiu
tobiu commented on Nov 30, 2025, 4:44 PM

Context

The git history for ai/mcp/ToolService.mjs is inconsistent due to a case-only rename (toolService.mjs -> ToolService.mjs) that git handles poorly on case-insensitive file systems (macOS).

Goal

Fix the git file tracking for ToolService.mjs by performing a brute-force rename cycle.

Steps

  1. Rename ai/mcp/ToolService.mjs to ai/mcp/ToolServiceTemp.mjs.
  2. Commit the change.
  3. Rename ai/mcp/ToolServiceTemp.mjs to ai/mcp/ToolService.mjs.
  4. Commit the change.

Deliverables

  • Correctly capitalized ToolService.mjs in git history.
tobiu added the bug label on Nov 30, 2025, 4:44 PM
tobiu added the ai label on Nov 30, 2025, 4:44 PM
tobiu assigned to @tobiu on Nov 30, 2025, 4:44 PM
tobiu added parent issue #7931 on Nov 30, 2025, 4:44 PM
tobiu referenced in commit 121fbfb - "#7952 tmp name" on Nov 30, 2025, 4:49 PM
tobiu referenced in commit bd09c38 - "#7952 tmp name" on Nov 30, 2025, 4:50 PM
tobiu referenced in commit 9e52c4b - "#7952 real name" on Nov 30, 2025, 4:50 PM
tobiu closed this issue on Nov 30, 2025, 4:50 PM