feat: add brand banner#48
Merged
Merged
Conversation
Bring in the Claude Design output for the ea-agent banner per docs/banner-spec.md from alanchester-brand. Banner concept: left panel renders a stylized morning-brief daily note — today's calendar (09:00 team sync, 11:00 1:1 with Taylor, 14:00 deep work block), top 3 priorities with → arrows pulled in Hunter Green as the EA's synthesized output, and a carry-from- yesterday line. Right panel holds the EA Agent. headline, lead, stack tags (Claude-Code · Obsidian · MCP · Skills · Profiles), and the A·ε·C monogram. The δ in this design is the three → priority arrows — the agent's synthesized "what matters today" output extracted from calendar, inbox, task manager, and notes. Hunter Green scoped to .br-arrow only. Files added per banner-spec storage layout: - assets/banner.svg (vector source with inline stylesheet) - assets/banner-1200.png (1200w PNG) - assets/banner-2400.png (2400w PNG, 2x) Same SVG defect pattern as the engineering-handbook + mac-dev-setup exports — Claude Design shipped the SVG with an empty <defs> block but class-based markup throughout (.br-arrow, .br-date, .br-line, .br-muted, .br-rule, .br-section, .br-time on top of the standard .eyebrow/.headline/.stack/.monogram-* set). Added an inline <style> block defining every class using brand typography tokens (IBM Plex Sans/Mono/Serif). Hunter Green scoped only to .br-arrow. README updated: mascot logo at assets/logo.png replaced by the banner. Logo file preserved in assets/ for potential reuse. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
amcheste
approved these changes
May 13, 2026
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.
Brings in the Claude Design output for the `ea-agent` banner per banner-spec.md.
Banner concept
Left panel — stylized morning-brief daily note (`EA_PROFILE.md`):
```
Daily note · 2026-05-12
Today's calendar
09:00 team sync
11:00 1:1 with Taylor
14:00 deep work block
Top 3 priorities
→ finish v1.3 release notes
→ reply to inbox (4 actionable)
→ weekly review prep
Carry from yesterday
· pinged ops re: GCP quota
```
Right panel — `EA Agent.` headline, lead, stack tags (Claude-Code · Obsidian · MCP · Skills · Profiles), A·ε·C monogram.
The δ in this design is the three → priority arrows in Hunter Green — the agent's synthesized "what matters today" output extracted from calendar, inbox, task manager, and notes. Restraint clause respected: green is on the priority arrows and nothing else.
Files added per banner-spec
SVG stylesheet pass
Same defect pattern as the engineering-handbook + mac-dev-setup exports — Claude Design shipped the SVG with an empty `` block but class-based markup throughout. Brief-specific classes (`.br-arrow`, `.br-date`, `.br-line`, `.br-muted`, `.br-rule`, `.br-section`, `.br-time`) plus the standard set (`.eyebrow`, `.headline`, `.stack`, `.monogram-*`). Added an inline `<style>` block defining each class with brand typography (IBM Plex Sans/Mono/Serif). Hunter Green scoped only to `.br-arrow`.
README change
Mascot logo at `assets/logo.png` replaced by the banner per banner-spec's pattern. Logo file preserved in `assets/` for potential reuse — same as mac-dev-setup. Say the word if you want it deleted (and the README mascot reference / file cleanup follow the same playbook as mac-dev-setup #88 + #89).