You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
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>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ mise run setup # or: uv sync --group dev
30
30
uv run ruff format --check .# Format check
31
31
```
32
32
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):
0 commit comments