docs(readme): adapter ecosystem index (10 public adapters + future verified-third-party section)#104
Merged
Merged
Conversation
Closes the README drift from ADR-0006 (multi-repo adapter split) + the 3 new AI/vector adapters shipped today (POM-507/508/509). - Adds `## Adapters` section near the top of the README with the 10 public Sassy adapter repos (PostgreSQL, Redis, Pgvector, Zitadel, Stripe, LemonSqueezy, Listmonk, OpenRouter, OpenAI, Anthropic). - Reserves a `### Verified third-party adapters` placeholder for the future external-contributor flow. - Points contributors at `template-compendium-adapter-dotnet` for writing their own. - Trims `## Packages` to the framework-only set: removes the 7 extracted-adapter rows (now under "Adapters") plus the deprecated `Compendium.Extensions.ExternalAdapters` row (removed in v1.0.0 per ADR-0006). Adds `Compendium.Abstractions.VectorStore` and `Compendium.Abstractions.Search` rows that were missing. - Updates the "Modular adapters" bullet to reflect the ecosystem.
Phase 4 brought 4 more adapters online: Qdrant (vector), S3-compatible object storage, Gemini (Google AI), Ollama (local LLM). Adapter index now lists 14 production adapters.
This was referenced May 21, 2026
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
This was referenced Jun 1, 2026
Open
Open
Open
Open
Open
Open
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
Closes the README drift from ADR-0006 (multi-repo adapter split) and surfaces the 3 new adapters that just shipped (POM-507 pgvector / POM-508 openai / POM-509 anthropic).
What changes
New `## Adapters` section near the top of the README listing the 10 public Sassy adapter repos:
Reserves a `### Verified third-party adapters` placeholder for the future external-contributor flow (security review, namespacing, tenancy, Result-pattern, ≥ 90 % coverage gate).
Points contributors at `template-compendium-adapter-dotnet` for writing their own.
Trims `## Packages` to the framework-only set:
Updates the "Modular adapters" bullet in "Why Compendium?" to mention ten production adapters and link to the new section.
Why
Per memory `project_compendium_readme_adapter_index.md` (saved earlier today), the Compendium README is the public-facing entrypoint and must always advertise the official adapter ecosystem at the top. Every new public adapter ship updates this table — same row format as `docs/adapters/external.md` (kept in sync).
Test plan