Docs(brand): Evidentia brand kit + README header rebrand#209
Merged
Conversation
Brand kit produced by Claude Design from the live index.css tokens + the real vector mark; integrated per docs/brand/README-PLACEMENT.md. README header is the ONLY README change — the Recent-Releases block is machine-generated by scripts/gen_readme_releases.py and is left byte-for-byte identical to main: - <picture> banner (light/dark PNG, IBM Plex baked) replacing the OG image. - Badges regrouped into four purpose tiers; solid identity/language badges recolored to the --primary federal-blue accent (#1D58A5). Semantic and provider-owned badge colors kept (the color is information). - Every claim, number, and URL unchanged. docs/brand/ (37 assets + 5 docs): banners, mark, avatars, seals, lockups, dividers, branded pills, OG images (self-contained PNG/SVG; fonts already ship in packages/evidentia-ui/public). BRAND-TOKENS.md + BADGE-SPEC.md + PL-REPO-BRAND-TEMPLATE.md seed the Polycentric-Labs/brand repo. check_docs_health.py: readme_size_guard budget 11,000 -> 11,300 — a deliberate, documented bump to seat the branded banner. The banner is image-borne but its markup + tiered badges cost ~130 bytes; the usual trim target (the generated Recent-Releases block) is off-limits and the remaining prose is fact-locked. Accent = federal blue #1D58A5 / #5196EC (the live --primary token).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
allenfbyrd
enabled auto-merge
July 21, 2026 01:14
…ersion-mismatch) Upstream drift, not a change in this repo: the SHA-pinned annotated-tag object cef221092 for pypa/gh-action-pypi-publish resolves to tag v1.14.0, but the trailing comment still read '# release/v1'. zizmor's ONLINE ref-version-mismatch audit resolves the pin live, so once upstream tagged v1.14.0 the comment no longer matched and the audit began failing (MEDIUM, exit 13) on every new PR — the same file passed on main only because that run predates the upstream tag. Comment-only fix: the SHA pin is byte-identical, so there is no behavior change to the publish step. Fixes the finding rather than suppressing it (the zizmor config reserves inline ignores for justified exceptions). Verified locally with the same version + config as CI: zizmor@1.26.1 --persona regular --config .github/zizmor.yml release.yml -> No findings to report. (2 ignored, 8 suppressed) check_workflow_tools --strict: 0 findings. audit_workflow_permissions --strict: PASS.
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.
Lands the Evidentia brand kit (produced by Claude Design from the live
packages/evidentia-ui/src/index.csstokens + the real vector mark) andrebrands the README header.
README (header only)
<picture>light/dark banner replacing the OG image.recolored to the
--primaryfederal-blue accent (#1D58A5). Semantic andprovider-owned badge colors kept (the color is information).
Recent-Releases block (
scripts/gen_readme_releases.py) is byte-identicalto
main.docs/brand/ (37 assets + 5 spec docs)
Banners, mark, avatars, seals, lockups, dividers, branded pills, OG images
(self-contained PNG/SVG; fonts already ship in
packages/evidentia-ui/public).BRAND-TOKENS.md+BADGE-SPEC.md+PL-REPO-BRAND-TEMPLATE.mdare theportable spec that seeds the future Polycentric-Labs/brand repo so sibling
repos inherit by swapping the wordmark + accent.
readme_size_guard budget 11,000 -> 11,300
A deliberate, documented bump (
scripts/check_docs_health.py) to seat thebanner: image-borne, but the
<picture>markup + tiered badges cost ~130bytes, and the usual trim target (the generated Recent-Releases block) is
off-limits while the remaining prose is fact-locked.
Accent = federal blue
#1D58A5/#5196EC(the live--primarytoken).