mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
1e66a5f8d2
Move monolithic d5-all.json + feature-parity.json + smoke.json into per-integration directories under d4/<slug>/, d6/<slug>/, and shared/. Every fixture file is now context-scoped to enable server-side aimock routing via match.context. Migrated 12 HITL fixtures from main's d5-all.json additions into shared/_migrated-from-d5-all-hitl.json for follow-up distribution into per-integration files.
7 lines
154 B
Docker
7 lines
154 B
Docker
FROM ghcr.io/copilotkit/aimock:latest
|
|
|
|
# Depth-organized fixture directories
|
|
COPY shared/ /fixtures/shared/
|
|
COPY d4/ /fixtures/d4/
|
|
COPY d6/ /fixtures/d6/
|