Normalize public site footers and update status/version line#41
Open
Normalize public site footers and update status/version line#41
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
Description
public/about.html,public/agent-cards.html,public/commercial.html,public/commons.html,public/composer.html,public/demo-inner.html,public/demo.html,public/docs.html,public/faq.html,public/index.html,public/licensing.html,public/manifest.html,public/quickstart.html,public/repositories.html,public/roadmap.html, andpublic/runtime.html.CommandLayersummary on the left;Stack statussummary on the right) and replaced varied stack copy with:Commons, Commercial, and Agent Cards share one signed execution surface.Docs,FAQ,Roadmap,Repositories, andGitHub(including target/rel attributes preserved for external link).Protocol v1.1.0and other inconsistent wording with the exact new bottom line:Commons v1.1.0 · Commercial v1.0.0 · Agent Cards v1.0.0 · ERC-8004 registered, while preserving existing classes, spacing, and styling hooks.Testing
pythoncheck that groupsfooterblocks and reports unique implementations, and the check found a single shared footer across all 16 pages; the script completed successfully.pythonassertions) that verified each footer contains the two-card row, both column titles, the five required links, the GitHub external link, and the exact new status/version line; all assertions passed for every file.rg) to confirm the oldProtocol v1.1.0wording no longer appears and to count occurrences of the new exact status line; the searches returned results consistent with the changes and no failures were observed.Codex Task