feat: refactor landing page around SignalFlow content operating system - #187
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Aug 16, 2026
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.
Scope
Implements the landing-page direction in #135 without changing Studio/domain/provider/publishing behavior.
What changed
one source → 12 destinations;Open Studioas the primary current CTA;Repository health repaired while verifying
The canonical documentation reset had left four frontend regression guards coupled to retired headings/copy. Those tests were updated to protect the same implementation invariants against the new canonical docs instead of weakening or deleting the guards.
The production audit also exposed a transitive
nanoidhigh-severity advisory. The lockfile was safely refreshed from 3.3.16 to 3.3.18 through npm's non-forced audit fix path. Next remains pinned at 16.2.11; no forced framework upgrade was taken.Truth boundary
No automatic signals, opportunities, media generation/editing, Private Hybrid, mobile, desktop agent, durable scheduling, or narrative memory capability is presented as currently shipped.
Current-product wording remains limited to the capabilities documented in
docs/CAPABILITY_MATRIX.md.Final changed files
frontend/components/LandingPage.jsfrontend/components/LandingPage.module.cssfrontend/package-lock.jsonfrontend/tests/landingPageRevamp.test.mjsTemporary CI diagnostics/repair workflows were removed;
.github/workflows/ci.ymlis back to the repository's original standard pipeline and has no net PR diff.Verification
Final normal CI is green:
npm test✅npm audit --omit=dev --audit-level=high✅npm run build✅Rendered production/deployment inspection remains a deployment-level check after merge; implementation and repository gates are complete.