Problem
Several active workspaces already define test or typecheck commands, but the root package scripts expose only a subset of them. Contributors must remember inconsistent filter commands.
Task
Add the missing root aliases for the existing tlock, keeper, Drand tools, receipt CLI, and auction-template validation commands. Each alias should delegate to the corresponding workspace script.
Acceptance criteria
- Each named workspace has discoverable root test and typecheck aliases where the workspace already supports them.
- Existing root commands are unchanged.
- Every new alias runs successfully.
- No workspace package script or source file changes.
Suggested implementation prompt
Audit the listed active workspace test and typecheck scripts against the root package scripts, add only the missing delegating aliases, run each new alias, and keep the diff limited to the root manifest.
Problem
Several active workspaces already define
testortypecheckcommands, but the root package scripts expose only a subset of them. Contributors must remember inconsistent filter commands.Task
Add the missing root aliases for the existing tlock, keeper, Drand tools, receipt CLI, and auction-template validation commands. Each alias should delegate to the corresponding workspace script.
Acceptance criteria
Suggested implementation prompt