feat(cv): public /cv → Resume · Précis · Full CV (generic lane)#172
Merged
Conversation
Replaces the public 'Resume — Targeted' tab with a one-page generic Précis, distilled from the resume + CV (claims held to the SSOT — no broader framing). - /cv tabs: resume · precis · cv (cv route svelte-check clean) - Précis backed by @spear_resumes//generic:precis; MODULE.bazel pin → b648e30 - static/cv/jess_sullivan_precis.pdf synced via bazel run //static/cv:sync_pdfs (canonical rules_tectonic build; //static/cv:pdfs_synced_test PASSES locally) - sync_pdfs mapping + pdfs_synced_test data + assert_pdfs_synced.mjs pairs: cra/targeted → generic:precis - build-flow.mmd/.svg: publish flow now shows the three //generic:* lanes - CRA 'Targeted' lane stays private in spear_resumes (sent directly, not published) - rebased onto current main (37b9b35)
4d599a8 to
e8dd9e4
Compare
bazel-remote-gates (RBE Playwright) asserted a 'Resume — Targeted' button; swap it to 'Précis' and add a Précis-tab download-link check. All 7 cv specs pass locally (chromium, 42.9s).
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.
Replaces the public Resume — Targeted tab with a generic Précis — a one-page distillation of the resume + CV.
Changes
/cvtabs:resume · precis · cv(svelte-check clean, 0/0).@spear_resumes//generic:precis;MODULE.bazelpin →b648e30;static/cv/jess_sullivan_precis.pdfadded.static/cv/BUILD.bazelsync mapping updated; orphanedjess_sullivan_resume_targeted.pdfremoved.Merge order: depends on spear-resumes #5 (adds
//generic:precis). The pin points at #5's branch SHAb648e30; if #5 squash-merges, re-pin to the resulting main SHA before merging this. On merge tomain,build-cv.ymlre-syncs PDFs canonically.