Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs

This commit is contained in:
renato97
2026-04-08 17:58:47 -03:00
parent c9d3528900
commit 6d080d43b3
372 changed files with 189715 additions and 8590 deletions

24
.gitignore vendored
View File

@@ -51,6 +51,9 @@ Thumbs.db
# Claude
.claude/
# Ralph local secrets
ralph/config/telegram.local.json
# Samples and large media
*.wav
*.mp3
@@ -59,6 +62,7 @@ Thumbs.db
*.aif
# Large library directories
libreria/
librerias/
# Other remote scripts (not our project)
@@ -77,7 +81,6 @@ HUMAN_FEEL_IMPLEMENTATION.md
MCP_SETUP_SUMMARY.md
MCP_VERIFICATION.md
QWEN_MCP_SETUP.md
abletonmcp_init.py
abletonmcp_server.py
add_samples_script.py
agent10_diagnosis.py
@@ -120,6 +123,25 @@ microKONTROL/
# AbletonMCP_AI runtime state
AbletonMCP_AI/diversity_memory.json
AbletonMCP_AI/MCP_Server/scan_log.txt
AbletonMCP_AI/AbletonMCP_AI/diversity_memory.json
AbletonMCP_AI/AbletonMCP_AI/MCP_Server/scan_log.txt
AbletonMCP_AI/MCP_Server/*.log
AbletonMCP_AI/MCP_Server/health_check_result.json
*.bak
# Temporary/test scripts directory
temp/
# Keep temp/ ignored, but do not hide future scripts globally.
# Runtime files that must be versioned
!abletonmcp_init.py
# Diagnostic and temp scripts
check_*.py
validate_*.py
final_check.py
quick_check.py
temp_*.py
diagnostico_*.py
*demo.py