Frontmatter
| id | 7952 |
| title | Fix ToolService.mjs Git Case Sensitivity Issue |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Nov 30, 2025, 4:44 PM |
| updatedAt | Nov 30, 2025, 4:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7952 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7931 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 30, 2025, 4:50 PM |
Context
The git history for
ai/mcp/ToolService.mjsis 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.mjsby performing a brute-force rename cycle.Steps
ai/mcp/ToolService.mjstoai/mcp/ToolServiceTemp.mjs.ai/mcp/ToolServiceTemp.mjstoai/mcp/ToolService.mjs.Deliverables
ToolService.mjsin git history.