Skip to content

Commit ed00f16

Browse files
JuanCS-Devclaude
andcommitted
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

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

.gitignore

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ test_results.log
7777
*.BROKEN_BACKUP*
7878
*_backup_*
7979

80+
# Archive (legacy code - not tracked)
81+
.archive/
82+
83+
# Personal/local development notes
84+
.juancs/
85+
86+
# Plan files (temporary)
87+
.qwen/plans/
88+
8089
# Test artifacts and logs
8190
test_*.log
8291
*.coverage*
@@ -89,10 +98,5 @@ htmlcov/
8998
.idea/
9099
*.sublime-*
91100

92-
# Documentation (temporary - will organize)
93-
*_REPORT.md
94-
*_SUMMARY.md
95-
TESTE_*.md
96-
test_*.py
97-
maestro_v*.py
98-
!maestro_v10_integrated.py
101+
# Hypothesis test cache
102+
.hypothesis/

0 commit comments

Comments
 (0)