|
66 | 66 |
|
67 | 67 | ### 📋 NEXT SESSION TODO |
68 | 68 |
|
69 | | -1. **Defer to UI Phase**: App Health Score visualization (+/- confusion) |
70 | | -2. **Pattern Cleanup**: Delete bad Supabase patterns with full file content |
71 | | -3. **API Service**: Create final report format for each provider |
72 | | -4. **Multi-Language**: Test TypeScript, Python with same cost verification |
| 69 | +#### 🔴 HIGH PRIORITY |
| 70 | +1. **Pattern Cleanup** - Delete remaining bad Supabase patterns with full file content |
| 71 | + - Query: `WHERE fix_template::text ILIKE '%Copyright%' OR fix_template::text ILIKE '%Licensed%'` |
| 72 | + - Estimated: 10-20 patterns may still have license headers |
| 73 | + |
| 74 | +2. **Pattern Calibration** - Run calibration to rebuild clean patterns |
| 75 | + - Spring PetClinic (Java) - rebuild Checkstyle/PMD patterns |
| 76 | + - CodeQual itself (TypeScript) - build ESLint patterns |
| 77 | + - New patterns will be clean thanks to Session 26 fixes |
| 78 | + |
| 79 | +#### 🟡 MEDIUM PRIORITY |
| 80 | +3. **Performance Tools Integration** - Add performance analysis for all languages |
| 81 | + | Language | Tools to Add | Status | |
| 82 | + |----------|--------------|--------| |
| 83 | + | Java | JMH, SpotBugs Perf Rules, PMD Performance | ❌ Missing | |
| 84 | + | Python | py-spy, memory_profiler, scalene | ❌ Missing | |
| 85 | + | Go | pprof, benchstat | ❌ Missing | |
| 86 | + | Rust | criterion, flamegraph | ❌ Missing | |
| 87 | + | TypeScript | Lighthouse, Bundle Analyzer | ✅ Exists | |
| 88 | + |
| 89 | +4. **Multi-Language Testing** - Verify BASIC tier = $0.00 for all languages |
| 90 | + - TypeScript E2E test |
| 91 | + - Python E2E test |
| 92 | + - Go E2E test |
| 93 | + |
| 94 | +#### 🟢 LOWER PRIORITY (Defer to UI Phase) |
| 95 | +5. **App Health Score UI** - Visualization of +/- scoring (confusing in text) |
| 96 | +6. **API Service** - Create final report format for each provider (Web, IDE, CI/CD) |
| 97 | +7. **Pattern Library Expansion** - Target 2000+ patterns across all languages |
73 | 98 |
|
74 | 99 | --- |
75 | 100 |
|
|
0 commit comments