Create or update BatDigest review summary YAML files in data/reviews/summaries for bat review pages. Use when asked to write, draft, or update a bat review, generate a review summary YAML, update review content from a review YAML file, or associate bats to a review (slug/associated_bat_ids).
Create or update bat review summary YAML files for BatDigest review pages, including slug selection, associated bat IDs, and timestamps.
C:\Users\bduryea\OneDrive - Davis School District\Desktop\14_Dev_Projects\batdigest-flask.data/reviews/summaries/:
{year}-{brand}-{model}-review2025-easton-hype-fire-usssa-reviewdata/bats.yaml (match year/brand/model/league).data/reviews/summaries/<slug>.yaml using the schema in references/BAT_REVIEW_Agent.md.published_at (ISO).updated_at.Run this from the repo root to generate a skeleton review summary:
python3 AGENTS/Content_Creation/BAT_REVIEW_SCRIPTS/create_review_summary.py \
--year 2025 \
--brand "Easton" \
--model "Hype Fire" \
--sport Baseball \
--bat-type "Two Piece Composite"
references/BAT_REVIEW_Agent.md for schema, field notes, and constraints.