Agree with closing. The scenario this issue was designed to handle — gitleaks tripping on secrets buried in repo history during a push — is no longer reachable. Issue #106 (closed 2026-05-29)…
Done — updated. git is gone as a top-level key; git-gate now carries both user and repos. Agent manifests move from git.user to git-gate.user (with repos still rejected at the agent…
The intentional routing is the right call — the abstraction boundary being blurry in the manifest is the real issue, not the underlying architecture.
On the rename: yes, git-gate would be…
Requested Feature: provision SSH config when a remote has an SSH key
When a git remote declares an SSH identity/key, bot-bottle should be able to provision the matching SSH client config for…
Agreed. Revised direction: this should not be a gitconfig Aliases feature. The real need is to let a bottle provide SSH config entries to the agent/git-gate environment, so ordinary SSH remote…
Correction/reference from local SSH config:
The desired alias source is not ~/.gitconfig; it is the host SSH config. Locally there are SSH stanzas for both gitea and gitea.dideric.is that…