docs+release: document key scopes; v0.3.3 - #5
Merged
Conversation
- 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. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014Bmmmgcida7VUntvBm16Xt
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.
Bundles the audit-tail quick wins (already on main, unreleased) with new scope docs and cuts v0.3.3.
Docs
full(default) vsread_no_pii(reads except résumé/offer, no writes), that scope is immutable at mint, and the curl to mint a scoped key. This is the client-facing half of the server-side scoped-keys feature (backend PR epd11183/JobSearch#2044).Release
0.3.3(pyproject +__init__in lockstep), so the salary_min doc, feed-CTA repoint, and expanded test coverage from test+docs: cover 4 remaining tools, document salary_min, repoint feed CTA #4 reach PyPI along with these docs.68 tests pass; wheel + sdist
twine checkPASSED (hatchling pin holds → Metadata 2.4).After merge: tag
v0.3.3to publish.