feat: signal activation execution paths and testing storyboards#1966
Merged
feat: signal activation execution paths and testing storyboards#1966
Conversation
…ryboards (#1949) Addresses the signal activation spec gaps surfaced during A1 certification (supersedes #1944, #1945, #1946). Clarifies when to use platform vs agent destinations and adds testing storyboards for signal agent builders. Spec docs: - activate_signal.mdx: add "Using Activation Keys" execution path section - overview.mdx: add sales agent activation pattern to walkthrough - specification.mdx: add destination type selection conformance language Signal agent storyboards: - signal_marketplace.yaml: marketplace/catalog agent (4 phases: discovery, verification, platform activation, agent activation) - signal_owned.yaml: owned/first-party agent (3 phases: discovery, platform activation, agent activation) - test-kits/nova-motors.yaml: signal test kit with marketplace + owned signals Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Combine signal storyboard additions with media buy storyboard additions: - schema.yaml: merge category, interaction_model, and capability enums - storyboards.test.ts: merge storyboard counts, ID assertions, schema prefixes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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
Addresses #1949 (signal activation DSP discovery and execution path), which consolidated three spec gaps surfaced by joohwa kim (NHN ACE) during A1 certification (#1944, #1945, #1946).
Changes
Spec docs (3 files):
activate_signal.mdx— "Using Activation Keys" section with execution pathsoverview.mdx— Sales agent activation example in the walkthroughspecification.mdx— "Destination Type Selection" conformance languageSignal storyboards (3 new files):
signal_marketplace.yaml— 4 phases: discovery, catalog verification, platform activation, agent activationsignal_owned.yaml— 3 phases: discovery, platform activation, agent activationtest-kits/nova-motors.yaml— 4 marketplace + 4 owned signals, platform and agent destinationsSupporting changes:
schema.yaml— Extended category/interaction_model enums for signalsstoryboards.test.ts— 12 new assertions covering signal storyboard structureTest plan
npx vitest run server/tests/unit/storyboards.test.ts— 32/32 pass🤖 Generated with Claude Code