diff --git a/CHANGELOG.md b/CHANGELOG.md index 044c40a..40ce709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ for tagged releases. ### Changed +- Public blog posts with social cards now carry accessible image metadata through their ready and published stages, using the blog's shared card generator and visual system. +- The Monday recurring review task now refers to the generated weekly newsletter issue rather than a diary draft. - Document and slide-deck workflows now keep Markdown as the canonical source throughout drafting, approval, and delivery; exported files remain generated deliverables. - DOCX generation now supports standard Markdown image links and preserves a more natural document structure in exported Word files. - Daily Note rollover now replaces earlier previous-note pointers cleanly, keeping a single current link to the preceding note. diff --git a/framework/AGENTS.md b/framework/AGENTS.md index ba02787..2e6c1c7 100644 --- a/framework/AGENTS.md +++ b/framework/AGENTS.md @@ -218,6 +218,11 @@ compound across sessions. - Publish only the content between `` and ``. Editorial briefs, source notes, and revision history remain private working metadata unless the user explicitly includes them. +- When a public blog piece has a social card, keep `social_image` and + `social_image_alt` in its ready-item frontmatter and carry both fields into + the published Jekyll article. Social cards use the blog repository's shared + generator and stylesheet-derived visual system; do not create one-off card + designs or omit the accessible alternative text. - `writing/voice/blog-voice-pack.md` is the private style model for public writing maintained by the `$voice` skill. `writing/voice/voice-pack.md` is a compatibility mirror for older artefacts. `writing/voice/anti-ai-style-rules.md` diff --git a/framework/defaults/dtm/recurring-tasks.json b/framework/defaults/dtm/recurring-tasks.json index 6927091..47b079f 100644 --- a/framework/defaults/dtm/recurring-tasks.json +++ b/framework/defaults/dtm/recurring-tasks.json @@ -12,8 +12,8 @@ } }, { - "id": "monday-review-diary-post", - "task": "Review the generated weekly diary draft", + "id": "monday-review-newsletter-issue", + "task": "Review the generated weekly newsletter issue", "area": "schedule", "enabled": true, "schedule": {