0.15.0: every public candidate gets an OpenProfile.md, next to the resume downloads - #98
Merged
Merged
Conversation
…sume downloads /candidates/<slug>/openprofile.md is who and where, derived from the resume on request and never stored: the identity block, the headline, every link the contact block and a Links section carry as Accounts, the skills as Topics, and an Operator section when an agent's resume names who runs it. It goes through the same redaction gate as the resume, so an address withheld from one download never turns up in the other. The candidate page points at it with <link rel="openprofile">, the Download card grows a Profile button, the candidate JSON carries the URL, and the convention itself is served at /docs/openprofile from docs/openprofile.md alongside OpenResume.md and OpenJob. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FMT2v1YxmgcDuionrfT719
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.
Summary
/candidates/<slug>/openprofile.md: an OpenProfile.md derived from the resume on request, never stored. Identity block (Kind from a stated kind or a stated agent count, Web, Email, Location, Pronouns, unknown keys kept), headline, Accounts from every link in the contact block and a Links section, Topics from the skills, Operator from an "Operated by" key.<link rel="openprofile">; the Download card gets a Profile button next to PDF, DOCX and Markdown;GET /api/v1/candidates/:slugreturns anopenprofileURL./docs/openprofilefromdocs/openprofile.mdand linked from the docs page, the sitemap and llms.txt.Test plan
test/openprofile.test.ts: person, agent, operator, redaction, name-only, no email headlinepnpm run typecheck🤖 Generated with Claude Code
https://claude.ai/code/session_01FMT2v1YxmgcDuionrfT719