docs(site): GitHub Pages landing site + deploy workflow - #72
Merged
Conversation
…nts.sum) Draft spec for a whole-tree provenance + integrity layer over .agents/: agents.lock records where every artifact comes from (local / source / linked / imported), agents.sum is the go.sum-style per-file content ground truth. New lock/verify commands; verify --json as a scheduled drift sentinel closing the loop with SPEC-005 quarantine. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Single self-contained static page at site/index.html (inline CSS, no build step) with a dark mission-control aesthetic: hero + install copy-block, 8 feature cards, pure-CSS animated terminal demo of the source add -> quarantine -> approve -> sync flow, 3-step how-it-works strip, and footer links. Deployed via actions/upload-pages-artifact + actions/deploy-pages on pushes to main touching site/**. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🤖 AI Code Review CompleteReview performed on changed files. Check inline comments for specific findings. Severity Levels:
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🤖 AI Code Review CompleteReview performed on changed files. Check inline comments for specific findings. Severity Levels:
|
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.
Summary
site/index.html— single self-contained static landing page (inline CSS, no build step, no JS frameworks; Google Fonts with system fallback). Dark mission-control aesthetic: terminal-inspired, subtle gradients/glow, monospace accents, WCAG-AA contrast, fully responsive.npm install -g @brickhouse-tech/sync-agentscopy-block (plus brew / go-install alternates)source add→ SHA resolve → quarantine scan findings →approve→syncfan-out (respectsprefers-reduced-motion).github/workflows/pages.yml— officialactions/upload-pages-artifact+actions/deploy-pagespattern (pages: write,id-token: write), deployingsite/on pushes tomainthat touchsite/**(plusworkflow_dispatch).Expected URL after merge: https://brickhouse-tech.github.io/sync-agents/
Test plan
Deploy GitHub Pagesworkflow runs green🤖 Generated with Claude Code