fix: enforce owl theme in hero generation + regenerate 8 images#676
Open
laynepenney wants to merge 10 commits intomainfrom
Open
fix: enforce owl theme in hero generation + regenerate 8 images#676laynepenney wants to merge 10 commits intomainfrom
laynepenney wants to merge 10 commits intomainfrom
Conversation
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.
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:
You can also re-trigger the CLA check by commenting 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().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
STYLE_SUFFIXinhero.pyandDEFAULT_STYLEingenerate_hero.pyto inject "wireframe holographic owl as focal subject" into every prompt automaticallywatermark.pydocstring to document the enforcementImages 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
python scripts/generate_hero.py "test subject" test-slugand confirm owl appears in output🤖 Generated with Claude Code