docs: M71_001 P2 — trigger panel multi-card + OnboardingFlow + Hero CTA#59
Merged
Merged
Conversation
…ow + Hero CTA Records the M68 deferred-UI close — TriggerPanel accordion + per-trigger cards, PROVIDER_GUIDANCE six-entry table, GuidedTriggerCard + CronCard, website OnboardingFlow replacing FeatureFlow, Hero terminal-style CTA with clipboard + smooth-scroll. Landing-js stays at 132.6 kB gz under the 140 kB ceiling. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 tasks
Append the §7 bullet to the May 18, 2026 entry: the Pioneer-pattern promo pill on the landing page Hero links to /pricing and surfaces the "Free until July 31, 2026" free-trial posture above the fold. Bundle delta noted (132.6 → 132.94 kB gz). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Drop the bundle-size + identifier-coupling sentences from the promo pill bullet — Mintlify voice rule "internal cleanup gets aggressive trimming". Keep the customer-visible facts: what the pill is, what it links to, what it surfaces, and the analytics emit (so customers self-debugging their PostHog dashboards can grep for it). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e3e2f-0d01-746d-a53a-942c38c5fa0c Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e3e2f-0d01-746d-a53a-942c38c5fa0c Co-authored-by: Amp <amp@ampcode.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.
Summary
GuidedTriggerCardfor known providers,CronCardfor cron,CopyUrlFallbackfor unknown / api).#onboarding-flow.Paired with usezombie/usezombie M71_001 P2 PR.
Test plan
<Update>block at the top of the changelog.<code>and shell snippets compile under Mintlify's MDX.🤖 Generated with Claude Code
Greptile Summary
This PR adds a single
<Update>block tochangelog.mdxrecording the M71_001 P2 milestone: the dashboard TriggerPanel's switch from tabs to a per-trigger Radix Accordion, six new provider-guidance entries, the website's new OnboardingFlow replacing FeatureFlow, and the Hero CTA's terminal-style clipboard button with inline toast and smooth-scroll.AccordionItemper trigger, dispatchingwebhooktoGuidedTriggerCard(known) orCopyUrlFallback(unknown),crontoCronCard,apitoCopyUrlFallback; first trigger without a recorded delivery auto-expands.OnboardingFlowreplacesFeatureFlowwith a 4-step pictorial; Hero primary CTA becomes a<button>that writes the install command tonavigator.clipboard, shows a 2 s aria-live toast, and smooth-scrolls to#onboarding-flow.cron-parser@^5.5.0added; landing-js stays at 132.6 kB gz (7.4 kB under ceiling); timer-leak fixes added with unmount-cleanup tests.Confidence Score: 5/5
Changelog-only change with no executable code; all JSX-like tokens are properly backtick-wrapped and no forbidden terminology appears in the new entry.
The diff touches a single MDX file, adding one
<Update>block. All angle-bracket sequences that could trigger Mintlify's MDX parser are wrapped in code backticks. Previously flagged issues (milestone IDs, spec section reference, and 'run skill' wording) do not appear in the current text. No forbidden terms from the AGENTS.md list are present.No files require special attention.
Important Files Changed
<Update>block for May 18, 2026 documenting the TriggerPanel accordion, OnboardingFlow, and Hero CTA changes; all JSX-like tokens are backtick-wrapped, forbidden terminology is absent, and prior review comments appear addressed.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD TP[TriggerPanel] --> |"zombie.triggers[]"| AI[AccordionItem per trigger] AI --> |"first with no delivery → auto-expand"| ROUTER{trigger.type} ROUTER --> |webhook + known provider| GTC[GuidedTriggerCard\ngh api / linear / jira snippets] ROUTER --> |webhook + unknown source| CUF[CopyUrlFallback\nbare webhook URL] ROUTER --> |cron| CC[CronCard\nschedule + next-fire via cron-parser] ROUTER --> |api| CUF2[CopyUrlFallback\nlegacy bare ingress] HERO[Hero CTA button] --> |click| CB[navigator.clipboard.write] CB --> |success| TOAST1[inline toast 2 s] CB --> |blocked| TOAST2["'Clipboard blocked' toast"] TOAST1 --> SCROLL[smooth-scroll to #onboarding-flow] SCROLL --> OF[OnboardingFlow\ninstall → add skill → wire webhook → steer]Reviews (4): Last reviewed commit: "fix: address Greptile changelog feedback" | Re-trigger Greptile
Context used: