Skip to content

Add PR Pitcrew branding assets and update README - #7

Merged
RobYed merged 3 commits into
mainfrom
claude/projekt-logo-svg-4zrjff
Aug 24, 2026
Merged

Add PR Pitcrew branding assets and update README#7
RobYed merged 3 commits into
mainfrom
claude/projekt-logo-svg-4zrjff

Conversation

@RobYed

@RobYed RobYed commented Aug 24, 2026

Copy link
Copy Markdown
Owner

What changes, and why

This PR adds professional branding assets for PR Pitcrew, including SVG logos and a mark that visually represent the core concept: a commit fanning out into three parallel review lanes (bug, security, and acceptance). The README is updated to display the new logo with dark mode support using the <picture> element and prefers-color-scheme media query.

Agent behaviour

  • This changes a prompt, an agent manifest or a permission profile

Documentation

  • docs/ is up to date, or not affected

Added docs/assets/README.md documenting the logo design, color palette, and typography choices. The main README now features the new branding prominently at the top.

How it was verified

No testing needed. This is a documentation and branding update with no code logic changes.

https://claude.ai/code/session_01NuiEVP4FSAB63ZgnWZbAt3

The mark is a commit that fans out into three lines of code, one colour each:
the pull request arrives, three specialists take a line each, all at once. It
is the pit crew drawn as a commit graph rather than as anything with a
chequered flag on it, because a commit graph is the notation the readers of
this README already have.

Three files, in docs/assets: the lockup for light backgrounds, the same for
dark ones, and the mark on its own. The README picks between the first two
with <picture> and prefers-color-scheme, and falls back to the light one
wherever that is ignored.

The type is Space Grotesk Bold and JetBrains Mono Medium, both SIL OFL 1.1,
converted to outlines: no file here asks for a font, which is what makes the
logo render the same in an <img> on GitHub, where webfonts do not load.
docs/assets/README.md carries the palette and says how to redraw it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NuiEVP4FSAB63ZgnWZbAt3
@github-actions

Copy link
Copy Markdown

Security review — ⚠️ no report

This run produced neither a report nor a reply. What went wrong is in the workflow run.

Quality gate: ❌ failed — The agent left no report, so this diff was not reviewed. A run that reviewed nothing is not a run that found nothing.

Scope: the whole pull request. · Workflow run

@github-actions

Copy link
Copy Markdown

Bug review — ⚠️ no report

This run produced neither a report nor a reply. What went wrong is in the workflow run.

Quality gate: ❌ failed — The agent left no report, so this diff was not reviewed. A run that reviewed nothing is not a run that found nothing.

Scope: the whole pull request. · Workflow run

The logo was cool slate and three blues; the brand it belongs to is warm
anthracite, cream and one orange. It now uses the tokens: --ink-soft and
--fg-strong for the wordmark, --fg-dim and --fg-muted for the tagline, the
commit and the lanes.

The three lines are one accent tone rather than three colours, because the
system asks for the accent sparingly - the same discipline that makes "AI" the
only orange in the Dey AI Solutions wordmark. They are still told apart by
where they sit and how long they are. Which tone carries depends on the
background: --accent is 8.7:1 on the brand's dark but 2:1 on white, so light
backgrounds get --accent-soft.

The tagline moves from JetBrains Mono to Manrope SemiBold, set in small caps
with the tracking opened up, which is the one use the system allows SemiBold
for. The wordmark stays Space Grotesk Bold: that was already the system's H1
weight, and the weight the Dey AI Solutions logo is set in.

The README now closes with that logo and what the practice does, the way the
documentation-agent-demo README does. The name and the logo are a trademark,
so the licence section says the MIT grant does not reach them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NuiEVP4FSAB63ZgnWZbAt3
@github-actions

Copy link
Copy Markdown

Bug review — ⚠️ no report

This run produced neither a report nor a reply. What went wrong is in the workflow run.

Quality gate: ❌ failed — The agent left no report, so this diff was not reviewed. A run that reviewed nothing is not a run that found nothing.

Scope: the 622c9e9..8c95aed push - the commits added since the last review. Earlier commits in this pull request have already been reviewed. · Workflow run

@github-actions

Copy link
Copy Markdown

Security review — ⚠️ no report

This run produced neither a report nor a reply. What went wrong is in the workflow run.

Quality gate: ❌ failed — The agent left no report, so this diff was not reviewed. A run that reviewed nothing is not a run that found nothing.

Scope: the 622c9e9..8c95aed push - the commits added since the last review. Earlier commits in this pull request have already been reviewed. · Workflow run

They were one accent tone, told apart only by length. They now carry all three
of the brand's accent tones, one per line.

The tones invert between backgrounds, and by a lot: --accent is 9.4:1 on dark
and 2:1 on white, --accent-dim 6.2:1 on white and 3.1:1 on dark. So what is
fixed is not a colour per line but the order - the tone that holds up best
against the background at the top, the one that holds up least at the foot.
On white that runs dim, soft, accent; on dark it runs the other way. Both read
as the same ramp, the way the wordmark reads the same as anthracite and as
cream.

The square mark follows, so it needs a second file: mark.svg keeps the light
tones and mark-dark.svg carries the dark ones.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NuiEVP4FSAB63ZgnWZbAt3
@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown

Security review — ✅ no objections

This push only changes static SVG branding assets (accent color values in the three review lanes) and the docs/assets/README.md color documentation. No code, no stored-data handling, no request handling, and no secrets are involved, so there is nothing security-relevant to report.

No findings.

Quality gate: ✅ passed — Nothing at or above high.

Scope: the 8c95aed..d48123a push - the commits added since the last review. Earlier commits in this pull request have already been reviewed. · Workflow run

@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown

Bug review — ✅ no objections

This push only touches static SVG brand assets and their documentation. The new three-accent color scheme in logo.svg, logo-dark.svg, mark.svg and mark-dark.svg is internally consistent with the color table and ordering prose in docs/assets/README.md, with no code logic affected.

No findings.

Quality gate: ✅ passed — Nothing at or above high.

Scope: the 8c95aed..d48123a push - the commits added since the last review. Earlier commits in this pull request have already been reviewed. · Workflow run

@RobYed
RobYed merged commit 5e9d780 into main Aug 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants