Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 591 Bytes

File metadata and controls

26 lines (17 loc) · 591 Bytes

Agent Configuration

Information for AI agents working on this repository.

Git Identity

user.name = claude
user.email = abaranwagner+claude@gmail.com

Set with: git config user.name "claude" && git config user.email "abaranwagner+claude@gmail.com"

Push Access

HTTPS auth is not configured. Use the SSH deploy key:

GIT_SSH_COMMAND="ssh -i /workspaces/FreeCAD/.claude-workspace/github_ed25519 -o StrictHostKeyChecking=no" \
  git push git@github.com:abwagner/FreeCAD.git main

Remote

  • Origin: github.com:abwagner/FreeCAD
  • Main branch: main