.agents/skills/plate-ui/references/component-audit.md
These are the strongest patterns to copy from the current repo.
Why it works:
Why it works:
Why it works:
../10tap-editor/src/types/EditorBridge.ts../10tap-editor/src/bridges/core.ts../10tap-editor/src/RichText/useEditorBridge.tsxWhat to copy:
What not to copy literally:
Copy this pattern for new surfaces with static + live renderers.
Copy:
useEditorPlugin(plugin) when the whole file is plugin-centriceditor.getApi(plugin) / editor.getTransforms(plugin) when that is simplerDo not forget style deps like highlight-style when a component or example uses
shared highlight tokens.
There are components in the repo that probably extracted too much into package hooks for one UI surface. Treat that as a warning, not a precedent.
Default stance:
Major-release stance: