Skip to content

Fix AgentAction logo and favicon - #88

Merged
dinpd merged 1 commit into
mainfrom
codex/87-agentaction-logo-favicon
Aug 15, 2026
Merged

Fix AgentAction logo and favicon#88
dinpd merged 1 commit into
mainfrom
codex/87-agentaction-logo-favicon

Conversation

@dinpd

@dinpd dinpd commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Closes #87

Summary

  • add reusable 512×512 AgentAction PNG logo and 64×64 favicon assets
  • use the PNG logo in the site header
  • publish favicon and Apple touch icon metadata
  • add rendered HTML and asset existence coverage

Acceptance criteria

  • Rendered HTML includes a favicon reference.
  • Favicon and logo assets are present in the public output.
  • Logo preserves the dark circular mark with lime AA treatment.
  • Existing build, lint, rendered HTML tests, and dependency audit pass.

Validation

  • npm test
  • npm run lint ✅ (one existing framework advisory warning for static <img>)
  • npm audit --omit=dev ✅ 0 vulnerabilities
  • PNG inspection ✅ logo.png 512×512 RGBA; favicon.png 64×64 RGBA

Security

Static asset and metadata changes only; no credentials, permissions, data, or runtime trust boundaries changed.

@dinpd
dinpd merged commit 0fba476 into main Aug 15, 2026
4 checks passed
@dinpd
dinpd deleted the codex/87-agentaction-logo-favicon branch August 15, 2026 18:01
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.

Add AgentAction logo and favicon assets

1 participant