VibeBP format¶
VibeBP is the reversible text format used by Vibe Blueprints.
A reversible document begins with:
Purpose¶
VibeBP represents enough Blueprint graph information for the plugin to generate native Blueprint clipboard nodes.
It may include:
- node types;
- relevant properties;
- pins and defaults;
- execution and data connections;
- variable references;
- Timeline data;
- placeholder metadata;
- optional Blueprint structure context.
Recommended editing workflow¶
VibeBP is designed primarily for use with the bundled AI instruction.
Manual editing is possible, but malformed references or incompatible node data may result in placeholders or generation errors.
Safety behavior¶
During reverse generation the plugin may normalize known unsafe representations and replace unresolved operations with visible placeholders.
Important examples include:
- base engine events;
- Blueprint-owned component references;
- unsupported project-specific nodes;
- known problematic struct operations;
- invalid or ambiguous component creation attempts.
Complete specification¶
The exact AI-facing rules are distributed with the plugin.
Use Copy AI instruction to obtain the instruction that matches the installed release.