diff --git a/CLAUDE.md b/CLAUDE.md index 0c756e02..03911b52 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -130,6 +130,24 @@ C:\Users\antoi\anaconda3\envs\atomizer\python.exe your_script.py - Create new virtual environments - Use system Python +## Git Configuration + +**CRITICAL: Always push to BOTH remotes when committing.** + +``` +origin: http://192.168.86.50:3000/Antoine/Atomizer.git (Gitea - local) +github: https://github.com/Anto01/Atomizer.git (GitHub - private) +``` + +### Push Commands +```bash +# Push to both remotes +git push origin main && git push github main + +# Or use --all to push to all remotes +git remote | xargs -L1 git push --all +``` + ## Key Directories ``` diff --git a/knowledge_base/lac/session_insights/user_preference.jsonl b/knowledge_base/lac/session_insights/user_preference.jsonl new file mode 100644 index 00000000..a4ae2cba --- /dev/null +++ b/knowledge_base/lac/session_insights/user_preference.jsonl @@ -0,0 +1 @@ +{"timestamp": "2025-12-29T12:00:00", "category": "user_preference", "context": "Git remote configuration", "insight": "GitHub repository URL is https://github.com/Anto01/Atomizer.git (private repo). Always push to both origin (Gitea at 192.168.86.50:3000) and github remote.", "confidence": 1.0, "tags": ["git", "github", "remote", "configuration"]}