Skip to main content
Version: 0.17.0

CLN-006: Workflow With Frontmatter - Cline

Summary

  • Rule ID: CLN-006
  • Severity: MEDIUM
  • Category: Cline
  • Normative Level: SHOULD
  • Auto-Fix: Yes (unsafe)
  • Verified On: 2026-03-28

Applicability

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

Evidence Sources

Test Coverage Metadata

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

Examples

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

Invalid

---
name: deploy
---
# Deploy Workflow

1. Run tests
2. Deploy

Valid

# Deploy Workflow

1. Run tests
2. Deploy