storybookjs
Enterprise
storybook
Sign in / Sign up
Open main menu
Your Enterprise license has expired.
storybook
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34602
a6aaf4f8 CI: type sync-storybook-version env as NodeJS.ProcessEnv TypeScript narrowed the spread-derived object literal to only the two explicit string properties, so `delete env.CI` failed the `scripts:check` nx task on the merge commit. Annotating the local with `NodeJS.ProcessEnv` restores the expected index signature and lets the `delete` compile.
by Kasper Peulen
K
Failed
34602
9140f6c6 Merge remote-tracking branch 'origin/kasper/eval-sync-storybook-version' into kasper/eval-prompts-from-cli
by Kasper Peulen
K
Succeeded
34602
d86161ff Docs: Drop stray eslint-plugin.mdx quote-style change The single-to-double quote edit landed by accident in commit 4 of this PR and doesn't belong to the eval-prompts refactor. It also broke `yarn fmt:check` (oxfmt enforces single quotes). Restoring the base- branch state fixes CI and keeps this PR scoped to the CLI/eval work.
by Kasper Peulen
K
Failed
34602
42f4ed9f CLI: Address ai-setup eval review findings - Gate ai-setup preview snapshot + ai-setup-pending cache write on !disableTelemetry — the record is only consumed by the ai-setup-evidence telemetry event, so it has no consumer when telemetry is off. - Plumb disableTelemetry through AiSetupOptions and add a unit test covering the enabled / disabled / default paths. - Swap `requested in PROMPT_BUILDERS` for `Object.hasOwn(...)` so prototype property names in EVAL_SETUP_PROMPT fall back to the default. - Wrap captureAiSetupMarkdown in try/catch so spawn or timeout failures log and return an empty string instead of aborting the trial; set STORYBOOK_DISABLE_TELEMETRY=1 on the subprocess env.
by Kasper Peulen
K
Succeeded
34602
5be3f0b2 CLI: Capture real ai-setup markdown in trial records and normalize prompt exports - Spawn `npx storybook ai setup` inside the trial workspace with `EVAL_SETUP_PROMPT=<name>` and save its stdout as `prompt.content` so `data.json` and transcript docs carry the project-aware instructions instead of the one-line nudge. - Rename every prompt variant's builder to `instructions` and use namespace imports in the prompts registry so all variant files share one export convention. - Fix two stale `run-trial.test.ts` assertions that still expected the full markdown as the agent prompt; mock `tinyexec` and cover the new `prompt.content` field. - Collapse `buildManualCommand` signature in `eval.ts` onto one line so `yarn fmt:check` passes.
by Kasper Peulen
K
Failed
34602
9412695b CLI: Port pattern-copy-play prompt improvements from #34596 Bring the three prompt-content changes that were about to ship in #34596 onto the post-refactor layout. Applies to code/lib/cli-storybook/src/ai/prompts/ pattern-copy-play.ts (previously getSetupInstructions in prompt.ts): - New end-state paragraph in the intro clarifying that the shared preview should own all providers, CSS, browser state, and network mocks so rendering the component in the story is enough. - New "#### Args vs render" subsection under Step 5 with two full examples (args-driven Button, render-based composition inside Card), via two new self-contained helpers getArgsStoryExample and getRenderCompositionExample. - New Step 7 "Prove CSS is loaded in exactly one story named CssCheck" asserting a component-specific computed style via getComputedStyle to catch "renders but CSS never loaded" failures. Steps 8 and 9 renumbered accordingly. Makes #34596 redundant against this branch.
by Kasper Peulen
K
Canceled
34602
9412695b CLI: Port pattern-copy-play prompt improvements from #34596 Bring the three prompt-content changes that were about to ship in #34596 onto the post-refactor layout. Applies to code/lib/cli-storybook/src/ai/prompts/ pattern-copy-play.ts (previously getSetupInstructions in prompt.ts): - New end-state paragraph in the intro clarifying that the shared preview should own all providers, CSS, browser state, and network mocks so rendering the component in the story is enough. - New "#### Args vs render" subsection under Step 5 with two full examples (args-driven Button, render-based composition inside Card), via two new self-contained helpers getArgsStoryExample and getRenderCompositionExample. - New Step 7 "Prove CSS is loaded in exactly one story named CssCheck" asserting a component-specific computed style via getComputedStyle to catch "renders but CSS never loaded" failures. Steps 8 and 9 renumbered accordingly. Makes #34596 redundant against this branch.
by Kasper Peulen
K
Failed
34602
9412695b CLI: Port pattern-copy-play prompt improvements from #34596 Bring the three prompt-content changes that were about to ship in #34596 onto the post-refactor layout. Applies to code/lib/cli-storybook/src/ai/prompts/ pattern-copy-play.ts (previously getSetupInstructions in prompt.ts): - New end-state paragraph in the intro clarifying that the shared preview should own all providers, CSS, browser state, and network mocks so rendering the component in the story is enough. - New "#### Args vs render" subsection under Step 5 with two full examples (args-driven Button, render-based composition inside Card), via two new self-contained helpers getArgsStoryExample and getRenderCompositionExample. - New Step 7 "Prove CSS is loaded in exactly one story named CssCheck" asserting a component-specific computed style via getComputedStyle to catch "renders but CSS never loaded" failures. Steps 8 and 9 renumbered accordingly. Makes #34596 redundant against this branch.
by Kasper Peulen
K
Previous page
Previous
Next
Next page