Add project configuration
Start with a rootjolter.json:
Update your repository README
Add a short setup section:Prepare CI before requiring it locally
Addjolter setup-ci to CI before enforcing Jolter locally:
Communicate PATH expectations
Tell contributors that Jolter shims should appear before other Node.js managers onPATH.
Keep rollback simple
Jolter does not modify package manager lockfiles or project source. A rollback usually means revertingjolter.json and removing the CI setup step.
Installed data under JOLTER_HOME is rebuildable state. Contributors can keep it or remove it after uninstalling Jolter.
Adoption checklist
A good rollout has a committed
jolter.json, a passing CI setup-ci step,
README instructions, a known support contact, and a clear policy for when
selectors may be changed.