workspace_dispatchers_test.go uses sql.ErrNoRows but did not import
"database/sql". Also resolves merge conflict in
plugins_helpers_pure_test.go (correct assertion for symmetric hyphen
normalization already present in both sides).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
TestSupportsRuntime_HyphenUnderscoreNormalized line 33 asserted
supportsRuntime("anthropic_claude") == true on a plugin declaring
["claude-code"] — impossible to match. Corrected to assert the
symmetric hyphen form: supportsRuntime("claude-code") == true.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Fixes build failure introduced by bb5e0bb5 where readUsageMap return
values were captured but not used in TestReadUsageMap_MissingUsage and
TestReadUsageMap_MalformedUsageJSON.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>