You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: bump @adcp/client to 4.23.0
Picks up storyboard-driven comply() routing from adcp-client#445.
25/25 testable storyboards pass locally against training agent.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor: remove deprecated PLATFORM_STORYBOARDS and storyboard routing from addie
@adcp/client 4.23.0 now handles storyboard-driven comply() routing.
Addie no longer needs its own PLATFORM_STORYBOARDS mapping or
storyboard-to-scenario resolution.
Removed:
- PLATFORM_STORYBOARDS constant and getPlatformStoryboards()
- resolveStoryboardScenarios() — client handles this internally
- storyboards option from ComplyOptions — callers pass platform_type
- Storyboard routing block in evaluate_agent_quality
- Storyboard routing block in compliance heartbeat
- PLATFORM_STORYBOARDS tests
Kept:
- filterToKnownScenarios() — still used by storyboard run/compare endpoints
- comply() wrapper — still needed for track-based reporting and observations
- All types, TRACK_SCENARIOS, PLATFORM_PROFILES — backward compat
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: restore platform_type in heartbeat for coherence reporting
The heartbeat still needs to look up platform_type from registry metadata
and pass it to comply() so platform coherence analysis is included in
heartbeat results.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments