Skip to content

fix: treat missing native setup as doctor info#24

Open
AlainDor wants to merge 1 commit intomainfrom
fix/native-setup-doctor-info
Open

fix: treat missing native setup as doctor info#24
AlainDor wants to merge 1 commit intomainfrom
fix/native-setup-doctor-info

Conversation

@AlainDor
Copy link
Copy Markdown
Contributor

@AlainDor AlainDor commented May 1, 2026

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 -- --check
  • cargo build --workspace --all-features
  • cargo test --workspace --all-features
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo deny check
  • cargo doc --workspace --no-deps
  • cargo test -p mimir-harness --test recovery_benchmark
  • python3 benchmarks/recovery/test_bench.py
  • cargo publish --dry-run -p mimir-core --allow-dirty
  • cargo run -p mimir-harness -- doctor --project-root .

Notes

  • mimir doctor now reports doctor_readiness=ready and doctor_action_count=0 for this workspace.
  • No tracked agent artifacts are present.

@AlainDor AlainDor marked this pull request as ready for review May 1, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant