Master template: cohort credibility badges + citation + IANA drift fix#68
Merged
Conversation
Applies the master template locked on Wolfe-Jam/faf#10: - Cohort 2+2 badges at top of README (IANA pair + DOI pair, both-formats class): [IANA: vnd.faf+yaml][IANA: vnd.fafm+yaml] [DOI: Context paper][DOI: Memory paper] - New CITATION.cff (CFF 1.2.0) — preferred-citation = Context paper, references += Memory paper. - New ## Citation section with both papers + BibTeX. - IANA-singular drift fix: Line 1 stamp now says 'CLI for the .faf and .fafm IANA-registered formats' Line 278 lists both vnd.faf+yaml (Context) and vnd.fafm+yaml (Memory) Per feedback-update-via-repos-canonical-channel — same canonical pattern across all FAF cohort repos. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Wolfe-Jam
added a commit
that referenced
this pull request
May 23, 2026
PR #68 (master template propagation) and #70 (Home line) both merged on 2026-05-23 — but the diffs landed INSIDE the Quick Start fenced bash block at line 182, where they rendered as plain gray text, not as badges. The cohort signal was effectively invisible on the rendered README, and the Quick Start bash example was visually corrupted. This PR completes what #68 + #70 intended: - Lift the cohort row (IANA cyan + DOI orange) + Home line OUT of the Quick Start code block, into the canonical top position immediately below the hero div — matching the locked master template on Wolfe-Jam/faf#10 + the 6 other cohort repos. - Restore the Quick Start ```bash block to its original clean state (just bunx commands, no buried markdown). - Sweep redundant badges from the top cluster per the master pattern: NPM Downloads (noise), Website (replaced by Home line), Built with Bun (info-only fluff). - Keep: FAF/mcpaas, TAF, CI, npm version, Homebrew, License, project.faf-inside. Verify-the-deliverable lesson — the merge SHAs landed but the rendered surface didn't. Catching this only via the cross-cohort render check. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Applies the master template cohort credibility badges + citation infrastructure locked on Wolfe-Jam/faf#10, plus fixes IANA-singular drift in line 1 and line 278.
Both-formats class — 2+2 cohort badges at top:
[IANA: vnd.faf+yaml][IANA: vnd.fafm+yaml][DOI: Context paper][DOI: Memory paper]Plus:
CITATION.cff(CFF 1.2.0) —preferred-citation= Context paper,references+= Memory paper.## Citationsection with both papers + BibTeX.Per
feedback-update-via-repos-canonical-channeldoctrine — same canonical pattern across all FAF cohort repos.🤖 Generated with Claude Code