Per-project brand marks: one mark per repo#22
Merged
Conversation
Spec for a per-repository logo system: one constant green+gold snake-frame with a single gold inner symbol per repo (two-colour, differentiated by shape). Covers all 17 repos across four families, generated in brand/build/ into brand/projects/<repo>/. Records the rejected per-family-colour option as a decision. Large-format only; favicons stay the org mark. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Nine TDD tasks: symbol module + helpers, the four families of inner symbols, the parametric project frame, the repo manifest + mark composition, rendering to brand/projects/, name lockups, and docs/architecture promotion. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
What
Adds a per-repository logo system to the brand kit. Every repo gets a large-format mark: the constant green+gold "snake" frame with a single gold inner symbol that says what the project does — a strict two-colour system, differentiated by symbol shape. Generated programmatically in
brand/build/intobrand/projects/<repo>/(mark.svg,lockup.svg,mark-512/1024.png) for all 17 repos across the four families. The org marks inbrand/org/and every repo's favicon are unchanged — these are large-format only (docs hero, README banner).Delivers the per-project system deferred in
brand/STORY.md("Act 2 — the family that never shipped").Design
planning/changes/2026-06-29.01-per-project-brand-marks/design.mdplan.mdplanning/decisions/2026-06-29-project-marks-single-gold-inner.md(per-family accent colours — dropped as too busy; large-format-only means shape alone disambiguates)Symbols
>Tterminal prompt) · -pytest (stepped bars)How it's built
brand/build/symbols.py— inner symbols + shared geometry helpersbrand/build/geometry.py—project_frame()(parametric snake frame)brand/build/projects.py—MANIFEST(repo → symbol),project_mark,project_lockup,render_projectsbrand/build/raster.py—export_pngextracted sorender/projectsshare it with no import cycleuv run python -m brand.build.renderAll marks are path-based (font-independent); a test asserts every mark uses only palette colours. 75 tests pass;
just check-planningOK. Architecture promoted inarchitecture/brand-marks.md.Notes
modern-di-faststreamis the only mark using a partner's literal logo path (FastStream's, recoloured); other integration cues are redrawn evocations.🤖 Generated with Claude Code