20 lines
732 B
JSON
20 lines
732 B
JSON
{
|
|
"_meta": {
|
|
"description": "D6 fixtures for claude-sdk-python / auth",
|
|
"sourceScript": "d5-auth.ts",
|
|
"created": "2026-05-22"
|
|
},
|
|
"fixtures": [
|
|
{
|
|
"_comment": "auth check turn 1 — simple response proving the authenticated chat round-trip works. The D5 script sends this prompt after sign-in (idiomatic shape) or on the pre-mounted chat (legacy shape), then asserts sign-out behavior.",
|
|
"match": {
|
|
"userMessage": "auth check turn 1",
|
|
"context": "claude-sdk-python"
|
|
},
|
|
"response": {
|
|
"content": "Authenticated and connected. The auth demo is working — your session token was accepted by the runtime and this response confirms the round-trip."
|
|
}
|
|
}
|
|
]
|
|
}
|