feat(agent-pages): add Reddit and X pain points to five workflow pages - #503
Draft
JayZeeDesign wants to merge 1 commit into
Draft
JayZeeDesign wants to merge 1 commit into
JayZeeDesign wants to merge 1 commit into
Conversation
Append failure_modes and FAQ items sourced from Reddit and X discussions to the five live workflow pages merged in PR #462: - screen-instagram-creators-before-outreach: +3 failure_modes, +2 FAQ - discover-creators-in-a-niche: +3 failure_modes, +2 FAQ - keyword-demand-to-ad-budget: +3 failure_modes, +2 FAQ - mine-competitor-meta-ads-as-creative-pack: +3 failure_modes, +1 FAQ (skipped duplicate FAQ re official Meta API) - category-content-intel-tiktok-xiaohongshu: +3 failure_modes, +2 FAQ Update test assertion from == 4 to >= 4 for workflow FAQ count to allow appended items. Co-authored-by: Jason Zhou <JayZeeDesign@users.noreply.github.com>
|
Folded into #551. |
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.
What this does
Appends failure_modes and FAQ items sourced from Reddit and X discussions to the five live workflow pages merged in PR #462. Content-only follow-up: no new routes or workflow slugs.
Workflows updated:
screen-instagram-creators-before-outreach: +3 failure_modes, +2 FAQdiscover-creators-in-a-niche: +3 failure_modes, +2 FAQkeyword-demand-to-ad-budget: +3 failure_modes, +2 FAQmine-competitor-meta-ads-as-creative-pack: +3 failure_modes, +1 FAQ (skipped duplicate FAQ re official Meta API)category-content-intel-tiktok-xiaohongshu: +3 failure_modes, +2 FAQPain points address common frustrations found in Reddit and X discussions: ban risks from logged-in scraping, fake followers, seat-based pricing surprises, provider disagreements, expiring media URLs, homegrown scraper maintenance, and manual workflow scalability limits.
How it was tested
uv run --with pytest-xdist pytest tests/test_agent_pages.py tests/test_seo.py -v # 228 passedUpdated test assertion from
== 4to>= 4for workflow FAQ count to allow appended items.Checklist
uv run --with pytest-xdist pytest -n auto -qpasses locallydocs/context/fragment (if a subsystem changed).envvalues)