chore: point in-repo references at claude-devcontainer (merge AFTER rename) - #21
Merged
Merged
Conversation
…ner) Pre-stages the repo-name references for the planned GitHub rename devcontainer -> claude-devcontainer. MERGE ONLY AFTER the rename is done. Until the new name exists these URLs 404; before the rename the old name still works via GitHub's auto-redirect. Changed: - README CI badge (svg src + link) - CHANGELOG compare/release links (8) - .claude/workflows/remediate-findings.js `gh pr create --repo` flags (2) Intentionally NOT changed: - the workflow REPO constant (a LOCAL checkout path, not the GitHub repo name) - docs/findings/* (frozen audit snapshot; its links redirect) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ChrisSc
marked this pull request as ready for review
June 15, 2026 00:20
ChrisSc
added a commit
that referenced
this pull request
Jun 15, 2026
Follow-up to #22, which baked Temurin OpenJDK 11 but left it invisible in the docs and the live inventory the in-container Claude is pointed at. - seed-claude.sh: list the JVM in the generated ENVIRONMENT.md (## Languages), capturing java's stderr-only --version output (the shared `ver` helper drops stderr, which would have rendered the line blank). - README.md: add "OpenJDK 11 (Temurin)" to the Languages highlight; fix the WSL clone example path that #21's rename missed (claude-sandbox -> claude-devcontainer). - CHANGELOG.md: populate the empty [Unreleased] with the JDK addition and the repo rename. Co-authored-by: Claude Opus 4.8 <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.
Pre-staged repo-name references for
devcontainer→claude-devcontainer. Kept as a draft because these URLs 404 until the new name exists. Before the rename, the old name keeps working via GitHub's auto-redirect, so there's no rush.Changed
.claude/workflows/remediate-findings.js—gh pr create --repoflags (×2)Intentionally NOT changed
REPOconstant — it's a local checkout path (/Users/chris/Projects/devcontainer), not the GitHub name. The GitHub rename doesn't require renaming your local directory; only do this if you also rename the folder on disk.docs/findings/*— frozen audit snapshot; its links redirect.Recommended order
claude-devcontainer).git remote set-url origin git@github.com:ChrisSc/claude-devcontainer.gitdevcontainerunder the account — that's the one action that kills the redirect.Since every downstream platform consumes this by clone + build on the host, existing environments and running containers are unaffected by the rename; this PR is pure reference hygiene.
Generated with Claude Code (https://claude.com/claude-code)