chore(scrub): generalize signal-revealing WayforthRank name refs in docs - #65
Merged
Merged
Conversation
Follow-up to #64. Scrubs the trade-secret NAME only where it REVEALS HOW RANKING WORKS (per the signal-revealing-vs-IP-assertion split): • CHANGELOG.md — dropped the enumerated 8 signal fields + generalized the name • infra/migrations 006/045/058 — 'WayforthRank data pipeline/signal data' -> 'Ranking …' • examples/README.md — 'WayforthRank scoring' -> 'Reliability scoring' • scripts/data-fixes/…dedup — dropped 'WayforthRank v2' from the context note KEPT (intentional IP signposting — asserts the trade secret is deliberately private, good posture, NOT a leak): CONTRIBUTING.md, .gitignore, routers/admin/rank.py, and tests/test_pioneer_boost.py (references the gitignored compute_wri_v2 by name in a private-by-default stub-when-absent pattern; exposes no formula). Docs/SQL-comments only — no code, no behavior change. After this, WayforthRank/WRI appears in tracked code ONLY in those 4 intentional locations. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Follow-up to #64 (the formula scrub). Applies your name decision: scrub the signal-revealing references, keep the "it's private" IP assertions.
Scrubbed (reveals how ranking works)
CHANGELOG.md— dropped the enumerated 8 signal fields (the ranking inputs) + generalized the name in the other mentions.infra/migrations/006, 045, 058— "WayforthRank data pipeline / signal data" → "Ranking …".examples/README.md— "WayforthRank scoring" → "Reliability scoring".scripts/data-fixes/…dedup— dropped "WayforthRank v2" from the context note.Kept (intentional IP signposting — good posture, not a leak)
CONTRIBUTING.md— "The WayforthRank ranking engine is proprietary closed-source.".gitignore— "# Proprietary ranking engine (lives in wayforth-rank private repo)".routers/admin/rank.py— "v2 formula weights stay out of this public container."tests/test_pioneer_boost.py— references the gitignoredcompute_wri_v2by name in a private-by-default stub-when-absent pattern (exposes no formula).Result
After this,
git grepshowsWayforthRank/WRIin tracked code only in those 4 intentional locations. Docs/SQL-comments only — no code, no behavior change.🤖 Generated with Claude Code