Commit fed6352
Implement automatic remediation system with user approval workflow (sub-task 6.5)
- Created comprehensive RemediationManager with user approval workflows
- Added RemediationSuggestion with confidence levels and risk assessments
- Implemented Tauri commands for frontend integration with session management
- Added user preference learning system for validation decisions
- Created fix suggestion types including typos, capitalization, duplicates
- Implemented preview system with diff highlights and impact assessment
- Added session status tracking and remediation statistics
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent db9980d commit fed6352
File tree
4 files changed
+1623
-1
lines changed- src-tauri/src/validation
4 files changed
+1623
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
23 | 35 | | |
0 commit comments