Problem
The auction-template workspace contains a one-line test-import.mjs probe that is not referenced by package scripts, tests, documentation, or CI. It also prints directly during import and has no assertions.
Task
Remove the orphan probe after confirming it has no consumers.
Acceptance criteria
- The unreferenced probe is removed.
- Auction-template tests and typecheck still pass.
- No replacement test or unrelated template behavior is added.
Suggested implementation prompt
Confirm the auction-template import probe has no references, delete it, run the workspace test and typecheck commands, and keep the diff limited to removing the orphan file.
Problem
The auction-template workspace contains a one-line
test-import.mjsprobe that is not referenced by package scripts, tests, documentation, or CI. It also prints directly during import and has no assertions.Task
Remove the orphan probe after confirming it has no consumers.
Acceptance criteria
Suggested implementation prompt