Standardize all plugin READMEs to PLUGIN-STANDARD#35
Merged
Conversation
Bring every plugin README into line with PLUGIN-STANDARD.md — the badge row (type / license / OpenWA compatibility), a blockquote tagline, and the full required section set (Details, Features, behavior, Setup, Install, Configuration, Compatibility, Security, Changelog, License). A heading-only glance had masked several gaps; this pass reads each README in full and closes them. - typebot-connector: full rewrite — previously only a Details block, "How it works", "Setup", and "Notes & limits". Added badges, tagline, Features, Install, Configuration, Compatibility, Security, Changelog, License. - chatwoot-adapter: added the badge row, blockquote tagline, and an Install section. - supabase-otp-hook: added the badge row and blockquote tagline; reordered Setup before Install. - after-hours: added a Security section and a Setup section. - chat-flow, faq-bot, group-translate, http-action: added a Setup section. - http-action: set minOpenWAVersion 0.8.7 (allowConfigHosts + conversation:send) so the OpenWA badge carries a real value; testedOpenWAVersion left unset (still development). Catalog regenerated. catalog:check, typecheck, and the full test suite (395) all pass.
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.
What & why
Every plugin README now follows
PLUGIN-STANDARD.mdend to end — the badge row (type / license / OpenWA compatibility), a blockquote tagline, and the full required section set (Details → Features → behavior → Setup → Install → Configuration → Compatibility → Security → Changelog → License). A heading-only glance had masked several gaps; this pass reads each README in full and closes them.Changes
minOpenWAVersion: 0.8.7(allowConfigHosts+conversation:send) so the OpenWA badge shows a real value;testedOpenWAVersionleft unset (stilldevelopment).Verification
npm run catalog:check— up to date (10 plugins).npm run typecheck— clean.npm test— 395/395 passing.Notes
catalog:checkenforces only the generated Details block and version↔changelog drift, not the full section list, which is why the larger gaps (notably typebot-connector) had gone unnoticed. This PR is the manual sweep that gate doesn't cover.status: developmentand not yet tested on a real instance, sotestedOpenWAVersionis intentionally left unset rather than guessed.