fix: nettoyage scripts de déploiement Windows

- deploy_windows.py : supprimé window_info dupliqués du manifeste
- build_package.sh : exclusion chat_window, shared_state, capture_server, *.md
- lea_ui copie uniquement __init__.py + server_client.py
- Package résultant : 68 KB (propre, minimal)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dom
2026-03-31 10:17:24 +02:00
parent 1253a40051
commit 1e8e2dd9f3
2 changed files with 7 additions and 4 deletions

View File

@@ -41,8 +41,6 @@ FILE_MANIFEST: list[tuple[str, str]] = [
("agent_v1/core/__init__.py", "agent_v1/core/__init__.py"),
("agent_v1/core/captor.py", "agent_v1/core/captor.py"),
("agent_v1/core/executor.py", "agent_v1/core/executor.py"),
("agent_v1/core/window_info.py", "agent_v1/core/window_info.py"),
("agent_v1/core/window_info_crossplatform.py", "agent_v1/core/window_info_crossplatform.py"),
# agent_v1/network
("agent_v1/network/__init__.py", "agent_v1/network/__init__.py"),