chore: rename hCTF2 → hCTF throughout codebase#42
Merged
Conversation
- Update Go module path: github.com/ajesus37/hCTF2 → github.com/ajesus37/hCTF - Rename binary: hctf2 → hctf (Taskfile, CI, release workflows) - Rebrand UI: "Heavens CTF 2" → "Heavens CTF", "hCTF2" → "hCTF" - Footer GitHub link now always styled (removed hover: prefix) - Update config path: ~/.config/hctf2/ → ~/.config/hctf/ - Update env var: HCTF2_CONFIG → HCTF_CONFIG - Update Docker image: ghcr.io/ajesus37/hctf2 → hctf - Update git remote to github.com/aJesus37/hCTF - Update .gitignore to ignore hctf binary Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Update HCTF2_CONFIG env var to HCTF_CONFIG in integration tests - Update version/info assertions to expect new binary/brand names - Update index page content assertion in handlers test Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update all remaining docs, scripts, Dockerfiles, configs, and templates that still referenced hctf2/hCTF2 after the initial rename. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
github.com/ajesus37/hCTF2→github.com/ajesus37/hCTFhctf2→hctf(Taskfile, CI, release workflows)~/.config/hctf2/→~/.config/hctf/, env varHCTF2_CONFIG→HCTF_CONFIGghcr.io/ajesus37/hctf2→hctfTest plan
task rebuildproduceshctfbinary./hctf servestarts successfully🤖 Generated with Claude Code