Skip to content

Commit 4c4863a

Browse files
author
alpsla
committed
docs: update TODO list with comprehensive next steps
Added prioritized TODO list: - HIGH: Pattern cleanup (delete corrupted patterns) - HIGH: Pattern calibration (rebuild with clean patterns) - MEDIUM: Performance tools for all languages (Java, Python, Go, Rust) - MEDIUM: Multi-language BASIC tier testing - LOW: App Health Score UI, API Service, Pattern expansion
1 parent eeafa0a commit 4c4863a

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

packages/agents/src/two-branch/docs/next/QUICK_START_NEXT_SESSION.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,35 @@
6666

6767
### 📋 NEXT SESSION TODO
6868

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
7398

7499
---
75100

0 commit comments

Comments
 (0)