V0.1.1 #4
Merged
V0.1.1 #4
Annotations
4 errors
|
|
|
Run tests
The operation was canceled.
|
|
Run tests:
tests/composites/v31-integration.test.ts#L244
Error: Snapshot `v3.1 Integration Tests > ReadFile + SpawnAgent Integration > should compile command with ReadFile and SpawnAgent readAgentFile > readfile-spawnagent-integration 1` mismatched
- Expected
+ Received
@@ -3,11 +3,11 @@
description: Plan a project phase
---
```
Task(
- prompt="First, read /Users/glenninizan/.claude/agents/gsd-planner.md for your role and instructions.\n\nPlan the phase using the provided context.",
+ prompt="First, read /home/runner/.claude/agents/gsd-planner.md for your role and instructions.\n\nPlan the phase using the provided context.",
subagent_type="gsd-planner",
model="opus",
description="Create phase plan"
)
```
❯ tests/composites/v31-integration.test.ts:244:24
|
|
Run tests:
tests/composites/v31-integration.test.ts#L48
Error: Snapshot `v3.1 Integration Tests > SpawnAgent Self-Reading > should emit self-reading instruction when readAgentFile=true > spawnagent-readAgentFile-basic 1` mismatched
- Expected
+ Received
@@ -3,11 +3,11 @@
description: Test command
---
```
Task(
- prompt="First, read /Users/glenninizan/.claude/agents/gsd-phase-researcher.md for your role and instructions.\n\nResearch context here",
+ prompt="First, read /home/runner/.claude/agents/gsd-phase-researcher.md for your role and instructions.\n\nResearch context here",
subagent_type="gsd-phase-researcher",
model="sonnet",
description="Research phase"
)
```
❯ tests/composites/v31-integration.test.ts:48:24
|
Loading