Commit ed00f16
feat!: OPERAÇÃO LIMPEZA RADICAL - Juan Dev Code v1.0
BREAKING CHANGE: Complete project restructuring and renaming
## Package Renames
- qwen_dev_cli → jdev_cli (main CLI)
- qwen_cli → jdev_tui (Textual TUI)
- qwen_core → jdev_core (shared core)
- third_party → jdev_governance (Constitutional AI)
## Architecture Cleanup
- Consolidated 7 duplicate ExecutionResult classes → single canonical definition
- Updated ~1197 import statements across codebase
- Moved 39+ report files from root → docs/historical/
- Archived legacy shells and migration package → .archive/
## Entry Points
- juancs / jcs → CLI
- juancs-tui → Textual TUI
- gradio_ui → Web UI
## New Structure
```
├── jdev_cli/ (CLI, agents, tools, core)
├── jdev_tui/ (Textual TUI)
├── jdev_core/ (shared utilities)
├── jdev_governance/ (Justiça + Sofia agents)
├── gradio_ui/ (Gradio 6 web interface)
└── .archive/ (legacy code, not tracked)
```
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent af59a07 commit ed00f16
File tree
633 files changed
+119524
-72581
lines changed- .qwen/index
- benchmarks
- docs
- MIGRATION_PACKAGE
- historical
- examples
- gradio_ui
- jdev_cli
- agents
- planner
- cli
- commands
- config
- core
- providers
- explainer
- hooks
- integrations
- mcp
- integration
- intelligence
- orchestration
- plugins
- prompts
- refactoring
- session
- shell_v2
- shell
- streaming
- tools
- tui
- components
- ui
- jdev_core
- jdev_governance
- justica
- sofia
- jdev_tui
- components
- constants
- core
- handlers
- themes
- widgets
- qwen_cli
- components
- core
- widgets
- qwen_dev_cli
- cli
- core
- integrations/mcp
- third_party
- tui/components
- tests
- agents
- cli
- commands
- config
- core
- critical
- dogfooding
- e2e_brutal
- e2e
- adversarial
- personas
- scenarios
- hooks
- integration
- intelligence
- orchestration
- refactoring
- security
- session
- shell
- streaming
- tools
- tui
- unit
- agents
- core
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
633 files changed
+119524
-72581
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
| |||
89 | 98 | | |
90 | 99 | | |
91 | 100 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 101 | + | |
| 102 | + | |
0 commit comments