docs(site): add bilateral attestation page + sidebar nav - #11
Merged
Conversation
added 2 commits
July 29, 2026 18:55
Carries bilateral.html from origin commit 9b44360 (Jul 6 2026), updated to current site style: verify.agentactioncapsule.org, Patent posture sidebar link, Project footer column, and step/step-num/step-body CSS. Content approved by Steven 2026-07-29 (outbox [site-bilateral-page]). Public mechanism only — four-move exchange, refusal-as-first-class-record, graceful degradation, composition table, I-D link, OSS reference impl. Zero Authority/moat/monetization language. Adds Extensions section to sidebar of all 14 docs pages with sidebar. Sitemap entry: docs/bilateral.html lastmod 2026-07-29. Signed-off-by: stevenmih <stevenmih88@gmail.com>
Both were added in PR #10 but the Dockerfile was not updated, meaning they would not be served by nginx on deploy. Signed-off-by: stevenmih <stevenmih88@gmail.com>
This was referenced Jul 31, 2026
StevenMih
pushed a commit
that referenced
this pull request
Jul 31, 2026
Resolves the 3-commits-ahead/13-behind divergence flagged in [site-deploy-push]. Squashed to avoid carrying forward unsigned historical commits into the DCO-gated main branch. - docs/bilateral.html, ip.html, sitemap.xml: took origin's versions (neutral verify domain, current bilateral page from PR #11, complete sitemap) over the stale pre-architecture-pass local content. - docs/governance.html, docs/index.html, index.html: picked up 3 small additive footer/sidebar links (Governance, Patent posture) from local commit 34017a1 that never made it into the architecture-pass PR. Purely additive, links to already-live pages. Signed-off-by: stevenmih <stevenmih88-3@gmail.com>
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.
Bilateral attestation page + Dockerfile fix
Two commits:
Commit 1: Bilateral attestation page (
c69c448)Content approved by Steven 2026-07-29: "bilateral looks good" (outbox [site-bilateral-page]).
Carries
docs/bilateral.htmlfrom origin commit9b44360("feat(docs): add bilateral attestation page", Jul 6 2026), updated to current site style: verify.agentactioncapsule.org, Patent posture sidebar link, Project footer column, step CSS.Content: four-move exchange, refusal-as-first-class-record, graceful degradation, composition table, I-D link (
draft-mih-agent-bilateral-attestation-00), OSS reference implementation. Public mechanism only — zero Authority/moat/monetization language. Neutrality gate passed.Adds Extensions section to sidebar of all 14 docs pages with sidebar. Sitemap entry: docs/bilateral.html lastmod 2026-07-29.
Commit 2: Dockerfile fix (⚠️ REQUIRED FOR DEPLOY
91898ae)ip.htmlandplayground.htmlwere added in PR #10 (architecture pass) but the Dockerfile COPY line was not updated. Without this fix, both pages would return 404 on deploy.Fixed:
Rides same deploy as PR #10 (architecture pass, already merged)