pjangler-parity-rules

Installation
SKILL.md

Pjangler Parity Rules

Location: src/parity/index.ts in the pjangler repo.

Architecture

Each parity rule is an object with:

  • id — dotted name (e.g. systemd.sentinel, hermes.registry-parity)
  • title — human-readable description
  • audit(ctx) — returns { status, summary, details, fixable }
  • migrate(ctx, finding) — attempts to fix what audit caught; returns { status, summary, changedFiles, details }

ctx contains: repoRoot, pjanglerRoot, homeDir, dryRun.

Rules are in the RULES array. getParityRuleIds() returns all IDs.

Key functions

Installs
1
Repository
delorenj/skills
GitHub Stars
15
First Seen
Sep 4, 2026
pjangler-parity-rules — delorenj/skills