Goal
Add a test-writing task to the Solo Dev Starter Suite.
Task shape
The task should ask the agent harness to add or update tests for existing behavior without requiring a production-code change, unless a tiny fixture change is necessary.
Acceptance criteria
- The task uses a real external repository if possible.
- The repo and commit are public and pinned.
- Deterministic graders verify the new tests exist and pass.
- The task has a verified
reference_artifact.
- The task card is generated and readable by humans and AI assistants.
- Expected failure modes include risks such as
context_miss, test_gap, over_edit, and resource_inefficient where appropriate.
agentlab task verify-reference <task-bundle> passes.
Notes
Prefer a task where the intended test coverage is clear from existing behavior and not merely snapshot churn.
Goal
Add a test-writing task to the Solo Dev Starter Suite.
Task shape
The task should ask the agent harness to add or update tests for existing behavior without requiring a production-code change, unless a tiny fixture change is necessary.
Acceptance criteria
reference_artifact.context_miss,test_gap,over_edit, andresource_inefficientwhere appropriate.agentlab task verify-reference <task-bundle>passes.Notes
Prefer a task where the intended test coverage is clear from existing behavior and not merely snapshot churn.