mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 07:33:46 -06:00
c876fecbe7
Summary: - Document that MEDIA directives must be plain-text line-start metadata. Verification: - Source check: src/media/parse.ts only recognizes lines whose trimmed start begins with MEDIA: and skips fenced code blocks. - PR CI: check-docs succeeded.