
Brand Profile and Advise: Teach the Agent Your Style
A free-form brand.md the CLI never parses, plus a deterministic advise router that proposes at most three edits.
Brand Profile and Advise: Teach the Agent Your Style
Two small mechanisms keep an agent consistent with your publication's voice without magic.
Brand Profile: free-form, never parsed
md2wechat brand init
md2wechat brand show --jsonbrand init creates ~/.config/md2wechat/brand.md (idempotent). The file is free-form Markdown — voice, theme and layout preferences, conversion rules, whatever your brand needs. The CLI never parses it; it exists for the host agent to read as context, so your rules travel with every session instead of living in one chat's memory.
Advise: a deterministic router
md2wechat advise article.md --jsonadvise is deterministic and side-effect-free. It returns either no_enhancement_needed or enhance_minimally with at most 3 actions and at most 3 layout modules, drawing from the tools title, cover, layout, and micro_edit, plus concrete micro_edits. Because the routing is deterministic, the same article always gets the same advice — safe to gate an automation step on it.
A sane loop
brand initonce; write your voice and preferences.- Draft the article.
advise --json— apply only the proposed edits.title suggest --jsonand a cover plan if advised (Title Generation, Image Generation).convert --preview, then the draft flow on explicit approval (Publishing API).
The point is restraint: at most three changes per pass keeps the article yours.
More Posts

Which WeChat Themes Does md2wechat Support?
A guide to supported `theme` values, how the theme directory maps to the API parameter, and where to inspect styles before integration.

md2wechat 2.4.0: Readiness Targets, Doctor Checks, and Safer Agent Workflows
Official release guidance for md2wechat 2.4.0, covering inspect readiness targets, blocker mapping, doctor checks, theme discovery, Brand Profile, and agent-safe publishing.

How to Find High-Quality AI Sources for WeChat Writing
A source-mapping guide for AI writing, covering official blogs, research feeds, community discussions, GitHub Trending, and newsletters for WeChat publishing workflows.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates