You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update CLAUDE.md with improved development patterns
- Add consolidation pattern guidance for similar components
- Include unified approach as recommended alternative to individual implementations
- Add consolidation/refactoring commit message template
- Update predictor integration process with cleaner structure
- Remove branch-specific content to keep documentation general
Development Guide: Enhanced with proven architectural patterns
Documentation: Focused on permanent, project-agnostic guidance
Process: Streamlined integration phases for better developer experience
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Quality: 100% MyPy compliance maintained, test coverage preserved
312
+
Architecture: Single responsibility principle applied, maintainability improved
313
+
314
+
🤖 Generated with [Claude Code](https://claude.ai/code)
315
+
316
+
Co-Authored-By: Claude <noreply@anthropic.com>
317
+
```
318
+
287
319
#### Feature Integration Template
288
320
For major feature additions like new predictors, use this concrete structure:
289
321
@@ -366,7 +398,7 @@ This guide provides comprehensive information needed for effective development,
366
398
367
399
## Adding New Predictors - Complete Integration Process
368
400
369
-
This documents the exact process we followed to integrate the Random Forest predictor, which should be repeated for future predictors (Decision Tree, XGBoost, etc.).
401
+
This documents the exact process for integrating new predictors, which should be followed for all model types.
370
402
371
403
### Phase 1: Predictor Implementation
372
404
@@ -381,8 +413,8 @@ This documents the exact process we followed to integrate the Random Forest pred
0 commit comments