chore: bump the cluster context pin - #39
Merged
Merged
Conversation
Deploy Preview — auth-apiEnvironments: production Image refs
SC-11 Readiness Scorecard
Updated by deploy-check on push to this PR. |
ExtraToast
added a commit
that referenced
this pull request
Aug 27, 2026
My cross-repo context bump (#39) used a script that does 'git add -A', which swept the untracked .claude/worktrees/generic-500 directory into the commit. It went in as a gitlink - mode 160000 - because that directory contains its own .git file. A gitlink with no matching .gitmodules entry breaks recursive checkout: fatal: No url found for submodule path 'services/auth-api/.claude/worktrees/generic-500' Once the workspace pointer advanced to that commit, the estate's governance-audit workflow started failing at checkout, because it clones the workspace with --recurse-submodules. Removes the gitlink and gitignores .claude/, which is local Claude Code session state and should never have been committable here. Note agent-kit deliberately commits .claude/ - it ships agents, commands, hooks and skills - so this belongs in each repo's .gitignore rather than the shared template. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cluster context pin from
e839b908to95dc39fc(JorisJonkers-dev/workspace#53).Both contexts were pulled and diffed:
cluster-context-public.ymlandadapter-compat.yamlare byte-identical. The only substantive change is thesourceShaprovenance field,22b9d332→7ee477c1.Proven on a control first — JorisJonkers-dev/auth-ui#36 rendered with all scorecard checks passing, including
context_pinned, before this went out to the rest.Read the
deploy-previewrender rather than the green tick.