Skip to content

release: v0.8.1 — level, tournament, and description context for prompts#5

Merged
JRemitz merged 1 commit intomainfrom
release/v0.8.1
Apr 2, 2026
Merged

release: v0.8.1 — level, tournament, and description context for prompts#5
JRemitz merged 1 commit intomainfrom
release/v0.8.1

Conversation

@JRemitz
Copy link
Copy Markdown
Contributor

@JRemitz JRemitz commented Mar 27, 2026

Summary

  • Add {{level}}, {{tournament}}, and {{description}} template variables to game image, livestream title, and livestream description prompts
  • build_prompt_variables() now extracts level and tournament from game_info
  • generate_game_image() accepts level, description, tournament params
  • Removed dead zoom_path is not None check and unused FALLBACK_CENTER import

Test plan

  • make check passes — lint, mypy, 250 tests, 100% line + branch coverage
  • Tag v0.8.1 triggers PyPI release via GitHub Actions
  • Manual: reeln game init with level/tournament set, verify game image prompt includes context

🤖 Generated with Claude Code

…age and livestream prompts

Add level, tournament, and description template variables to game
image, livestream title, and livestream description prompt templates
so the LLM can incorporate tournament and age-level context.

- {{level}}, {{tournament}}, {{description}} added to game_image,
  livestream_title, and livestream_description prompts
- build_prompt_variables() now extracts level and tournament from
  game_info
- generate_game_image() accepts level, description, tournament params
- Removed dead zoom_path None check and unused FALLBACK_CENTER import
- 100% line + branch coverage (250 tests)

Co-Authored-By: Claude <noreply@anthropic.com>
@JRemitz JRemitz self-assigned this Apr 2, 2026
@JRemitz JRemitz merged commit bd1b0a9 into main Apr 2, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant