Preflight

Load to run, tune, or debug preflight.

vanillagreencom Updated

File contents

Project Instructions

Problems with a kendex-owned skill go through kendex report; check ownership in the file first.

Preflight

Run preflight in the validate step, before the project's own validation command.

.agents/skills/preflight/scripts/preflight              # vs the default branch's merge base
.agents/skills/preflight/scripts/preflight --staged     # staged changes (pre-commit)
.agents/skills/preflight/scripts/preflight --all        # every tracked file, every line

Fix what a finding reports; never widen a lane's exclusions to clear it.

Lanes, scopes, settings, output and exit codes are in preflight --help. Diff construction and the unwired-suite, data-syntax and applied-migration-edited glob grammars are references/lanes.md. Hook and CI wiring is README.md § Wiring.

vanillagreencom/kendex/tree/main/.agents/skills/preflight commit 16d2591313

Frequently asked questions

npx skillmds@latest add vanillagreencom/preflight-2