Skip to content

feat(node-type-registry): add prefix override to all module config types#1251

Merged
pyramation merged 1 commit into
mainfrom
feat/module-prefix-override
May 31, 2026
Merged

feat(node-type-registry): add prefix override to all module config types#1251
pyramation merged 1 commit into
mainfrom
feat/module-prefix-override

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Adds prefix?: string to BlueprintStorageConfig, BlueprintNamespaceConfig, BlueprintFunctionConfig, and BlueprintAgentConfig in both the codegen source (generate-types.ts) and the generated output (blueprint-types.generated.ts).

Setting prefix to an empty string produces unprefixed table names (e.g. "agent_thread" instead of "org_agent_thread"). Companion to constructive-io/constructive-db#1452.

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

Add prefix?: string to BlueprintStorageConfig, BlueprintNamespaceConfig,
BlueprintFunctionConfig, and BlueprintAgentConfig. Setting prefix to an
empty string produces unprefixed table names (e.g. 'agent_thread' instead
of 'org_agent_thread').
@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

@pyramation pyramation merged commit d88ae6d into main May 31, 2026
37 checks passed
@pyramation pyramation deleted the feat/module-prefix-override branch May 31, 2026 10:08
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