Skip to main content
Version: 0.24.0

KR-SET-002: Invalid toolSearch.minPct Value - Kiro Settings

Summary

  • Rule ID: KR-SET-002
  • Severity: MEDIUM
  • Category: Kiro Settings
  • Normative Level: SHOULD
  • Auto-Fix: Yes (safe)
  • Verified On: 2026-04-26

Applicability

  • Tool: kiro
  • Version Range: unspecified
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: true
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

{
"toolSearch.minPct": -5
}

Valid

{
"toolSearch.minPct": 5
}