Skip to content

Conversation

@pyramation
Copy link
Contributor

Summary

Updates package references in the constructive repo to align with the package renames in pgpm-modules PR #31:

  • @pgpm/db-meta-modules@pgpm/metaschema-modules
  • @pgpm/db-meta-schema@pgpm/metaschema-schema

Changes include:

  • Renamed fixture directories under __fixtures__/stage/extensions/@pgpm/
  • Updated README files and package.json files in the renamed fixtures
  • Updated PGPM_MODULE_MAP in pgpm/core/src/modules/modules.ts
  • Updated references in inflection/README.md, export-flow.test.ts, and plan.md

Review & Testing Checklist for Human

  • Verify control file name mapping: The .control files inside the renamed fixture directories still have old names (db-meta-modules.control, db-meta-schema.control). The PGPM_MODULE_MAP was updated to use 'metaschema-modules' and 'metaschema-schema' as keys, but if the actual control files in pgpm-modules repo still use the old names, this mapping will be incorrect. Check what the control file names are in the pgpm-modules PR.
  • Run tests that use these fixtures: The fixtures in __fixtures__/stage/extensions/ are used by tests. Verify tests still pass with pnpm test in relevant packages.
  • Confirm this aligns with pgpm-modules PR make deploy/deployFast more generic (revert, verify, deploy) #31: Verify the package name changes match exactly what's in the upstream PR.

Notes

This PR only updates references in the constructive repo. The actual package renames are happening in pgpm-modules PR #31.

Link to Devin run: https://app.devin.ai/sessions/e6eaf10a10804d28bf10e39b7dbe6698
Requested by: Dan Lynch (pyramation@gmail.com) / @pyramation

…e map

Update package names following pgpm-modules PR #31:
- @pgpm/db-meta-modules -> @pgpm/metaschema-modules
- @pgpm/db-meta-schema -> @pgpm/metaschema-schema

Updated files:
- Renamed fixture directories and updated README/package.json files
- Updated PGPM_MODULE_MAP in pgpm/core/src/modules/modules.ts
- Updated references in inflection README and export-flow test
- Updated plan.md references
@devin-ai-integration
Copy link
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 and CI monitoring

@pyramation pyramation merged commit d474ad2 into main Jan 5, 2026
35 of 36 checks passed
@pyramation pyramation deleted the devin/1767598424-update-metaschema-package-names branch January 5, 2026 08:50
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.

2 participants