Skip to content

docs: re-correct the medcare-dismech claim (the prior correction was wrong) - #3

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/correct-medcare-dismech-claim
Aug 17, 2026
Merged

docs: re-correct the medcare-dismech claim (the prior correction was wrong)#3
AdaWorldAPI merged 1 commit into
mainfrom
claude/correct-medcare-dismech-claim

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

Summary

PR #2 (merged) claimed crates/medcare-dismech does not exist in MedCare-rs, based on a find run against a local checkout that turned out to be 193 commits behind origin/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's graph.py::build_causal_graph, with a parity.rs oracle diffing output against 1,870 committed pathographs/MONDO_*.json files.

This PR:

  • Corrects CLAUDE.md's "Open questions" entry with the accurate description.
  • Adds a second dated TECH_DEBT.md entry appended after the (now doubly-struck-through, kept-visible) wrong correction, including a standing methodology lesson.
  • Deliberately does not assert whether medcare-dismech's parity gate is currently green, or whether its cited Python source is still present anywhere — that verification is MedCare-rs's own, out of scope for this repo.

Test plan

  • Docs-only change.
  • Verified the crate's existence directly against a fresh origin/main sync of MedCare-rs, not from memory or a stale checkout.

Generated by Claude Code

…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.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI
AdaWorldAPI merged commit 34c2d05 into main Aug 17, 2026
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.

2 participants