promote: main → release (jinemi registry namespace, Caddy trusted_proxies, CI login fix) #159

Merged
admin_emi merged 26 commits from main into release 2026-08-01 19:38:50 +00:00
Showing only changes of commit 5b5f28560d - Show all commits

6
.gitignore vendored
View file

@ -2,3 +2,9 @@
# Claude Code worktrees. These are other sessions' checkouts living inside this
# repo; `git add -A` will otherwise commit them as embedded git repositories.
.claude/worktrees/
# Per-operator Claude Code settings — local permission grants, not team config.
# Untracked but not ignored meant one `git add -A` would publish one operator's
# allowlist (including which secrets they may decrypt) to everyone.
# `.claude/settings.json` IS tracked and stays the shared, reviewed config.
.claude/settings.local.json