Adopt conventional github_repo_auditor package namespace - #226
Merged
Conversation
| @@ -8,14 +8,14 @@ | |||
|
|
|||
| import pytest | |||
|
|
|||
| import src.portfolio_repository_state as repository_state | |||
| from src.portfolio_repository_state import ( | |||
| import github_repo_auditor.portfolio_repository_state as repository_state | |||
| @@ -682,7 +682,7 @@ | |||
| portfolio_catalog: Path, | |||
| legacy_registry: Path, | |||
| ) -> None: | |||
| import src.portfolio_truth_publish as publish_mod | |||
| import github_repo_auditor.portfolio_truth_publish as publish_mod | |||
| @@ -713,7 +713,7 @@ | |||
| portfolio_catalog: Path, | |||
| legacy_registry: Path, | |||
| ) -> None: | |||
| import src.portfolio_truth_publish as publish_mod | |||
| import github_repo_auditor.portfolio_truth_publish as publish_mod | |||
| @@ -750,7 +750,7 @@ | |||
| portfolio_catalog: Path, | |||
| legacy_registry: Path, | |||
| ) -> None: | |||
| import src.portfolio_truth_publish as publish_mod | |||
| import github_repo_auditor.portfolio_truth_publish as publish_mod | |||
| @@ -32,7 +32,7 @@ | |||
|
|
|||
|
|
|||
| def test_analyzer_classes_do_not_declare_dead_weight_attributes() -> None: | |||
| import src.analyzers as analyzers_package | |||
| import github_repo_auditor.analyzers as analyzers_package | |||
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 566867f59b
ℹ️ 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".
saagpatel
added a commit
that referenced
this pull request
Aug 11, 2026
main adopted the github_repo_auditor package namespace (#226), which moved every module under src/ and collided with the redaction in three files. Resolved by taking main's rename and keeping the redaction on the paths it did not cover: main had already switched the workspace-root argument to "$HOME/Projects" but left the two git -C paths and the cd line absolute. Verified on the merged tree: 3,313 passed, 27 failed, 8 skipped. The same 27 fail on origin/main by itself, with an identical failure set, so they arrived with the rename and are not from this branch. No /Users path remains.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
srctogithub_repo_auditorWhy
The package name
srccollides with mutmut 3.x trampoline behavior. Moving to a conventional package namespace lets the project use upstream mutmut 3.6.0 directly; no custom fork or dependency patch is retained.Verification
$HOMEcommand cleanup: 5 passedgit diff --checkand added-line sensitive-pattern scan: cleanRuntime boundary
This PR changes source and packaging only. The active launchd/runtime checkout and operator generation remain on the legacy namespace until this source change is merged and the existing untouched natural-scheduler evidence chain permits a separately verified rollout. No scheduler, service, or runtime state was changed here.