Pre-v1 readiness foundation#175
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 736e0c2a1d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3701294c3c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
35b020b to
cbe3b0d
Compare
cbe3b0d to
2911cbb
Compare
Description
This PR clears the pre-1.0 readiness backlog except the final v1 RC gate (#133). It adds the public docs/policy surface, ADRs, maintainer and repository checklists, bounded property tests, local benchmark baseline artifacts, release integrity generation, and sequential free-tier friendly workflows.
Closes #144, #151, #152, #153, #154, #155, #156, #157, #158, #159, #160, #161, #162, #163, #164, #165, #166, #167, #168.
Type of Change
What Changed
Repository Settings Applied
Outside this branch, repository settings were aligned with #152:
How Has This Been Tested?
.venv/bin/python -m pytest tests -m "not integration and not real_server and not slow and not performance" -q.venv/bin/python -m pytest tests/protocol/test_property_protocol_boundaries.py tests/scripts/test_release_helpers.py tests/scripts/test_generate_release_integrity.py tests/scripts/test_track_workflow_failure.py -q.venv/bin/ruff check spindlex tests scripts.venv/bin/ruff format --check spindlex tests scripts.venv/bin/mypy spindlex.venv/bin/python -m mkdocs build --strict$HOME/go/bin/actionlint.venv/bin/python -m py_compile scripts/*.pygit diff --checkNotes
The local benchmark script was smoke-invoked, but this machine's Docker daemon was not running, so the Docker-backed benchmark execution itself could not complete locally. The script now reports that failure clearly and is wired to run in GitHub Actions where Docker is available.