fix: correct documentation drift (Python version, security email, commit policy) - #714
Merged
Conversation
- AGENTS.md: Python floor is >=3.11 (tested 3.11-3.14), not >=3.13 - SECURITY.md + CODE_OF_CONDUCT.md: use canonical contact email quangminh2402.dev@gmail.com (matches sibling n24q02m repos) - CONTRIBUTING.md: clarify only feat:/fix: prefixes are accepted (enforced by commit-msg hook), not all Conventional Commit types Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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
Documentation drift audit + fix for the public
qwen3-embedrelease repo. All findings verified against actual code/config before editing.Findings fixed
AGENTS.mdpyproject.tomlrequires-python = ">=3.11"+ classifiers 3.11-3.14; CLAUDE.mdSECURITY.mdn24q02m@gmail.comquangminh2402.dev@gmail.comCODE_OF_CONDUCT.mdCONTRIBUTING.mdfeat:/fix:accepted (commit-msg hook)scripts/enforce-commit.shrejects everything except feat/fix (+chore(release):for PSR)Findings checked, NOT changed (already correct)
AGENTS.md"Target: Python 3.13" +--target-version=py313— accurate:.pre-commit-config.yamlpasses--target-version=py313,mise.tomlpins dev python 3.13.AGENTS.mdignore = ["E501"]— matchespyproject.toml [tool.ruff.lint].README.md— no hardcoded version (uses PyPI badge); model table, install commands, env vars all match code. No dead links (library repo, nomcp-core/docs/TRUST-MODEL.mdor/servers/<slug>/references).SECURITY.mdsupported-versions table — intentionally version-agnostic ("latest"/"< latest"), not stale.Verification
uv run ruff check .→ All checks passedfeat:/fix:enforcement + diacritics) passed on commit🤖 Generated with Claude Code