chore(release): README_AI refresh release-time + post-commit hook retirement (#166) - #168
Merged
Merged
Conversation
…irement (#166) - release.sh step 6.5: scan-all + claude-md update between bump commit and tag - pre_release_check.sh section 1b: fail if CLAUDE.md not stamped v$VERSION or README_AI uncommitted at tag time - CLAUDE.md: post-commit not installed in this repo - product-level hook deprecation tracked in #167
dreamlx
added a commit
that referenced
this pull request
Aug 15, 2026
P1 (docs, #169 residual): active user-facing surfaces still advertising the removed post-commit workflow — codeindex init's final output, README_zh.md (bullet/workflow/skill-table; EN was clean), examples/ai-integration-guide.md (whole Post-commit section + doc-only scenario), team-workflow-guide ('Three hooks'). All removed/updated; version-history mentions intentionally kept. P2 (#171): _has_js_test_files walked .venv and duplicated the skip-set — now shares _WALK_SKIP_DIRS with detect_languages (venv/.tox/.eggs pruned), uncapped-walk rationale documented. P2 (#172): leftover-hook read_text now catches OSError — status is informational, must not crash on an unreadable file.
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.
What
本仓落地 #166 三项 checklist:
scripts/release.shstep 6.5(bump commit 与 tag 之间):codeindex scan-all+claude-md update,commit 为docs: refresh README_AI for vX.Y.Z;空变更跳过 commit(set -e安全)scripts/pre_release_check.shsection 1b:release gate 对齐外部真值——CLAUDE.md codeindex section 未盖v$VERSION章、或有 uncommitted README_AI → fail,不许 tagcodeindex hooks uninstall post-commit,pre-commit/pre-push 保留);CLAUDE.md Git Hooks 章节同步产品级 hook 弃用另案 #167,不在本 PR 范围。
Why
Notes
codeindex= 新 bump 版本,claude-md update盖的就是新章Closes #166