.opencode/commands/verify.md
Run verification loop to validate the implementation: $ARGUMENTS
Execute comprehensive verification:
npx tsc --noEmitnpm run lintnpm testnpm run test:integration (if available)npm run build| Check | Status | Notes |
|---|---|---|
| TypeScript | PASS:/FAIL: | [details] |
| Lint | PASS:/FAIL: | [details] |
| Tests | PASS:/FAIL: | [details] |
| Coverage | PASS:/FAIL: | XX% (target: 80%) |
| Build | PASS:/FAIL: | [details] |
[If FAIL, list what needs to be fixed]
NOTE: Verification loop should be run before every commit and PR.