chore: add logo, license, and version badges to all package READMEs#822
Merged
pyramation merged 1 commit intomainfrom Mar 15, 2026
Merged
chore: add logo, license, and version badges to all package READMEs#822pyramation merged 1 commit intomainfrom
pyramation merged 1 commit intomainfrom
Conversation
- Add standard logo HTML header and CI/license/version badges to 25 packages missing them entirely - Add missing license and version badges to 5 packages that only had the logo - Fix old launchql/launchql references to constructive-io/constructive in 2 packages - Standardize supabase-test logo to use outline-logo.svg
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Standardizes README headers across all packages in the monorepo so every package has the Constructive logo, CI status badge, MIT license badge, and npm version badge.
Changes by category:
functions/*,graphile/{connection-filter,misc-plugins,postgis,search,sql-expression-validator,upload-plugin},graphql/{env,playwright-test,test-app,types},jobs/*(10 packages),packages/{cli,smtppostmaster},pgpm/env,sdk/constructive-node<p>block to READMEs that already had the logo:pgpm/logger,postgres/pg-env,sdk/constructive-{cli,react,sdk}launchql/launchqlreferences toconstructive-io/constructive:graphile/graphile-cache,packages/csv-to-pgsupatest.svgwithoutline-logo.svg:postgres/supabase-testNon-package directories (
docker/,jobs/root) were intentionally skipped (nopackage.json).Review & Testing Checklist for Human
sdk/constructive-cli,sdk/constructive-react, andsdk/constructive-sdkcontain<!-- DO NOT EDIT -->codegen markers. Verify the nextcnc codegenrun won't strip the newly added badge block, or decide if the codegen template itself should be updated instead.supatest.svgwithoutline-logo.svgis desired — the original may have been an intentionally distinct logo for that package.launchql/launchql→constructive-io/constructivereplacement also affected display text in markdown links (e.g.,launchql/launchql-gen→constructive-io/constructive-gen). Verify the link labels still read correctly.?filename=<url-encoded-path>— confirm shields.io resolves them).Notes
docker/README.mdandjobs/README.md(directory-level, nopackage.json) were intentionally left unchanged.README.mdwas also left as-is (it already has logo + CI + license + deepwiki badges; no npm version badge since it's not published).Link to Devin session: https://app.devin.ai/sessions/0f858efb5df0421794225008cf8da72a
Requested by: @pyramation