Resolve open drift contracts — the review obligations between code and docs declared in drift.toml. Use whenever make drift-check (or the make check aggregate, or the CI lint-drift job) fails with open contracts, when the user says "drift check failed", "resolve the drift contract", "ack the drift", "run drift plan", or after any change that touches drift trigger files (the config model / pipelex.toml, CLI code, the keyword-only guard). Also use when recording a drift dogfood observation. Performs the review for real, records an honest ack, and logs the dogfood observation the pilot phase depends on.
$npx -y skills add pipelex/pipelex --skill drift-reviewInstalls into the current project.
Run `npx skills use "https://github.com/pipelex/pipelex" --skill "pipelex/pipelex/drift-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pipelex/pipelex" that are relevant to the current task. Run `npx skills add "https://github.com/pipelex/pipelex"` and select the relevant skills, then follow their instructions.