Skip to content

Conversation

@msuarz
Copy link
Member

@msuarz msuarz commented Jun 19, 2025

Summary

  • Clean up garbage text from src/tcr/test.js
  • Add comprehensive coding style guidelines to CLAUDE.md
  • Improve test error handling pattern

Changes

  • Removed corrupted text from test.js file
  • Added functional programming style guidelines
  • Maintained existing test logic with better error handling

Test plan

  • Build passes (npm run build)
  • Tests pass (npm test)
  • Code follows established patterns
  • No breaking changes to TCR functionality

🤖 Generated with Claude Code

msuarz and others added 4 commits June 19, 2025 10:12
- Remove garbage text from src/tcr/test.js
- Add coding style section to CLAUDE.md with functional programming preferences
- Improve test error handling with try/catch pattern

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Add project type detection for C#, Ruby, Elixir, and Node.js
- Fix command execution to properly handle exit codes
- Update test runner to use detected project commands
- Replace hardcoded npm test with dynamic test commands:
  - C#: dotnet test --no-build --verbosity quiet
  - Elixir: mix test
  - Ruby: bundle exec rspec
  - Node.js: npm test

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
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