Skip to main content
Version: next

OC-006: Remote URL in Instructions - OpenCode

Summary

  • Rule ID: OC-006
  • Severity: LOW
  • Category: OpenCode
  • Normative Level: BEST_PRACTICE
  • Auto-Fix: No
  • Verified On: 2026-02-14

Applicability

  • Tool: opencode
  • 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

{
"instructions": ["https://example.com/rules.md"]
}

Valid

{
"instructions": ["**/*.md"]
}