Skip to content

Merge hero redesign into main and document main-only Pages deployment#1

Merged
becktothefuture merged 1 commit into
mainfrom
codex/task-title
Apr 19, 2026
Merged

Merge hero redesign into main and document main-only Pages deployment#1
becktothefuture merged 1 commit into
mainfrom
codex/task-title

Conversation

@becktothefuture
Copy link
Copy Markdown
Owner

Motivation

  • Bring the new hero redesign and related site updates from the work branch into the primary branch so the live site can serve the updated landing experience.
  • Ensure the GitHub Pages workflow continues to trigger from the branch used for production deploys.
  • Make the deployment policy explicit in repository docs so contributors know which branch is authoritative.

Description

  • Merged the hero redesign and supporting asset/layout changes into main, including large updates to src/App.jsx, src/styles.css, theme files, components, and public assets.
  • Added (or preserved) the GitHub Actions Pages workflow at .github/workflows/deploy-pages.yml configured to trigger on push/pull_request targeting main and to run the deploy job only for refs/heads/main.
  • Added README.md with a short deployment note: "Live site deploys from main only."
  • Kept the build and tooling changes required by the redesign (theme token generation and asset pipeline scripts) so npm run build produces a production dist bundle.

Testing

  • Confirmed hero-related history with git log --oneline -- src/App.jsx src/styles.css, which showed the redesign commits present. (succeeded)
  • Ran a production build with npm ci && npm run build, which completed successfully and produced a dist output. (succeeded)
  • Attempted to push main with git push -u origin main, but the push failed due to no origin remote configured in this environment, so GitHub Actions/Pages run creation could not be verified here. (failed due to environment)

Codex Task

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3765d17bae

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
@@ -0,0 +1,7 @@
# Explain It Like I'm Five

This is the landing site for Explain It Like I’m Five, a skill for AI agents.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add required tool/output framing to README intro

The new README intro doesn’t satisfy the mandatory copy requirements in /workspace/Explainitlikeim/AGENTS.md and /workspace/Explainitlikeim/COPY_RULES.md: supporting copy must explicitly say this skill can be used in tools like Codex, Claude Code, and Cursor, and must state that it rewrites one answer into five levels. Right now it only says “a skill for AI agents,” so first-time readers miss required product context and the commit violates the project’s non-negotiable framing rules.

Useful? React with 👍 / 👎.

@becktothefuture becktothefuture merged commit a8e00a5 into main Apr 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant