docs: refresh stale versions and ghost file references in docs/#155
Merged
Conversation
- Update texlive-ja-textlint image tag to 2026a (was 2025b/2025e), matching .devcontainer/devcontainer.json as the source of truth - Refer to latex-release-action via the pinned version in .github/workflows/latex-build.yml instead of hardcoding @v2.2.0 - Remove references to VERSION and VERSIONS.md, which exist on neither main nor release branch - Align release branch include/exclude lists with the actual NON_LATEX_ENVIRONMENT_FILES list in update-release-branch.yml - Describe versioning as image-tag based (legacy git tags deprecated) Claude-Session: https://claude.ai/code/session_01PGcVXHJSHMBx4ki8WU2ZiS
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.
概要
docs/ 配下だけがバージョン更新に取り残されていたため、実ファイル(
.devcontainer/devcontainer.json、.github/workflows/latex-build.yml、update-release-branch.yml)を正として記述を更新した。変更内容
バージョン表記の更新
docs/CLAUDE-DEVELOPMENT.md: base image2025b→2026a(source of truth として devcontainer.json を明記)docs/CLAUDE-TROUBLESHOOTING.md: debug コマンド例の2025b→2026a(2箇所)docs/CLAUDE-QUALITY.md: docker run 例の2025e→2026alatex-release-action@v2.2.0のバージョン直書きをやめ、「現行版は.github/workflows/latex-build.ymlに pin されている」という書き方に変更(実 workflow は@v3を参照)幽霊ファイル参照の削除
VERSIONS.mdとVERSIONファイルは main / release どちらのブランチにも存在しないため、参照をすべて削除した(CHANGELOG.md と DEPENDENCY-UPDATE.md は実在するため維持):docs/CLAUDE-QUALITY.mdの VERSIONS.md 参照 2 箇所を修正・削除release ブランチ記述の実態合わせ
include/exclude リストを
update-release-branch.ymlのNON_LATEX_ENVIRONMENT_FILES(一元管理)と release ブランチの実内容に合わせて修正:autoassignees.yml/VERSION/create-release.ymlを削除意図的に残したもの
docs/CLAUDE-TROUBLESHOOTING.md:55の2025c-test: backtick エスケープ失敗の歴史的なエラー例のため現状維持https://claude.ai/code/session_01PGcVXHJSHMBx4ki8WU2ZiS