fix: register MycroZineGenerator shape with automerge schema

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-19 23:59:21 -05:00
parent d887a77de5
commit f2fc6f47d3
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@ import { VideoChatShape } from "@/shapes/VideoChatShapeUtil"
import { EmbedShape } from "@/shapes/EmbedShapeUtil" import { EmbedShape } from "@/shapes/EmbedShapeUtil"
import { MarkdownShape } from "@/shapes/MarkdownShapeUtil" import { MarkdownShape } from "@/shapes/MarkdownShapeUtil"
import { MycrozineTemplateShape } from "@/shapes/MycrozineTemplateShapeUtil" import { MycrozineTemplateShape } from "@/shapes/MycrozineTemplateShapeUtil"
import { MycroZineGeneratorShape } from "@/shapes/MycroZineGeneratorShapeUtil"
import { SlideShape } from "@/shapes/SlideShapeUtil" import { SlideShape } from "@/shapes/SlideShapeUtil"
import { PromptShape } from "@/shapes/PromptShapeUtil" import { PromptShape } from "@/shapes/PromptShapeUtil"
import { TranscriptionShape } from "@/shapes/TranscriptionShapeUtil" import { TranscriptionShape } from "@/shapes/TranscriptionShapeUtil"
@ -154,6 +155,7 @@ export function useAutomergeStoreV2({
EmbedShape, EmbedShape,
MarkdownShape, MarkdownShape,
MycrozineTemplateShape, MycrozineTemplateShape,
MycroZineGeneratorShape,
SlideShape, SlideShape,
PromptShape, PromptShape,
TranscriptionShape, TranscriptionShape,
@ -177,6 +179,7 @@ export function useAutomergeStoreV2({
'Embed', 'Embed',
'Markdown', 'Markdown',
'MycrozineTemplate', 'MycrozineTemplate',
'MycroZineGenerator',
'Slide', 'Slide',
'Prompt', 'Prompt',
'Transcription', 'Transcription',