Rename my_project to ikario_body across all project files

Updated all references from 'my_project' to 'ikario_body':
- Renamed dockerize_my_project.py → dockerize_ikario_body.py
- Renamed docker-compose.my_project.yml → docker-compose.ikario_body.yml
- Updated Docker service names (ikario_body_frontend, ikario_body_server)
- Updated paths in .claude/settings.local.json
- Updated paths in README.md, navette.txt, patch_stats.py, project_progress.md
- Updated all volume mounts and working directories

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-22 19:17:49 +01:00
parent 705cd1bfa9
commit a7f8141118
6 changed files with 42 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
Patch getMemoryStats to count thoughts and conversations separately
"""
file_path = "C:/GitHub/Linear_coding/generations/my_project/server/services/memoryService.js"
file_path = "C:/GitHub/Linear_coding/generations/ikario_body/server/services/memoryService.js"
# Lire le fichier
with open(file_path, 'r', encoding='utf-8') as f: