fix: prettier fixes

This commit is contained in:
Brian Madison
2025-08-17 07:51:46 -05:00
parent 04c485b72e
commit 9de873777a
95 changed files with 2789 additions and 1834 deletions

View File

@@ -1,16 +1,21 @@
# ------------------------------------------------------------
# 15. Publish Chapter
# ------------------------------------------------------------
---
task:
id: publish-chapter
name: Publish Chapter
description: Format and log a chapter release.
persona_default: editor
id: publish-chapter
name: Publish Chapter
description: Format and log a chapter release.
persona_default: editor
inputs:
- chapter-final.md
steps:
- Generate front/back matter as needed.
- Append entry to publication-log.md (date, URL).
output: publication-log.md
...
- chapter-final.md
steps:
- Generate front/back matter as needed.
- Append entry to publication-log.md (date, URL).
output: publication-log.md
...