Skip to content

feat(node-type-registry): sync latest from constructive-db#1211

Merged
pyramation merged 1 commit into
mainfrom
feat/sync-node-type-registry
May 21, 2026
Merged

feat(node-type-registry): sync latest from constructive-db#1211
pyramation merged 1 commit into
mainfrom
feat/sync-node-type-registry

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Syncs the node-type-registry package from constructive-db (source of truth) to prepare for publish.

Changes from upstream:

  • JobTrigger: Add entity_field + entity_lookup parameters for billing scope resolution (direct entity_id columns or FK lookups through related tables)
  • Process generators (chunks, extraction, file-embedding, image-embedding, image-versions): Forward entity_field + entity_lookup to composed JobTrigger
  • Full module preset: Refactored from ['all'] sentinel to explicit module list — documents exactly which modules are installed and adds notes about opt-in usage logging modules
  • blueprint-types.generated.ts: Regenerated to include new fields

Review & Testing Checklist for Human

  • Verify the full module preset explicit list matches expectations (previously used ['all'] sentinel, now enumerates each module)
  • Confirm entity_field/entity_lookup parameter schemas are consistent across all Process types and JobTrigger
  • Run pnpm build in packages/node-type-registry to confirm TypeScript compilation

Notes

The generate.ts file in constructive-db is intentionally not synced — it's a SQL fixture generator specific to constructive-db's deployment pipeline.

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

- Add entity_field + entity_lookup params to JobTrigger parameter_schema
- Add entity_field + entity_lookup to all Process generators (chunks, extraction, file-embedding, image-embedding, image-versions)
- Refactor full module preset to use explicit module list instead of ['all'] sentinel
- Regenerate blueprint-types.generated.ts with new fields
@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 and CI monitoring

@pyramation pyramation merged commit 551821d into main May 21, 2026
69 of 70 checks passed
@pyramation pyramation deleted the feat/sync-node-type-registry branch May 21, 2026 22:59
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