Skip to content

chore: point in-repo references at claude-devcontainer (merge AFTER rename) - #21

Merged
ChrisSc merged 1 commit into
mainfrom
chore/rename-to-claude-devcontainer
Jun 15, 2026
Merged

chore: point in-repo references at claude-devcontainer (merge AFTER rename)#21
ChrisSc merged 1 commit into
mainfrom
chore/rename-to-claude-devcontainer

Conversation

@ChrisSc

@ChrisSc ChrisSc commented Jun 15, 2026

Copy link
Copy Markdown
Owner

⚠️ Draft — merge only AFTER renaming the GitHub repo

Pre-staged repo-name references for devcontainerclaude-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

  • README CI badge (svg src + link)
  • CHANGELOG compare/release links (×8)
  • .claude/workflows/remediate-findings.jsgh pr create --repo flags (×2)

Intentionally NOT changed

  • The workflow REPO constant — 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

  1. Rename on GitHub (Settings → Repository name → claude-devcontainer).
  2. Mark this PR Ready, then merge (CI already green; these links now resolve directly instead of via redirect).
  3. Update local remotes on each host (optional — redirect covers it):
    git remote set-url origin git@github.com:ChrisSc/claude-devcontainer.git
  4. Never create a new repo named devcontainer under 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)

…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
ChrisSc marked this pull request as ready for review June 15, 2026 00:20
@ChrisSc
ChrisSc merged commit 4be5f26 into main Jun 15, 2026
4 checks passed
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>
@ChrisSc
ChrisSc deleted the chore/rename-to-claude-devcontainer branch July 30, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant