Skip to content

fix: update READMEs to use actual package.json names#47

Merged
pyramation merged 1 commit intomainfrom
devin/1773603649-fix-readme-package-names
Mar 15, 2026
Merged

fix: update READMEs to use actual package.json names#47
pyramation merged 1 commit intomainfrom
devin/1773603649-fix-readme-package-names

Conversation

@pyramation
Copy link
Contributor

@pyramation pyramation commented Mar 15, 2026

Summary

The metaschema-modules and metaschema-schema packages had READMEs still referencing their old names (@pgpm/db-meta-modules and @pgpm/db-meta-schema). This meant install instructions, badge URLs, overview text, and dependency references were all pointing users to packages that don't exist under those names.

Affected files (3):

  • packages/metaschema-modules/README.md — all @pgpm/db-meta-modules@pgpm/metaschema-modules; dependency ref @pgpm/db-meta-schema@pgpm/metaschema-schema; badge URL path fixed
  • packages/metaschema-schema/README.md — all @pgpm/db-meta-schema@pgpm/metaschema-schema; badge URL path fixed
  • packages/inflection/README.md — cross-reference section header @pgpm/db-meta-schema@pgpm/metaschema-schema

All other 18 packages were audited and their READMEs already match their package.json names. The services package has no README.

Review & Testing Checklist for Human

  • Verify no other files in the repo (e.g. root README, CI configs, other docs) still reference @pgpm/db-meta-modules or @pgpm/db-meta-schema — this PR only audited README.md files inside packages/
  • Confirm the npm packages are actually published under @pgpm/metaschema-modules and @pgpm/metaschema-schema so the badge/install links will resolve correctly

Notes

  • Documentation-only change, no code impact
  • The shields.io badge filename= params were also stale (pointing to packages%2Fdb-meta-modules%2F... and packages%2Fdb-meta-schema%2F... which don't exist as directory names) — these are now corrected to match the actual directory names

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


Open with Devin

- metaschema-modules: replace @pgpm/db-meta-modules with @pgpm/metaschema-modules
- metaschema-schema: replace @pgpm/db-meta-schema with @pgpm/metaschema-schema
- inflection: update cross-reference from @pgpm/db-meta-schema to @pgpm/metaschema-schema
- Fix npm badge URLs to point to correct package directory paths
@devin-ai-integration
Copy link

🤖 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 and CI monitoring

@pyramation pyramation merged commit 88197d1 into main Mar 15, 2026
22 checks passed
@pyramation pyramation deleted the devin/1773603649-fix-readme-package-names branch March 15, 2026 19:47
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

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