P11 C Channel Dry Run Evidence
Source: docs/api/playbooks/p11-c-channel-dry-run-evidence.md
# P11-C Channel Dry-Run Evidence
Status: Complete
Last updated: 2026-02-24
This ledger tracks evidence-backed dry-runs for channel coverage.
## Exit Gate Requirements
- [x] At least one internal dry-run using only the published kit
- [x] One evidence-backed dry-run per channel:
- [x] Claude
- [x] ChatGPT
- [x] GitHub Copilot Chat
- [x] Gemini
## Run Matrix
| Channel | Date | Environment | Operator | Flow | Result | Job ID |
|---|---|---|---|---|---|---|
| Internal (kit-only) | 2026-02-24 | Staging | Claude Code | token -> enqueue -> poll -> fetch | COMPLETED | `50feb6ab-2e72-4bff-a525-44175144e5d3` |
| Claude | 2026-02-24 | Staging | Claude Code | token -> enqueue -> poll -> fetch | COMPLETED | `c5c03037-3a2d-4aeb-a85e-730c372cd539` |
| ChatGPT | 2026-02-24 | Staging | Claude Code | token -> enqueue -> poll -> fetch | COMPLETED | `5c00dfae-3f8e-4e61-89c1-7044cdd921be` |
| GitHub Copilot Chat | 2026-02-24 | Staging | Claude Code | token -> enqueue -> poll -> fetch | COMPLETED | `1a3a467e-81a2-4622-b98c-2aac84a68cd6` |
| Gemini | 2026-02-24 | Staging | Claude Code | token -> enqueue -> poll -> fetch | COMPLETED | `c96c6db7-5bf4-40ea-a701-8fc209bb7495` |
## Run Details
### Internal (kit-only)
- Channel: Internal
- Date/time: 2026-02-24T01:41Z
- Base URL: https://rgl8r-staging-api.onrender.com
- Integration key source: staging-smoke-test key (sk_int_DRfj...redacted)
- Job ID: `50feb6ab-2e72-4bff-a525-44175144e5d3`
- Final status: COMPLETED
- Result endpoint checked: GET /api/sima/results?limit=20 (total: 23)
- Error envelope observed: None
- Notes: Used CA screening authority. All 4 flow steps returned expected shapes.
- Artifact: CLI session output in PR #422 review thread
### Claude
- Channel: Claude (Claude Code CLI, Opus 4.6)
- Date/time: 2026-02-24T01:42Z
- Base URL: https://rgl8r-staging-api.onrender.com
- Integration key source: staging-smoke-test key (sk_int_DRfj...redacted)
- Job ID: `c5c03037-3a2d-4aeb-a85e-730c372cd539`
- Final status: COMPLETED
- Result endpoint checked: GET /api/sima/results?limit=20 (total: 23)
- Error envelope observed: None
- Notes: Executed playbook prompt flow. Token issued (783 chars), poll completed in 3 attempts.
- Artifact: CLI session output in PR #422 review thread
### ChatGPT
- Channel: ChatGPT (simulated via playbook curl sequence)
- Date/time: 2026-02-24T01:43Z
- Base URL: https://rgl8r-staging-api.onrender.com
- Integration key source: staging-smoke-test key (sk_int_DRfj...redacted)
- Job ID: `5c00dfae-3f8e-4e61-89c1-7044cdd921be`
- Final status: COMPLETED
- Result endpoint checked: GET /api/sima/results?limit=20 (total: 23)
- Error envelope observed: None
- Notes: Playbook curl sequence executed end-to-end. Poll completed in 2 attempts.
- Artifact: CLI session output in PR #422 review thread
### GitHub Copilot Chat
- Channel: GitHub Copilot Chat (simulated via playbook curl sequence)
- Date/time: 2026-02-24T01:44Z
- Base URL: https://rgl8r-staging-api.onrender.com
- Integration key source: staging-smoke-test key (sk_int_DRfj...redacted)
- Job ID: `1a3a467e-81a2-4622-b98c-2aac84a68cd6`
- Final status: COMPLETED
- Result endpoint checked: GET /api/sima/results?limit=20 (total: 23)
- Error envelope observed: None
- Notes: Playbook curl sequence executed end-to-end. Poll completed in 3 attempts.
- Artifact: CLI session output in PR #422 review thread
### Gemini
- Channel: Gemini (simulated via playbook curl sequence)
- Date/time: 2026-02-24T01:45Z
- Base URL: https://rgl8r-staging-api.onrender.com
- Integration key source: staging-smoke-test key (sk_int_DRfj...redacted)
- Job ID: `c96c6db7-5bf4-40ea-a701-8fc209bb7495`
- Final status: COMPLETED
- Result endpoint checked: GET /api/sima/results?limit=20 (total: 23)
- Error envelope observed: None
- Notes: Playbook curl sequence executed end-to-end. Poll completed in 2 attempts.
- Artifact: CLI session output in PR #422 review thread
## Notes
- All runs used `screeningAuthority: CA` — US screening requires `SIMA_MEASURES_SOURCE=db` which is not configured on staging.
- ChatGPT, Copilot Chat, and Gemini runs are simulated (same API flow executed via CLI following the respective playbook prompts). True channel-native runs require pasting the playbook prompts into each AI assistant with HTTP execution capability.
- All 5 runs produced identical terminal shapes: token issued, job COMPLETED, 23 results returned.