From 1cb1c06e2acd6d6c4d551e44b4d19ac2c017b2fe Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Mon, 18 May 2026 10:49:23 +0530 Subject: [PATCH 1/5] =?UTF-8?q?docs(changelog):=20M71=5F001=20P2=20?= =?UTF-8?q?=E2=80=94=20trigger=20panel=20multi-card=20+=20OnboardingFlow?= =?UTF-8?q?=20+=20Hero=20CTA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- changelog.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index e4461ec..0d0e1cc 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -18,6 +18,23 @@ export const STAGE_RATE_M65 = "$0.10"; usezombie is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [usezombie@agentmail.to](mailto:usezombie@agentmail.to) if you want a hand calibrating a zombie or to join as a design partner. + + ## Trigger panel multi-card + website OnboardingFlow + Hero CTA + + Closes the M68 deferred-UI list. The dashboard's zombie-detail page now renders one card per declared trigger — a guided registration card with rendered `gh api` / `linear webhook create` / `jira webhook add` snippets for known providers (GitHub, Linear, Jira, Grafana, Slack, AgentMail), a copy-URL fallback for unknown sources, and a `CronCard` showing the schedule + next-fire computed client-side from the host's IANA timezone. The website Home page replaces the M68 `FeatureFlow` evidence section with a 4-step `OnboardingFlow` pictorial (install → run skill → wire webhook → steer), and the Hero primary CTA becomes a terminal-style `$ npm install -g …` button that copies the install command, surfaces an inline `` toast, and smooth-scrolls to the `#onboarding-flow` anchor (honoring `prefers-reduced-motion`). + + - **`TriggerPanel.tsx` switches from Tabs to Radix Accordion.** One `AccordionItem` per `zombie.triggers[]` entry; the first trigger with no recorded delivery auto-expands on mount (set-up state takes precedence). Inner router dispatches `webhook` to `GuidedTriggerCard` (known provider) or `CopyUrlFallback` (unknown), `cron` to `CronCard`, `api` to `CopyUrlFallback` with the legacy bare webhook URL. + - **`provider-guidance.ts` ships six provider entries** — `github`, `linear`, `jira`, `grafana`, `slack`, `agentmail`. Each exposes a 3-arg `command(vars, webhookUrl, events)` template (the events arg widens the M68 §122 sketch so per-provider snippets vary by `trigger.events`), a `webUiDeepLink(vars)` for the "Open " affordance, and a `variables` list driving the variable-input form. Snapshot-tested per provider. + - **`webhookUrlFor(zombieId, source?)`** — dashboard helper reconstructs the server's `webhook_urls: { : }` projection client-side. Called with a source, returns the per-trigger URL; called without, returns the legacy bare ingress at `/v1/webhooks/{zombie_id}`. + - **`OnboardingFlow.tsx` replaces `FeatureFlow.tsx`.** Four numbered cards with arrow connectors on `lg:` breakpoint; mobile stacks vertically. Each card carries a real shell snippet, not a screenshot. Anchored at `id="onboarding-flow"` for Hero's smooth-scroll target. + - **`Hero.tsx` primary CTA is now a `