Skip to content

fix: enforce owl theme in hero generation + regenerate 8 images#676

Open
laynepenney wants to merge 10 commits intomainfrom
fix/blog-index-and-hero-images
Open

fix: enforce owl theme in hero generation + regenerate 8 images#676
laynepenney wants to merge 10 commits intomainfrom
fix/blog-index-and-hero-images

Conversation

@laynepenney
Copy link
Copy Markdown
Collaborator

Summary

  • Updated STYLE_SUFFIX in hero.py and DEFAULT_STYLE in generate_hero.py to inject "wireframe holographic owl as focal subject" into every prompt automatically
  • Regenerated 8 off-theme hero images that had humans, robots, abstract graphics, or baked-in text instead of owls
  • Updated watermark.py docstring to document the enforcement

Images regenerated: building-collaboration, multi-agent-synergy, when-claude-and-codex-debug-together, agent-madness (round 1), anatomy-of-a-miss, mission-control, recall-field-guide, sprint-12-recap

Premium boundary: core OSS (blog assets and generation scripts).

Test plan

  • Verify all 8 hero images render correctly on the blog
  • Run python scripts/generate_hero.py "test subject" test-slug and confirm owl appears in output

🤖 Generated with Claude Code

laynepenney and others added 9 commits April 10, 2026 15:37
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…images

The blog index was missing 11 posts (Sprint 5-11 recaps, building-collaboration,
building-my-own-memory, design-session-that-saved-us, what-is-memory, why-synapt)
because those posts existed only as HTML with no .md frontmatter stubs for the
build script. Added .md stubs so build_blog_index.py generates a complete index.

Also restores Sprint 15 hero images to the correct versions from 34f34b2, which
were overwritten by a bad merge resolution in 5a73f49.
STYLE_SUFFIX in hero.py and DEFAULT_STYLE in generate_hero.py now
inject "wireframe holographic owl as focal subject" into every prompt
so agents can't accidentally generate human-only or abstract heroes.
Humans may still appear alongside owls when context calls for it.

Regenerated 8 off-theme hero images: building-collaboration,
multi-agent-synergy, when-claude-and-codex-debug-together,
agent-madness (round 1), anatomy-of-a-miss, mission-control,
recall-field-guide, sprint-12-recap.
@github-actions
Copy link
Copy Markdown
Contributor

Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement.

To sign, please comment on this PR with the following exact text:

I have read the CLA Document and I hereby sign the CLA

You can also re-trigger the CLA check by commenting recheck.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Several code paths in channel.py, registry.py, and sharding.py opened
SQLite connections without PRAGMA busy_timeout, causing instant failure
on write contention when multiple MCP servers share the same database.
Set busy_timeout=5000 on all 8 missing connection sites to match the
existing timeout in _open_db().
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