fix: treat missing native setup as doctor info#24
Open
AlainDor wants to merge 2 commits into
Open
Conversation
…EDBACK.md, SESSION_JOURNAL.md) These root-level files are bootstrapped by the BES fleet engagement model that lays into the working tree on every fleet-sync. They carry internal handoff content that MUST NOT reach this public OSS remote. .agents/ and .claude/ are already gitignored; this completes the OSS gitignore set per bes-fleet-policy OPERATING_MODEL 'Public OSS posture'. Not pushed by the agent that authored this commit — owner reviews + pushes when ready.
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
Treat completely missing project-local Claude/Codex native setup as informational in
mimir doctor, while keeping partial setup actionable. This lets public repos that prohibit agent artifacts still reach green doctor readiness.Track
transparent harness / adapters
Verification
cargo fmt --all -- --checkcargo build --workspace --all-featurescargo test --workspace --all-featurescargo clippy --all-targets --all-features -- -D warningscargo deny checkcargo doc --workspace --no-depscargo test -p mimir-harness --test recovery_benchmarkpython3 benchmarks/recovery/test_bench.pycargo publish --dry-run -p mimir-core --allow-dirtycargo run -p mimir-harness -- doctor --project-root .Notes
mimir doctornow reportsdoctor_readiness=readyanddoctor_action_count=0for this workspace.