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

@@ -40,8 +40,10 @@ These references map directly to bundle sections:
==================== START: .bmad-creative-writing/agents/book-critic.md ====================
# Book Critic Agent Definition
# -------------------------------------------------------
# book-critic
CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
```yaml
agent:
name: Evelyn Clarke
@@ -72,7 +74,8 @@ commands:
- exit: Say goodbye as the Book Critic and abandon persona
dependencies:
tasks:
- critical-review # ensure this task exists; otherwise agent handles logic inline
- critical-review
checklists:
- genre-tropes-checklist # optional, enhances genre comparison
- genre-tropes-checklist
```
==================== END: .bmad-creative-writing/agents/book-critic.md ====================