Skip to content

chore: release package#1591

Merged
bokelley merged 1 commit into
mainfrom
changeset-release/main
May 8, 2026
Merged

chore: release package#1591
bokelley merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 8, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@adcp/sdk@6.14.0

Minor Changes

  • d8a4dbc: feat(cli): storyboard CI UX improvements — soft-fail, summary file, specialism resolution

    Adds three improvements to adcp storyboard surfaced by silent CI failures in reference adopter repos:

    • --soft-fail: exit 0 even when storyboards fail, printing a STORYBOARD FAILURES (N): scenario1, … block to stderr. Eliminates the continue-on-error: true / || true silent-failure pattern — adopters get "non-blocking but visible" without regressions going unnoticed. Applies to all run modes (capability-driven, bundle, --file, --local-agent, multi-instance, agents-map). Exit 1 (runner crash) and 2 (usage error) are not suppressed.
    • --summary-file [PATH]: write a Markdown run summary to a file after the run. Defaults to storyboard-result-summary.md when PATH is omitted. Auto-activates when $GITHUB_STEP_SUMMARY is set so the summary appears in the GitHub Actions job summary tab without an extra upload step.
    • adcp storyboard show --specialism <slug>: resolve which storyboards are graded when an agent claims a specialism (e.g. adcp storyboard show --specialism sales-guaranteed). Shows the full scenario list including protocol baseline and universal storyboards, with capability-gating annotations.

Patch Changes

@github-actions github-actions Bot requested a review from bokelley as a code owner May 8, 2026 11:40
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 1c695de to 3da4af1 Compare May 8, 2026 12:07
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3da4af1 to cb75665 Compare May 8, 2026 13:14
@bokelley bokelley merged commit eaf6ab6 into main May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AgentClient.withSession: auto-thread pendingTaskId only when contextId matches the retained task's session

1 participant