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
A generic uv run pytest guessed without reading OPERATIONS.md fails to spawn in this repo's lint-only Python Scripts profile, and reads as a missing dependency rather than the profile working as intended.
GOVERNANCE.md "Verification Discipline" already states the underlying rule: read the check a change owes from OPERATIONS.md, not from a generic guessed command. This adds an explicit bullet naming the test-runner case, and an AGENTS.md routing-table row so the section is reachable without depending on the python-codestyle Skill firing, the same shape as #763's fix for the analogous lint-tool case.
A generic `uv run pytest` guessed without reading OPERATIONS.md fails
to spawn in this repo's lint-only Python Scripts profile, and reads as
a missing dependency rather than the profile working as intended
(#779). Verification Discipline already states the underlying rule
(read the check from OPERATIONS.md, not from a guessed command); add
an explicit bullet naming the test-runner case and an AGENTS.md
routing-table row so the section is reachable without depending on
the python-codestyle Skill firing, the same shape as #763's fix for
the analogous lint case.
Fixes#779
The direct documentation route is appropriate because it extends the existing Verification Discipline contract and makes it discoverable without relying on the python-codestyle Skill. Duplicating test commands in AGENTS.md or adding a dependency to lint-only profiles would weaken the repository-specific verification model.
Files changed (2) +2 / -0
Documentation (2) +2 / -0
AGENTS.mdRoute local test issues to Verification Discipline+1/-0
Route local test issues to Verification Discipline
• Adds a routing-table entry for local test execution and missing or unspawnable test runners. This makes the governing verification section discoverable without relying on a language-specific Skill trigger.
GOVERNANCE.mdClarify test-runner behavior in lint-only profiles+1/-0
Clarify test-runner behavior in lint-only profiles
• Explains that a generic pytest spawn failure is expected in lint-only Python Scripts profiles and does not prove tests are inapplicable. Directs contributors to use the verification invocation declared by OPERATIONS.md.
No actionable comments were generated in the recent review. 🎉
ℹ️ Recent review info⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 90b997fa-23ad-459c-a50a-24164df871c6
📥 Commits
Reviewing files that changed from the base of the PR and between 12aa242 and d872eb5.
📒 Files selected for processing (2)
AGENTS.md
GOVERNANCE.md
Included review availability: Your plan provides up to 10 included reviews per hour; 8 remain after this review.
📝 Walkthrough
Walkthrough
The change adds verification guidance for lint-only Python Scripts profiles. It references the documented OPERATIONS.md command and python-codestyle Skill instead of requiring a generic uv run pytest command.
Adds the Verification Discipline reference and clarifies that a failed uv run pytest spawn is expected for lint-only Python Scripts profiles. Verification must use the command documented in OPERATIONS.md and the python-codestyle Skill.
This localized documentation change clarifies how to select the repository’s test command and adds a direct routing entry; no actionable merge-blocking risk remains beyond normal checks and review.
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The title clearly describes the main change: routing local test-runner failures to the repository's verification guidance.
Linked Issues check
✅ Passed
The documentation changes address issue #779 by explaining that uv run pytest may fail to spawn in the lint-only Python Scripts profile and by directing agents to the documented verification command…
Out of Scope Changes check
✅ Passed
The changes are limited to related guidance in AGENTS.md and GOVERNANCE.md. No unrelated code or configuration changes are present.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Full details: Linked Issues check
Explanation
The documentation changes address issue #779 by explaining that uv run pytest may fail to spawn in the lint-only Python Scripts profile and by directing agents to the documented verification command.
Full details: Docstring Coverage
Explanation
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.)
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Commit unit tests in branch fix-779-test-invocation-routing
Comment @coderabbitai help to get the list of available commands.
The Verification Discipline bullet added by #1033 read as always
reporting a failure, even where the `OPERATIONS.md`-documented command
succeeds. State the actual result instead.
Addresses a CodeRabbit finding on the #1034 promotion PR.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Clarified verification guidance for lint-only Python script profiles.
* Specified how to report expected test-runner launch failures versus
missing test requirements.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Promotes develop to main.
Includes #1033 (Route Local Test-Runner Confusion to Verification
Discipline, fixes#779).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added guidance for verification procedures and local test execution.
* Clarified expected behavior when the standard test runner is
unavailable in lint-only environments.
* Directed contributors to use the documented operations command and
accurately report test results.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
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
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.
A generic
uv run pytestguessed without readingOPERATIONS.mdfails to spawn in this repo's lint-only Python Scripts profile, and reads as a missing dependency rather than the profile working as intended.GOVERNANCE.md"Verification Discipline" already states the underlying rule: read the check a change owes fromOPERATIONS.md, not from a generic guessed command. This adds an explicit bullet naming the test-runner case, and anAGENTS.mdrouting-table row so the section is reachable without depending on thepython-codestyleSkill firing, the same shape as #763's fix for the analogous lint-tool case.Fixes#779
🤖 Generated with Claude Code
Summary by CodeRabbit