Block a user
mcp-chassis: validate a LIST of trusted issuers (accept k8s SA tokens) — ADR-0011
Done — shipped in mcp-chassis
Done — shipped in mcp-chassis v0.4.0 (75eb8b8). Recommend close.
Heads-up: this issue was misfiled — the chassis is its own repo git.d-ma.be/mathias/mcp-chassis (module .../auth),…
mcp-chassis: validate a LIST of trusted issuers (accept k8s SA tokens) — ADR-0011
Taskfile leaks source project name (hostexecutor); scaffold uses stale hostname
Both bugs already fixed: Taskfile.yml on main uses __PROJECT_NAME__ placeholder (not literal hostexecutor), and new-project.sh already downloads via git.d-ma.be. Confirmed via live…
chore: rename Go module path gitea.d-ma.be → git.d-ma.be in template
Already fixed at source: go.mod on main uses __MODULE_PATH__ placeholder (not hardcoded gitea.d-ma.be), substituted correctly by new-project.sh (local-dev commit 1c87d9e uses git.d-ma.be)…
Taskfile leaks source project name (hostexecutor); scaffold uses stale hostname
chore: rename Go module path gitea.d-ma.be → git.d-ma.be in template
CI should not run on the template repo itself (builds placeholders, self-deploys)
fix(ci): guard check/build/deploy against unsubstituted template
fix(ci): guard check/build/deploy against unsubstituted template
create_project_from_template: optionally auto-register a new repo into dispatch's git-tracked allowlist
create_project resume: rename path can get stuck if a prior write+delete partially completed
create_project resume: rename path can get stuck if a prior write+delete partially completed
Fixed in v0.9.2 (51b823a).
renameEntry now reads the new path first before writing: if it already holds the correct content (the write half of a prior partial rename succeeded), the write is…