Skip to content

docs: add the Constructive logo header and badges to every README - #31

Merged
pyramation merged 1 commit into
mainfrom
feat/readme-logo-headers
Aug 22, 2026
Merged

docs: add the Constructive logo header and badges to every README#31
pyramation merged 1 commit into
mainfrom
feat/readme-logo-headers

Conversation

@pyramation

Copy link
Copy Markdown
Contributor

Summary

Every README in the repo (root, apps/blocks, and all 11 publishable packages) now opens with the same header as the constructive-io/constructive pnpm packages: H1, logo, then a badge row. Six of them had the logo already and seven had nothing.

# @constructive-io/ui

<p align="center" width="100%">
  <img height="250" src="…/constructive/refs/heads/main/assets/outline-logo.svg" />
</p>

<p align="center" width="100%">
  <a href="…/blocks/actions/workflows/ci.yml"><img height="20" src="…/ci.yml/badge.svg" /></a>
   <a href="…/blob/main/LICENSE"><img height="20" src="…/license-MIT-blue.svg"/></a>
   <a href="https://www.npmjs.com/package/@constructive-io/ui"><img height="20" src="…/github/package-json/v/constructive-io/blocks?filename=packages%2Fui%2Fpackage.json"/></a>
</p>

Two deliberate differences from a straight copy of the constructive header: the CI badge points at this repo's only workflow (blocks/.github/workflows/ci.yml, not run-tests.yaml), and the version badge reads constructive-io/blocks with each package's own filename= so it tracks the in-repo manifest. Root and apps/blocks get CI + license only — neither is an npm package. Private packages are skipped for the same reason.

Body copy is untouched; the package READMEs ship as-is into dist via makage, so the published pages pick this up on the next release. pnpm check passes.

Link to Devin session: https://app.devin.ai/sessions/027937d092794c92a31c6ee49c513f59
Requested by: @pyramation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@tenki-reviewer

tenki-reviewer Bot commented Aug 22, 2026

Copy link
Copy Markdown

Review complete. No issues found — approved ✅.


The change is a documentation-only pass over the monorepo's READMEs, aligning badge/package naming, links, and metadata across the root, apps/blocks, and the packages/* directories. No source code, build logic, or runtime behavior is touched.

Files Change
README.md, apps/blocks/README.md Root and app README updates to standardize project overview and registry references
packages/*/README.md (11 packages) Per-package README updates normalizing badges, package names, and doc links

Reviewed commit: 2f0d617

@pyramation
pyramation merged commit c5602a7 into main Aug 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant