Skip to content

Commit 8e3e978

Browse files
Testclaude
andcommitted
fix(installer): use backticks for nsJSON literal JSON values
- Changed nsJSON::Set /value "{}" to use backticks `{}` (line 420) - Rewrote Claude Desktop config creation to use incremental nsJSON::Set calls with backticks - Changed FileRead + nsJSON::Set /value pattern to nsJSON::Set /file for existing config parsing - Applied same fix to uninstaller section Root cause: nsJSON requires backticks for literal JSON values, not double quotes. User error "Failed to initialize config JSON" traced to line 419 using double quotes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0dd6c00 commit 8e3e978

11 files changed

Lines changed: 28 additions & 466 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ code-indexer-temporal/
166166
# Temporary analysis and code review reports (session-specific)
167167
/reports/reviews
168168
/reports/manual-tests
169+
/reports/bugs/
170+
/reports/testing/
171+
/reports/*.md
172+
173+
# Test mock artifacts (should not be committed)
174+
/MagicMock/
169175

170176
# TDD Guard runtime data
171177
.claude/tdd-guard/data/instructions.md

MagicMock/app_module.app.state.golden_repos_dir/139831256783744/global_registry.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

MagicMock/app_module.app.state.golden_repos_dir/139833944840128/global_registry.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

MagicMock/app_module.app.state.golden_repos_dir/139864080205184/global_registry.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

MagicMock/app_module.app.state.golden_repos_dir/140098236436048/global_registry.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

MagicMock/app_module.app.state.golden_repos_dir/140501505502368/global_registry.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

MagicMock/app_module.app.state.golden_repos_dir/140525678945904/global_registry.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

reports/bugs/bug_golden_repos_details_auto_close_20251202.md

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)