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,5 +1,7 @@
# Book Critic Agent Definition
# -------------------------------------------------------
```yaml
agent:
name: Evelyn Clarke
@@ -30,6 +32,7 @@ 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 # ensure this task exists; otherwise agent handles logic inline
checklists:
- genre-tropes-checklist # optional, enhances genre comparison
- genre-tropes-checklist # optional, enhances genre comparison
```