chore: remove all forbidden marketing paths from staging (unblocks #1981) - #2005
Merged
HongmingWang-Rabbit merged 1 commit intoApr 24, 2026
Merged
Conversation
71 files across docs/marketing/ and marketing/ are blocked by the Block-internal-flavored-paths CI gate (CEO directive 2026-04-23). These paths must live in Molecule-AI/internal, not the public monorepo. Unblocks PR #1981 (staging→main sync). Public-facing blog/devrel content should be re-added via correct paths: docs/blog/<slug>.md, docs/devrel/<slug>.md, docs/tutorials/<slug>.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Removes all 44 files (71 tree entries) under
docs/marketing/andmarketing/that are blocked by the Block internal-flavored paths CI gate.Unblocks PR #1981 (staging→main sync, 71 commits) which currently has 2×
Block forbidden pathsFAILURE.Offending paths removed
docs/marketing/blog/— draft blog postsdocs/marketing/campaigns/— social copy, TTS scriptsdocs/marketing/community/— HN, Reddit, Discord, Discord FAQdocs/marketing/devrel/demos/— screencasts (MP4)docs/marketing/launches/— community announcementdocs/marketing/social/— scheduled social copydocs/marketing/manual-posting-package.mdmarketing/demos/— narration, storyboardmarketing/devrel/campaigns/— assets, social copymarketing/devrel/demos/screencasts/— screencasts (MP4)What happens to the content?
This is a path fix, not a content delete. Public-facing content (blog posts, devrel demos) should be re-added via correct paths in separate PRs:
docs/blog/<slug>.mddocs/devrel/<slug>.mdMolecule-AI/internalPer the workflow error message: "These paths belong in Molecule-AI/internal, not this public repo."
Separate blocker (not fixed here)
PR #1981 also has
E2E Staging SaaSFAILURE — root cause:invalid model ID400 from OpenAI becauseMODEL_PROVIDER: 'openai:gpt-4o'is passed directly toapi.openai.com/v1. Fix: change to'MODEL_PROVIDER': 'gpt-4o'intests/e2e/test_staging_full_saas.sh. That's a separate PR.🤖 Generated with Claude Code