docs: clarify Harness of Harnesses as next-version direction - #368
Conversation
gloryfromca
left a comment
There was a problem hiding this comment.
No blockers; this can merge as far as I am concerned.
I reviewed the complete github/main...HEAD diff. The English and Chinese READMEs consistently distinguish the runnable current public release from the next-version Harness of Harnesses direction, and both attribute the benchmark table to the internal research prototype. I found no concrete failure after checking the preceding positioning change and the surrounding README content.
Coverage: I checked AGENTS.md/CLAUDE.md and CONTEXT-MAP.md (the newly used positioning terms have no conflicting glossary entry), the full diff, bilingual parity, predecessor history, backward compatibility, and test integrity. There are no code callers or runtime behavior changes, and no tests were changed or weakened.
Verification: uv run --frozen --python 3.12 --extra dev pre-commit run --files README.md README.zh-CN.md, the underlying scripts/check_large_files.py github/main..HEAD check, git diff --check github/main...HEAD, and the merge-tree check against current GitHub main all passed. The make check-large-files wrapper itself could not run because make is unavailable in this environment; its exact Python check passed directly. GitHub's pre-commit, lint, repository-file, TUI, bridge, Windows upgrade, title, and commit-message checks were passing when reviewed; the full unit job was still pending. Full local runtime tests were not run because this is a documentation-only change.
Summary
Type
Verification
.venv/bin/pre-commit run --files README.md README.zh-CN.mdpassed.UV_CACHE_DIR=/private/tmp/raven-uv-cache make check-large-filespassed.git diff --check origin/main...HEADpassed.Risk
Related Issues
N/A