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 descriptionaudit(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.