REOPTGOVERNANCE LINTlint(markdown)

Takes both the human markdown and the machine-readable frontmatter as one input and runs the same rules the governance-reviewer skill uses.

Input0 chars
Results

No violations — all seven rules pass.

RULES

Rule catalog

The seven rules checked by this page's lint() function. Rule definitions live in `lib/governance-lint.ts`.

idseveritytargetOCLS
missing-sectionerror§01–§05 중 하나 이상이 비어 있음
section-ordererrorOWN → CONTRACT → LAYER → SHARPEN 순서 위반
authority-sprawlwarningOWN 섹션에 권한 범위가 선언되지 않음OWN
contract-gaperrorCONTRACT 섹션에 input·output·reject_when 누락CONTRACT
observability-gapwarningLAYER 섹션에 trace·log 명세 누락LAYER
validation-gaperrorSHARPEN 섹션에 metric·임계값·리뷰 주기 누락SHARPEN
broken-referrorfrontmatter의 참조가 본문에서 정의되지 않음

Semantic rules (authority-sprawl, contract-gap, observability-gap, validation-gap) are keyword heuristics over the body and frontmatter, so false negatives are possible.