Added:
- Sync SEO descriptions from document frontmatter to CMS articles.
- Detect description-only changes as document updates.
- Resolve index document titles from
_category_.ymllabels when available. - Fall back to folder/category slug titles for index documents.
- Add
--unpublish-missingfor CMS children missing from the selected source subtree. - Log unpublished CMS-only articles and include them in manual inspection reports.
Changed:
- CMS article markdown may now be null in the API model.
- eledoctl treats null CMS markdown as an empty reference document where appropriate.
Fixed:
- Avoid misleading CMS titles such as “Overview” or “Introduction” for category index pages.