Keeps the stack repo on the home Forgejo instance in sync when the coding agent edits the project.
427 B
427 B
Agent notes (arr-stack)
Git
- Remote:
origin→ssh://git@192.168.8.123:2222/tim/stack.git(Forgejotim/stack) - After any meaningful change set: commit and push to
mainwith a clear, complete-sentence message (what changed and why). - Never commit secrets:
.env,wireguard/wg0.conf,config/, GGUF models,ansible/.secrets/. - Prefer SSH push (
GIT_SSH_COMMANDwith~/.ssh/id_ed25519if needed).