drft-cli 0.7.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
sources:
  - ../../docs/rules/custom.md
---

# Custom Rules

Demonstrates custom rules that receive the dependency graph as JSON and emit diagnostics. Includes checks for max fan-out, kebab-case naming, required frontmatter, and max depth.

```bash
drft check -C examples/custom-rules
```