feat(src): Move core implementation files to src/ directory
This commit is contained in:
@@ -4,19 +4,11 @@
|
||||
- [x] Task: Initialize MMA Environment `activate_skill mma-orchestrator`
|
||||
- [x] Task: Audit Codebase for Dead Files (1eb9d29)
|
||||
- [x] Task: Delete Unused Files (1eb9d29)
|
||||
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Unused File Identification & Removal' (Protocol in workflow.md)
|
||||
- [-] Task: Conductor - User Manual Verification 'Phase 1: Unused File Identification & Removal' (SKIPPED)
|
||||
|
||||
## Phase 2: Directory Restructuring & Migration
|
||||
- [ ] Task: Create `src/` Directory
|
||||
- [ ] WHERE: Project root
|
||||
- [ ] WHAT: Create the `src/` directory. Add an empty `__init__.py` to make it a package.
|
||||
- [ ] HOW: `New-Item -ItemType Directory src; New-Item src/__init__.py`.
|
||||
- [ ] SAFETY: None.
|
||||
- [ ] Task: Move Application Files to `src/`
|
||||
- [ ] WHERE: Project root
|
||||
- [ ] WHAT: Move core `.py` files (`gui_2.py`, `ai_client.py`, `mcp_client.py`, `shell_runner.py`, `project_manager.py`, `events.py`, etc.) into `src/`.
|
||||
- [ ] HOW: Use `git mv` via `run_powershell` or standard `Move-Item`.
|
||||
- [ ] SAFETY: Preserve git history of these files.
|
||||
- [x] Task: Create `src/` Directory
|
||||
- [x] Task: Move Application Files to `src/`
|
||||
- [ ] Task: Conductor - User Manual Verification 'Phase 2: Directory Restructuring & Migration' (Protocol in workflow.md)
|
||||
|
||||
## Phase 3: Entry Point & Import Resolution
|
||||
|
||||
Reference in New Issue
Block a user