Problem Statement
Currently clauderc doesn't detect Scala projects. It would be great to add support for detecting build.sbt files and configuring appropriate settings for Scala developers.
Proposed Solution
Add Scala detection in src/detector.js:
- Detect
build.sbt file
-
-
-
- Create appropriate CLAUDE.md template for Scala projects
This is a good entry point for new contributors as it follows the existing pattern for other languages.
Category
New Command
Alternatives Considered
No response
Usage Examples
No response
Contribution
Problem Statement
Currently clauderc doesn't detect Scala projects. It would be great to add support for detecting
build.sbtfiles and configuring appropriate settings for Scala developers.Proposed Solution
Add Scala detection in
src/detector.js:build.sbtfilesbtThis is a good entry point for new contributors as it follows the existing pattern for other languages.
Category
New Command
Alternatives Considered
No response
Usage Examples
No response
Contribution