mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 11:26:27 +02:00
26 lines
529 B
Markdown
26 lines
529 B
Markdown
---
|
|
title: Rule Title Here
|
|
impact: MEDIUM
|
|
impactDescription: Optional one-line description of the impact
|
|
tags: tag1, tag2, tag3
|
|
---
|
|
|
|
## Rule Title Here
|
|
|
|
Brief explanation of what this rule is and why it matters for Plano developers and agents.
|
|
|
|
**Incorrect (explain what's wrong):**
|
|
|
|
```yaml
|
|
# Bad config or CLI example
|
|
```
|
|
|
|
**Correct (explain what's right):**
|
|
|
|
```yaml
|
|
# Good config or CLI example
|
|
```
|
|
|
|
Optional explanatory text elaborating on the principle or listing key points.
|
|
|
|
Reference: https://github.com/katanemo/archgw
|