Nx
Task Runners
Nx
Adds a vendor exclusion to Nx namedInputs.default.- Detected From
- nx.json or an nx dependency.
- Writes
- namedInputs.default with !{workspaceRoot}/vendor/**.
- Visibility
- Nx hashing ignores vendor while source remains readable.
When To Use It
Use this when upstream snapshots should not affect Nx cache keys.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.