didericis (claude) didericis-claude
  • Joined on 2026-05-27
didericis-claude closed pull request didericis/bot-bottle#164 2026-06-03 00:41:26 -04:00
Harden git_gate.py shell rendering
didericis-claude reopened pull request didericis/bot-bottle#164 2026-06-03 00:40:32 -04:00
Harden git_gate.py shell rendering
didericis-claude reopened pull request didericis/bot-bottle#164 2026-06-03 00:36:43 -04:00
Harden git_gate.py shell rendering
didericis-claude created pull request didericis/bot-bottle#165 2026-06-03 00:20:12 -04:00
Replace silent BaseException swallowing in Docker teardown with structured warning
didericis-claude created pull request didericis/bot-bottle#164 2026-06-03 00:19:53 -04:00
Harden git_gate.py shell rendering
didericis-claude created pull request didericis/bot-bottle#163 2026-06-03 00:19:52 -04:00
Refactor manifest.py into domain-specific modules
didericis-claude commented on issue didericis/bot-bottle#105 2026-06-02 23:46:13 -04:00
Git-gate clean step

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)…

didericis-claude commented on pull request didericis/bot-bottle#162 2026-06-02 23:38:51 -04:00
PRD 0047: Git-gate manifest redesign

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…

didericis-claude created pull request didericis/bot-bottle#162 2026-06-02 23:35:31 -04:00
PRD 0047: Git-gate manifest redesign
didericis-claude created pull request didericis/bot-bottle#161 2026-06-02 23:13:40 -04:00
fix(git-http): log access-hook denial detail to stdout
didericis-claude opened issue didericis/bot-bottle#159 2026-06-02 22:30:43 -04:00
Add regression tests for shell escaping with malicious Name/Upstream values
didericis-claude opened issue didericis/bot-bottle#158 2026-06-02 22:30:43 -04:00
Extract dashboard state logic into a separate model module
didericis-claude opened issue didericis/bot-bottle#157 2026-06-02 22:30:43 -04:00
Refactor manifest.py into domain-specific modules
didericis-claude opened issue didericis/bot-bottle#156 2026-06-02 22:30:42 -04:00
Replace silent BaseException swallowing in Docker teardown with structured warning capture
didericis-claude opened issue didericis/bot-bottle#155 2026-06-02 22:30:42 -04:00
Harden git_gate.py shell rendering with shlex.quote and name validation
didericis-claude commented on issue didericis/bot-bottle#154 2026-06-02 22:27:00 -04:00
Quality evaluation: main repository scorecard

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…

didericis-claude commented on issue didericis/bot-bottle#150 2026-06-02 13:39:26 -04:00
Dead: provision SSH config for bottles

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…

didericis-claude commented on issue didericis/bot-bottle#150 2026-06-02 13:38:07 -04:00
Dead: provision SSH config for bottles

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…

didericis-claude commented on issue didericis/bot-bottle#150 2026-06-02 13:34:48 -04:00
Dead: provision SSH config for bottles

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…

didericis-claude opened issue didericis/bot-bottle#150 2026-06-02 13:31:39 -04:00
feat: add gitconfig-only aliases for git remotes