From e78b10929c232b75952e6b1be2077fd9f5099187 Mon Sep 17 00:00:00 2001 From: Anto01 Date: Mon, 29 Dec 2025 20:26:06 -0500 Subject: [PATCH] docs: Add Git remote configuration to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added GitHub remote URL (Anto01/Atomizer) to CLAUDE.md so it persists across sessions. Also recorded in LAC user_preference.jsonl. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 18 ++++++++++++++++++ .../lac/session_insights/user_preference.jsonl | 1 + 2 files changed, 19 insertions(+) create mode 100644 knowledge_base/lac/session_insights/user_preference.jsonl 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"]}