Merge hero redesign into main and document main-only Pages deployment#1
Conversation
There was a problem hiding this comment.
💡 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".
| @@ -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. | |||
There was a problem hiding this comment.
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 👍 / 👎.
Motivation
workbranch into the primary branch so the live site can serve the updated landing experience.Description
main, including large updates tosrc/App.jsx,src/styles.css, theme files, components, and public assets..github/workflows/deploy-pages.ymlconfigured to trigger onpush/pull_requesttargetingmainand to run thedeployjob only forrefs/heads/main.README.mdwith a short deployment note: "Live site deploys from main only."npm run buildproduces a productiondistbundle.Testing
git log --oneline -- src/App.jsx src/styles.css, which showed the redesign commits present. (succeeded)npm ci && npm run build, which completed successfully and produced adistoutput. (succeeded)mainwithgit push -u origin main, but the push failed due to nooriginremote configured in this environment, so GitHub Actions/Pages run creation could not be verified here. (failed due to environment)Codex Task