docs: slim README + per-framework wiki guides#9
Merged
Conversation
- README cut from 609 → 148 lines: index, vertical jump-nav, tag chips linking to GitHub code search, framework badges deep-link to wiki. - New wiki pages: overview, quickstart, frameworks hub. - New per-framework guides under docs/wiki/frameworks/ — pydantic-ai, LangChain, LangGraph, CrewAI, OpenAI Agents SDK, Temporal, Claude Desktop & Cursor, Custom MCP. Each ports the credit_memo_drafter flagship end-to-end so devs can compare runtimes side-by-side. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replace "staging" wording with "self-hosted" / "multiple tenants" in the wiki pages introduced by this branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Add scripts/build_wiki_book.py to generate docs/wiki/book/ from every flagships/*/README.md and recipes/*/README.md. Source READMEs remain authoritative; re-run the script after edits. - Flagship book is grouped by vertical (banking, legal, accounting, healthcare, insurance, real-estate, sales, hr, engineering, government, other) — 44 flagships across 11 chapters. - Recipe book is alphabetized into A-D / E-H / I-L / M-P / Q-T / U-Z chapters — 105 recipes inline. - Heading levels are demoted on inclusion so the book reads as one continuous document. - Wire the book into both the README index and docs/wiki/README.md so every example is readable from the wiki without leaving it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Tags now live in PEP 621 [project] keywords on every flagship's
pyproject.toml — single source of truth, no more duplicated lists.
- scripts/sync_flagship_tags.py keeps the per-flagship keywords in sync
with a manifest; --check fails CI on stale or missing tags.
- All 44 flagships now declare keywords (was: 32 had ad-hoc README
Tags: lines, 12 had nothing).
- scripts/build_wiki_book.py reads keywords and:
• renders Tags chips on each flagship chapter, deep-linked to the
tag index
• emits docs/wiki/book/flagships-by-tag.md — full tag cloud +
per-tag flagship list with anchors into the book chapters
- README "Browse by tag" repointed from GitHub code search to the
new structured wiki tag index.
- docs/wiki/writing-a-flagship.md adds a Tagging section documenting
the keywords convention (first tag = primary vertical, 2-5 total,
reuse existing taxonomy).
- Makefile gains 'make tags' (sync + regenerate) and 'make tags-check'.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 tasks
arnav2
added a commit
that referenced
this pull request
Apr 29, 2026
Resolves the 16 ruff lint failures CI raised on PR #9 — 15 I001 import sort fixes (auto-fixed) and 1 F841 unused local in scripts/bulk_verify_recipes.py. 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.
Summary
docs/wiki/frameworks/— each ports the same flagship (credit_memo_drafter) end-to-end so devs can compare runtimes side-by-side:Test plan
docs/wiki/frameworks/*.mdpage and confirm internal links resolve.docs/wiki/README.mdindex lists all eight per-framework pages.🤖 Generated with Claude Code