Skip to content

fix: mirror wrap-your-agent footer structure on key public pages#239

Merged
GsCommand merged 1 commit into
mainfrom
codex/fix-footer-structure-on-target-pages
May 21, 2026
Merged

fix: mirror wrap-your-agent footer structure on key public pages#239
GsCommand merged 1 commit into
mainfrom
codex/fix-footer-structure-on-target-pages

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Pages like public/api.html and public/schemas.html were rendering a cramped inline footer because the previous update only changed link text, not the footer structure/CSS; the goal is to make the footer on the listed pages visually and structurally match public/docs/wrap-your-agent.html.

Description

  • Copied the exact footer markup from public/docs/wrap-your-agent.html and inserted it into each target page; exact HTML copied: <footer><div class="container footer-grid"><div><h4>Product</h4><a href="/protocol.html">Protocol</a><a href="/capabilities.html">Capabilities</a><a href="/verify.html">Verifier</a><a href="/runtime.html">Runtime</a><a href="/mcp.html">MCP</a><a href="/claim.html">Claim</a></div><div><h4>Developers</h4><a href="/docs.html">Docs</a><a href="/sdk-records.html">SDK</a><a href="/schemas.html">Schemas</a><a href="/api.html">API</a><a href="https://github.com/commandlayer" target="_blank" rel="noopener">GitHub</a></div><div><h4>Proof</h4><a href="/stack-proof-demo.html">Production Proof</a><a href="/verifyagent.html">VerifyAgent</a><a href="/trust-verification.html">Trust Verification</a><a href="/canonical-receipts.html">Canonical Receipts</a></div></div></footer>.
  • Ensured the required footer CSS from the canonical page is present on each target page by replacing/normalizing the page-local footer rules with the canonical rules: footer{border-top:1px solid var(--border);background:#fff}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:36px 0}.footer-grid h4{font-size:14px;margin-bottom:10px}.footer-grid a{display:block;color:var(--text-2);margin:8px 0;font-size:14px}.
  • Kept the required link groups and destinations (Product / Developers / Proof) and ensured the GitHub link uses target="_blank" rel="noopener" as in the canonical source; removed reliance on inline/compact link layouts so groups render as separate columns.
  • Files changed: public/claim.html, public/protocol.html, public/verify.html, public/sdk-records.html, public/trust-verification.html, public/api.html, public/schemas.html.

Testing

  • Ran npm install which completed successfully and then ran npm test, with all tests passing (26 tests passed, no failures).
  • Attempted npm run build but the repository has no build script defined, so that step is not applicable (non-blocking).
  • Visual verification checklist for target pages (all items verified as OK): public/claim.html, public/protocol.html, public/verify.html, public/sdk-records.html, public/trust-verification.html, public/api.html, public/schemas.html — for each page: footer uses the same wrapper/container classes as wrap-your-agent, footer links have block spacing, footer groups render as separate columns, and no inline-cramped footer text remains.

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commandlayer-commandlayer-org Ready Ready Preview, Comment May 21, 2026 1:50am
commandlayer-org Ready Ready Preview, Comment May 21, 2026 1:50am
commandlayer-org111 Ready Ready Preview, Comment May 21, 2026 1:50am

Request Review

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