docs: add docs/index.html for GitHub Pages mirror (5-surface stack)#69
Merged
Conversation
Brings faf-cli into the 5-surface MCP-family distribution pattern that grok-faf-mcp, faf-mcp, and claude-faf-mcp already use. faf-cli is the biggest package by downloads (~28k combined across faf-cli + faf dual-publish) and was the last large gap missing a Pages mirror. CLI-shaped adaptation of the claude-faf-mcp template: - Three Ways to Install: npm / Homebrew / npx (in place of Claude Desktop config) - 'AI Interop' section showcasing project.faf -> AGENTS.md / .cursorrules / CLAUDE.md / GEMINI.md (the killer faf-cli feature) - Stats verified live: 25,000+ downloads (rounded down from 27,704 + 983 measured), v6.7.1 matches npm latest, 100% Trophy No unsourced performance claims (per FAF-don't-lie discipline). Existing docs/*.md files unaffected — index.html serves as Pages root, other docs render via default Jekyll alongside. Pages source must be flipped to main/docs after merge: gh api -X POST 'repos/Wolfe-Jam/faf-cli/pages' -f 'source[branch]=main' -f 'source[path]=/docs' Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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.
Why
faf-cliis the biggest FAF package by downloads — ~28,000 combined (faf-cli27,704 +faf983, measured). 4 surfaces today (npm ×2 + Homebrew + GH Releases + Vercel); largest gap missing GitHub Pages.Closes that gap with the cheapest 5th surface (static
docs/index.html+ Pages source flip). Same template asgrok-faf-mcp/faf-mcp/claude-faf-mcp, CLI-shaped:project.faf → AGENTS.md · .cursorrules · CLAUDE.md · GEMINI.md25,000+downloads (rounded DOWN from 27,704+983), v6.7.1 = npm latest, 100% TrophyAfter merge
→
https://wolfe-jam.github.io/faf-cli/— NO CNAME (github.io plain, per corrected 5-surface doctrine). Existingdocs/*.mdunaffected;index.htmlbecomes Pages root.