Sample Run Summary
| # |
Sample |
Status |
| 1 |
skills/rig/samples/343-release-note-enricher-v2.md |
❌ failed |
| 2 |
skills/rig/samples/30-github-action-review.md |
❌ failed |
| 3 |
skills/rig/samples/109-two-phase-complexity-review.md |
❌ failed |
| 4 |
skills/rig/samples/35-call-options.md |
❌ failed |
| 5 |
skills/rig/samples/25-migration-guide.md |
❌ failed |
All five selected samples failed. The coordinator agent (sample-coordinator) ran successfully and produced structured output. Each sub-sample was executed by spawning node skills/rig/rig.ts --server, which expects a Copilot SDK stdio transport connection. In the CI sandbox, the Copilot CLI server is not available to sub-processes spawned this way, so every sample that uses the default copilotEngine({ server: true }) engine fails with an authentication error. Sample 343-release-note-enricher-v2.md failed earlier with a different error: its root agent requires a non-empty input schema.
Sample Outputs
1. skills/rig/samples/343-release-note-enricher-v2.md — ❌ failed
No output produced.
2. skills/rig/samples/30-github-action-review.md — ❌ failed
No output produced.
3. skills/rig/samples/109-two-phase-complexity-review.md — ❌ failed
No output produced.
4. skills/rig/samples/35-call-options.md — ❌ failed
No output produced.
5. skills/rig/samples/25-migration-guide.md — ❌ failed
No output produced.
Rig Runtime Logs
The outer coordinator process (sample-coordinator) ran without RIG_DEBUG set, so no rig.* JSONL lines were emitted for the coordinator itself. Each spawned sub-process did emit rig.* JSONL lines, captured in the logs field below.
Note: The engine:copilot:create lines show the sub-samples use transport: "stdio", which is the root cause of all auth failures.
Sample 1 — 343-release-note-enricher-v2.md
No rig.* log lines captured. The failure occurred before the agent was invoked (the programs root export requires a non-empty input schema, rejected by the launcher before any agent starts).
Raw log:
Expected stdin program root agent to have no input (omit input or use input: s.object({})).
Sample 2 — 30-github-action-review.md
{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"agent"}}
{"type":"rig.engine:copilot:close"}
Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider
Sample 3 — 109-two-phase-complexity-review.md
{"type":"rig.agent:invoke","data":{"agent":"complexityReviewer","input":"","model":"small","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"small","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"complexityReviewer","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"complexityReviewer"}}
{"type":"rig.engine:copilot:close"}
Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider
Sample 4 — 35-call-options.md
{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"agent"}}
{"type":"rig.engine:copilot:close"}
Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider
Sample 5 — 25-migration-guide.md
{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"agent"}}
{"type":"rig.engine:copilot:close"}
Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider
Generated by Daily Rig Sample Report · sonnet46 224.5 AIC · ⌖ 6.03 AIC · ⊞ 5.2K · ◷
Sample Run Summary
skills/rig/samples/343-release-note-enricher-v2.mdskills/rig/samples/30-github-action-review.mdskills/rig/samples/109-two-phase-complexity-review.mdskills/rig/samples/35-call-options.mdskills/rig/samples/25-migration-guide.mdAll five selected samples failed. The coordinator agent (
sample-coordinator) ran successfully and produced structured output. Each sub-sample was executed by spawningnode skills/rig/rig.ts --server, which expects a Copilot SDK stdio transport connection. In the CI sandbox, the Copilot CLI server is not available to sub-processes spawned this way, so every sample that uses the defaultcopilotEngine({ server: true })engine fails with an authentication error. Sample343-release-note-enricher-v2.mdfailed earlier with a different error: its root agent requires a non-empty input schema.Sample Outputs
1.
skills/rig/samples/343-release-note-enricher-v2.md— ❌ failedNo output produced.
2.
skills/rig/samples/30-github-action-review.md— ❌ failedNo output produced.
3.
skills/rig/samples/109-two-phase-complexity-review.md— ❌ failedNo output produced.
4.
skills/rig/samples/35-call-options.md— ❌ failedNo output produced.
5.
skills/rig/samples/25-migration-guide.md— ❌ failedNo output produced.
Rig Runtime Logs
The outer coordinator process (
sample-coordinator) ran withoutRIG_DEBUGset, so norig.*JSONL lines were emitted for the coordinator itself. Each spawned sub-process did emitrig.*JSONL lines, captured in thelogsfield below.Sample 1 —
343-release-note-enricher-v2.mdNo
rig.*log lines captured. The failure occurred before the agent was invoked (the programs root export requires a non-empty input schema, rejected by the launcher before any agent starts).Raw log:
Sample 2 —
30-github-action-review.md{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}} {"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}} {"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}} {"type":"rig.agent:close","data":{"agent":"agent"}} {"type":"rig.engine:copilot:close"}Final line (plain text):
Execution failed: Error: Session was not created with authentication info or custom providerSample 3 —
109-two-phase-complexity-review.md{"type":"rig.agent:invoke","data":{"agent":"complexityReviewer","input":"","model":"small","maxTurns":4}} {"type":"rig.engine:copilot:create","data":{"model":"small","transport":"stdio"}} {"type":"rig.agent:failure","data":{"agent":"complexityReviewer","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}} {"type":"rig.agent:close","data":{"agent":"complexityReviewer"}} {"type":"rig.engine:copilot:close"}Final line (plain text):
Execution failed: Error: Session was not created with authentication info or custom providerSample 4 —
35-call-options.md{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}} {"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}} {"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}} {"type":"rig.agent:close","data":{"agent":"agent"}} {"type":"rig.engine:copilot:close"}Final line (plain text):
Execution failed: Error: Session was not created with authentication info or custom providerSample 5 —
25-migration-guide.md{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}} {"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}} {"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}} {"type":"rig.agent:close","data":{"agent":"agent"}} {"type":"rig.engine:copilot:close"}Final line (plain text):
Execution failed: Error: Session was not created with authentication info or custom provider