Local tools for coding-agent configuration.
Small open-source tools for understanding, reviewing, packaging, and hardening Claude Code and Codex configuration. Each tool runs locally, avoids executing the configuration it audits, and produces redacted, shareable output.
PermitLint
Audit permission policies for broad, ineffective, or approval-heavy rules.
02 · instructionsRuleRoute
Resolve which repository instructions apply to a target path and why.
03 · reviewHarnessDelta
Review what agent-facing behavior a Git change expands, removes, or makes executable.
04 · hooksHookLint
Catch hook configuration that one harness skips, ignores, duplicates, or launches differently.
05 · packagingPluginProof
Verify manifests, component paths, marketplaces, skills, package contents, and cross-harness release drift.
Run one check
From a repository root, copy a command. The package runs once from the public Codeberg registry.
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ permitlint .npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ ruleroute .npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ harnessdelta .npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ hooklint .npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ pluginproof . --harness bothPick the question you have
- Is this permission config safer? → PermitLint
- Which instructions apply here? → RuleRoute
- What behavior did this diff change? → HarnessDelta
- Will this hook config run here? → HookLint
- Is this plugin package ready to ship? → PluginProof