Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions framework/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ compound across sessions.
- Publish only the content between `<!-- publish:start -->` and
`<!-- publish:end -->`. 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`
Expand Down
4 changes: 2 additions & 2 deletions framework/defaults/dtm/recurring-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading