docs: re-correct the medcare-dismech claim (the prior correction was wrong) - #3
Merged
Merged
Conversation
…wrong) PR #2 claimed crates/medcare-dismech does not exist in MedCare-rs, based on a find run against a local checkout that was 193 commits behind origin/main on a stale branch. Re-verified against a fresh sync: the crate is real, ~2,000 lines, 5 modules + 4 binaries, a from-scratch Rust transcode of DisMech's graph.py resolver with a parity oracle against 1,870 committed pathograph JSON files. Corrects CLAUDE.md's "Open questions" entry and adds a second dated TECH_DEBT.md entry (append-only convention: the wrong correction stays visible, struck, with this re-correction appended after it) plus a standing lesson: verify branch-vs-origin divergence before trusting a negative filesystem search, especially before writing it into a different public repo. Deliberately does not assert whether medcare-dismech's own parity gate is currently green, or whether its cited Python source still exists in a checkout — that verification belongs to MedCare-rs, not this repo.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
PR #2 (merged) claimed
crates/medcare-dismechdoes not exist inMedCare-rs, based on afindrun against a local checkout that turned out to be 193 commits behindorigin/main, stuck on a stale branch left over from earlier work in the same session. That check never touched real state.Re-verified against a fresh sync to
origin/main: the crate is real — 5 modules + 4 binaries, ~2,000 lines, a from-scratch Rust transcode of DisMech'sgraph.py::build_causal_graph, with aparity.rsoracle diffing output against 1,870 committedpathographs/MONDO_*.jsonfiles.This PR:
CLAUDE.md's "Open questions" entry with the accurate description.TECH_DEBT.mdentry appended after the (now doubly-struck-through, kept-visible) wrong correction, including a standing methodology lesson.medcare-dismech's parity gate is currently green, or whether its cited Python source is still present anywhere — that verification isMedCare-rs's own, out of scope for this repo.Test plan
origin/mainsync ofMedCare-rs, not from memory or a stale checkout.Generated by Claude Code