test+docs: cover 4 remaining tools, document salary_min, repoint feed CTA - #4
Merged
Merged
Conversation
… CTA Audit-tail quick wins: - tests: add coverage for list_applications, review_candidates, submit_match_verdict, review_summary (+ a review error-path test), closing the 'tools with zero coverage' gap the audit flagged. - search_matches docstring: document that salary_min matches on RANGE OVERLAP (upper bound >= floor), so a result can dip below the floor. - feed-depth CTA: lead with ongoing monitoring/alerts instead of raw depth (a good ranker makes 'N more rows' a weak, bypassable pitch); loss framing + high-fit tier preserved. Guarded by a new test. 68 tests pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014Bmmmgcida7VUntvBm16Xt
epd11183
added a commit
that referenced
this pull request
Aug 12, 2026
- README: 'Key scopes' section — full vs read_no_pii, what read_no_pii blocks (résumé/offer + writes), immutable-at-mint, curl to mint scoped; a 403-scope troubleshooting entry. - Bump to 0.3.3, bundling the audit-tail quick wins (#4) + these docs for publish. pyproject + __init__ in lockstep. 68 tests pass; wheel + sdist twine-check PASSED. Claude-Session: https://claude.ai/code/session_014Bmmmgcida7VUntvBm16Xt Co-authored-by: Claude Opus 4.8 <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.
Three audit-tail quick wins (all no-runtime-risk):
list_applications,review_candidates,submit_match_verdict,review_summary, plus a review error-path test.salary_minsemantics — documents in thesearch_matchesdocstring that the filter matches on range overlap (a job's upper bound ≥ floor), so results can include a role whose low end dips belowsalary_min. Surfaced in the live smoke test.search_matchesupgrade nudge now leads with ongoing monitoring/alerts rather than raw feed depth (the revenue plan calls depth a "phantom paywall" — a good ranker makes "N more rows" a weak, trivially-bypassed pitch). Loss framing + the high-fit tier are preserved; guarded by a new test.68 tests pass.