Commit 19e3d55
feat: Add memory-enhanced debugging wizard with web GUI
New wizard:
- memory_enhanced_debugging_wizard.py: Level 4+ wizard with historical
bug correlation and tiered web/local configuration
Examples:
- full_repo_test.py: 3-stage demo testing all memory-enhanced wizards
- test_debugging_wizard.py: Dedicated debugging wizard test
- streamlit_debug_wizard.py: Web GUI prototype with file upload
- persistent_memory_showcase.py: Memory persistence demonstration
- website_examples/: Bug correlation, tech debt, security learning demos
Features:
- DebuggingWizardConfig with web_config() and local_config()
- File validation with tiered limits (5 files web, unlimited local)
- Historical pattern matching with similarity scoring
- Streamlit UI ready for deployment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b6045c7 commit 19e3d55
10 files changed
Lines changed: 3681 additions & 0 deletions
File tree
- empathy_software_plugin/wizards
- examples
- website_examples
Lines changed: 805 additions & 0 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments