Skip to content

Conversation

@alex-feel
Copy link
Owner

Remove dead code from update_install_method_config() that attempted to use the claude config CLI command, which was deprecated in v1.0.7 and removed in v2.0.0. The function now uses only direct file modification to update ~/.claude.json.

Changes:

  • Removed CLI-first strategy and fallback logic
  • Updated documentation to reflect direct file modification approach
  • Simplified test suite by removing CLI-related test cases
  • Preserved all file modification tests and error handling tests

…_config

Remove dead code from update_install_method_config() that attempted to use the claude config CLI command, which was deprecated in v1.0.7 and removed in v2.0.0. The function now uses only direct file modification to update ~/.claude.json.

Changes:
- Removed CLI-first strategy and fallback logic
- Updated documentation to reflect direct file modification approach
- Simplified test suite by removing CLI-related test cases
- Preserved all file modification tests and error handling tests
@github-actions
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  scripts
  install_claude.py
Project Total  

This report was generated by python-coverage-comment-action

@alex-feel alex-feel merged commit fd019cd into main Jan 21, 2026
12 checks passed
@alex-feel alex-feel deleted the alex-feel-dev branch January 21, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants