Skip to content

Commit 9e6038f

Browse files
n24q02mn24q02mclaude
authored
fix: correct doc drift in agents, security, conduct, contributing (#714)
- 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: n24q02m <n24q02m@outlook.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2a6025f commit 9e6038f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AGENTS.md - qwen3-embed
22

3-
Lightweight Qwen3 text embedding & reranking library via ONNX Runtime. Python >= 3.13, uv.
3+
Lightweight Qwen3 text embedding & reranking library via ONNX Runtime. Python >= 3.11 (tested 3.11-3.14), uv.
44

55
## Build / Lint / Test Commands
66

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ an individual is officially representing the community in public spaces.
4343

4444
Instances of abusive, harassing, or otherwise unacceptable behavior may be
4545
reported to the community leaders responsible for enforcement at
46-
**n24q02m@gmail.com**.
46+
**quangminh2402.dev@gmail.com**.
4747

4848
All complaints will be reviewed and investigated promptly and fairly.
4949

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mise run setup # or: uv sync --group dev
3030
uv run ruff format --check . # Format check
3131
```
3232

33-
3. Commit using [Conventional Commits](https://www.conventionalcommits.org/):
33+
3. Commit using [Conventional Commits](https://www.conventionalcommits.org/). Only `feat:` and `fix:` prefixes are accepted (enforced by the commit-msg hook):
3434
```
3535
feat: add new embedding model support
3636
fix: correct tokenizer padding behavior

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
If you discover a security vulnerability, please report it responsibly:
1313

1414
1. **Do NOT** open a public issue
15-
2. Email **n24q02m@gmail.com** with details
15+
2. Email **quangminh2402.dev@gmail.com** with details
1616
3. Include steps to reproduce if possible
1717
4. Allow reasonable time for a fix before disclosure
1818

0 commit comments

Comments
 (0)