You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make EmailTemplateAdmin the default embedding model: thin examples/admin-editor to mount that one component plus memory/BFF adapters, and rewrite docs/guides/editor-integration.md accordingly.
Scope
Update examples/admin-editor/App.tsx (and README) to mount EmailTemplateAdmin instead of hand-rolled list + EmailTemplateEditor.
Rewrite docs/guides/editor-integration.md primary path around one-component embed; keep a short advanced note for EmailTemplateEditor.
Update cross-links in README / overview / onboarding if they still describe only the low-level editor.
Parent: #138
Depends on: #140
Goal
Make
EmailTemplateAdminthe default embedding model: thinexamples/admin-editorto mount that one component plus memory/BFF adapters, and rewritedocs/guides/editor-integration.mdaccordingly.Scope
examples/admin-editor/App.tsx(and README) to mountEmailTemplateAdmininstead of hand-rolled list +EmailTemplateEditor.docs/guides/editor-integration.mdprimary path around one-component embed; keep a short advanced note forEmailTemplateEditor.Constraints
apps/.Acceptance criteria
EmailTemplateAdminwith catalog +onSave(+ optional send-test BFF pattern).Agent implementation notes
Branch:
feat/<N>-admin-emailtemplateadmin-docs.