Skip to content

chore: scrub internal citations from comments - #5

Merged
MGrin merged 1 commit into
mainfrom
chore/scrub-citations
Sep 6, 2026
Merged

chore: scrub internal citations from comments#5
MGrin merged 1 commit into
mainfrom
chore/scrub-citations

Conversation

@MGrin

@MGrin MGrin commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Summary

Replaces an internal tracker-key citation (MX-nnn) in a comment with plain words, and replaces one real internal thread id with a synthetic placeholder of the same shape (thr_example001).

Grep counts (working tree, /usr/bin/grep -rnE '\b(MX)-[0-9]{1,4}\b|\bthr_[a-z0-9]{10}\b' --exclude-dir=node_modules --exclude-dir=.git .)

  • Before: 2 lines matched (1 tracker-key citation + 1 real thread id)
  • After: 0 real ids remain. 1 line matches the synthetic placeholder thr_example001 (listed here on purpose).

Test plan

  • npx tsc --noEmit — passes (repo has no unit test suite; only a managed-install build-check workflow exists)

Replace an internal tracker-key reference and a real internal thread id
with a plain-language explanation and a synthetic placeholder. No
behaviour change.
@MGrin
MGrin merged commit 37bbbd3 into main Sep 6, 2026
1 check passed
@MGrin
MGrin deleted the chore/scrub-citations branch September 6, 2026 08:22
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